Skip to content

Commit

Permalink
Update version and changelog (#515)
Browse files Browse the repository at this point in the history
* update version and changelog

* update changelog

* bump version to 0.7.0

* Update changelog

---------

Co-authored-by: Nezar Abdennur <[email protected]>
  • Loading branch information
Yaoyx and nvictus authored Apr 21, 2024
1 parent 056eb75 commit 7df88fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Release notes

## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.6.1...HEAD)
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.6.2...HEAD)

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

### New features
* Add pool decorator to functions for supporting multiprocess
* `expected_cis` now accepts unbalanced cool file too

### API changes
* `expected_cis`
* output cvd table now also includes "dist_bp", "contact_frequency", and "n_valid" columns
* now returns "count.avg.smoothed" and "count.avg.smoothed.agg", when `clr_weight_name=None, smooth=True, aggregate_smoothed=True`

### Maintenance
* Replaced np.int with int in adaptive_coarsegrain
* OE update in sandbox
* Cross score sandbox fixes
* Support for pandas 2

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

### Maintenance
* Bug fix in CLI pileup


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

### New features
Expand Down
2 changes: 1 addition & 1 deletion cooltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
import logging

__version__ = "0.6.1"
__version__ = "0.7.0"

from . import lib

Expand Down

0 comments on commit 7df88fb

Please sign in to comment.