File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ v0.6.0] ( https://github.com/open2c/cooltools/compare/v0.5.4...v0.6.0 )
6
6
7
+ ### New features
8
+ * New function/tool ` rearrange_cooler ` to reorder/subset/flip regions of the genome in a cooler
9
+ * New test dataset for micro-C from hESCs
10
+
11
+ ### API changes
12
+ * snipping: reorder the axes of the output snipper array to (snippet_idx, i, j).
13
+
7
14
### Maintenance
8
15
9
16
* snipping: fix spurious nan->0 conversion of bad bins in on-diagonal pileups
10
- * snipping: reorder the axes of the output snipper array to (snippet_idx, i, j).
17
+ * snipping: fix snipping without provided view
18
+ * snipping: fix for storing the stack in a file
19
+ * virtual4c: fix for the case when viewpoint has no contacts
11
20
* fix: Fix numba deprecation warnings by adding ` nopython=True `
21
+ * Other small bugfixes
12
22
13
23
## [ v0.5.4] ( https://github.com/open2c/cooltools/compare/v0.5.3...v0.5.4 )
14
24
You can’t perform that action at this time.
0 commit comments