Skip to content

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Apr 5, 2021
1 parent 1829276 commit 957623b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Release notes

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

## [v0.4.0](https://github.com/open2c/cooltools/compare/v0.3.2...v0.4.0)

Date: 2021-04-05

Maintenance
* Make saddle strength work with NaNs
* Add output option to diamond-insulation
* Upgrade bioframe dependency
* Parallelize random sampling
* Various compatibility fixes to expected, saddle and snipping and elsewhere to work with standard formats for "expected" and "regions": https://github.com/open2c/cooltools/issues/217

New features
* New dataset download API
* New functionality for smoothing P(s) and derivatives (API is not yet stable): `logbin_expected`, `interpolate_expected`

## [v0.3.2](https://github.com/open2c/cooltools/compare/v0.3.0...v0.3.2)

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.4.0-dev"
__version__ = "0.4.0rc1"

from . import io
from . import lib
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bioframe>=0.1.0
bioframe>=0.2.0
click>=7
cooler>=0.8.5
cython
Expand Down

0 comments on commit 957623b

Please sign in to comment.