From 19b2201217d86dcbd9377b3d9abf7a52c5c91a92 Mon Sep 17 00:00:00 2001 From: Ilya Flyamer Date: Wed, 2 Mar 2022 21:59:41 +0100 Subject: [PATCH] Add changes in 0.5.1 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09aadf58..8c99de0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release notes -## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.0...HEAD) +## [Upcoming release](https://github.com/open2c/cooltools/compare/v0.5.1...HEAD) + +## [v0.5.1](https://github.com/open2c/cooltools/compare/v0.5.0...v0.5.1) +### API changes +* cooltools.dots is the new user-facing function for calling dots + +### Maintenance +* Compatibility with pandas 1.4 +* Strict dictinary typing for new numba versions + ## [v0.5.0](https://github.com/open2c/cooltools/compare/v0.4.0...v0.5.0)