Skip to content

Commit 1b897c4

Browse files
authored
Merge pull request #468 from open2c/release-0.6.0
Release: version 0.6.0
2 parents 1efa259 + 74d9f17 commit 1b897c4

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
# Release notes
22

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)
44

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
612
* snipping: reorder the axes of the output snipper array to (snippet_idx, i, j).
713

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+
823
## [v0.5.4](https://github.com/open2c/cooltools/compare/v0.5.3...v0.5.4)
924

1025
### Maintenance

cooltools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
import logging
1313

14-
__version__ = "0.5.4"
14+
__version__ = "0.6.0"
1515

1616
from . import lib
1717

0 commit comments

Comments
 (0)