File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
- ## [ Upcoming release] ( https://github.com/open2c/cooltools/compare/v0.5.4 ...HEAD )
3
+ ## [ Upcoming release] ( https://github.com/open2c/cooltools/compare/v0.6.0 ...HEAD )
4
4
5
- * snipping: fix spurious nan->0 conversion of bad bins in on-diagonal pileups
5
+ ## [ v0.6.0] ( https://github.com/open2c/cooltools/compare/v0.5.4...v0.6.0 )
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
6
12
* snipping: reorder the axes of the output snipper array to (snippet_idx, i, j).
7
13
14
+ ### Maintenance
15
+
16
+ * snipping: fix spurious nan->0 conversion of bad bins in on-diagonal pileups
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
20
+ * fix: Fix numba deprecation warnings by adding ` nopython=True `
21
+ * Other small bugfixes
22
+
8
23
## [ v0.5.4] ( https://github.com/open2c/cooltools/compare/v0.5.3...v0.5.4 )
9
24
10
25
### Maintenance
Original file line number Diff line number Diff line change 11
11
"""
12
12
import logging
13
13
14
- __version__ = "0.5.4 "
14
+ __version__ = "0.6.0 "
15
15
16
16
from . import lib
17
17
You can’t perform that action at this time.
0 commit comments