Skip to content

Commit 7df88fb

Browse files
Yaoyxnvictus
andauthored
Update version and changelog (#515)
* update version and changelog * update changelog * bump version to 0.7.0 * Update changelog --------- Co-authored-by: Nezar Abdennur <[email protected]>
1 parent 056eb75 commit 7df88fb

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.6.1...HEAD)
3+
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.6.2...HEAD)
4+
5+
## [v0.6.2](https://github.com/open2c/cooltools/compare/v0.6.1...v0.6.2)
6+
7+
### New features
8+
* Add pool decorator to functions for supporting multiprocess
9+
* `expected_cis` now accepts unbalanced cool file too
10+
11+
### API changes
12+
* `expected_cis`
13+
* output cvd table now also includes "dist_bp", "contact_frequency", and "n_valid" columns
14+
* now returns "count.avg.smoothed" and "count.avg.smoothed.agg", when `clr_weight_name=None, smooth=True, aggregate_smoothed=True`
15+
16+
### Maintenance
17+
* Replaced np.int with int in adaptive_coarsegrain
18+
* OE update in sandbox
19+
* Cross score sandbox fixes
20+
* Support for pandas 2
421

522
## [v0.6.1](https://github.com/open2c/cooltools/compare/v0.6.0...v0.6.1)
623

724
### Maintenance
825
* Bug fix in CLI pileup
926

10-
1127
## [v0.6.0](https://github.com/open2c/cooltools/compare/v0.5.4...v0.6.0)
1228

1329
### New features

cooltools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212
import logging
1313

14-
__version__ = "0.6.1"
14+
__version__ = "0.7.0"
1515

1616
from . import lib
1717

0 commit comments

Comments
 (0)