Skip to content

Commit

Permalink
Version update to 0.7.1 and CHANGELOG upd
Browse files Browse the repository at this point in the history
  • Loading branch information
agalitsyna committed Jul 1, 2024
1 parent cca91ef commit 315ef72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release notes

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

## [v0.7.1](https://github.com/open2c/cooltools/compare/v0.7.0...v0.7.1)

### Maintenance
* Support for matplotlib 3.9 (color maps import both from `matplotlib.cm` and `matplotlib.colors`)
* Support for numpy 2.0 (explicit np.int32_t in cython functions)

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

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.7.0"
__version__ = "0.7.1"

from . import lib

Expand Down

0 comments on commit 315ef72

Please sign in to comment.