Skip to content

Commit 957623b

Browse files
committed
Release candidate
1 parent 1829276 commit 957623b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3-
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.3.2...HEAD)
3+
## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.4.0...HEAD)
4+
5+
## [v0.4.0](https://github.com/open2c/cooltools/compare/v0.3.2...v0.4.0)
6+
7+
Date: 2021-04-05
8+
9+
Maintenance
10+
* Make saddle strength work with NaNs
11+
* Add output option to diamond-insulation
12+
* Upgrade bioframe dependency
13+
* Parallelize random sampling
14+
* 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
15+
16+
New features
17+
* New dataset download API
18+
* New functionality for smoothing P(s) and derivatives (API is not yet stable): `logbin_expected`, `interpolate_expected`
419

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

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

1616
from . import io
1717
from . import lib

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bioframe>=0.1.0
1+
bioframe>=0.2.0
22
click>=7
33
cooler>=0.8.5
44
cython

0 commit comments

Comments
 (0)