Skip to content

Commit 9a9547c

Browse files
authored
changelog for 0.5.2
1 parent 3c8a138 commit 9a9547c

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.1...HEAD)
3+
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.2...HEAD)
4+
5+
6+
## [v0.5.2](https://github.com/open2c/cooltools/compare/v0.5.1...v0.5.2)
7+
8+
### API changes
9+
* remove custom bad_bins from expected & eigdecomp [#336](https://github.com/open2c/cooltools/pull/336)
10+
* coverage can store total cis counts in the cooler, and sampling can use cis counts [#332](https://github.com/open2c/cooltools/pull/322)
11+
* can now calculate coverge for balanced data [#385](https://github.com/open2c/cooltools/pull/385)
12+
* new drop_track_na argument for align_track_with_cooler, allows calcultions that that missing data in tracks as absent [#360](https://github.com/open2c/cooltools/pull/360)
13+
* multi-thread insulation by chromosome (TODO: by chunk)
14+
* Virtual 4C tool [#378](https://github.com/open2c/cooltools/pull/378)
15+
16+
### CLI changes
17+
* CLI tool for `coverage()`
18+
19+
### Documentation
20+
* snipping documentation
21+
* dots tutorial
22+
* CLI tutorial
23+
24+
### Maintenance
25+
* Dropped support for Python 3.7 (due to Pandas compatability issues)
26+
* Added support for Python 3.10
27+
28+
* Minor bugfixes and compatibility updates
29+
* Pandas compatibility, pinned above 1.5.1
30+
* bioframe compatability
31+
* scikit-learn, pinned above >=1.1.2
32+
* saddle binedges, value limits [#361](https://github.com/open2c/cooltools/pull/361)
33+
* pileup CLI bugfix for reading features
34+
35+
36+
### Other
37+
* [Code of conduct](https://github.com/open2c/cooltools/blob/master/CODE_OF_CONDUCT.md)
438

539
## [v0.5.1](https://github.com/open2c/cooltools/compare/v0.5.0...v0.5.1)
640
### API changes

0 commit comments

Comments
 (0)