Skip to content

Commit 74d9f17

Browse files
authored
Update CHANGELOG.md
1 parent 6c8fb67 commit 74d9f17

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,21 @@
44

55
## [v0.6.0](https://github.com/open2c/cooltools/compare/v0.5.4...v0.6.0)
66

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+
714
### Maintenance
815

916
* 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
1120
* fix: Fix numba deprecation warnings by adding `nopython=True`
21+
* Other small bugfixes
1222

1323
## [v0.5.4](https://github.com/open2c/cooltools/compare/v0.5.3...v0.5.4)
1424

0 commit comments

Comments
 (0)