From 04cf23ff9e82061331fd17eb309b23467334090d Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Wed, 31 May 2023 22:04:38 -0400 Subject: [PATCH] Patch bump --- CHANGES.md | 9 +++++++++ cooler/_version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 127309b9..833a7918 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Release notes # +## [v0.9.2](https://github.com/open2c/cooler/compare/v0.9.1...v0.9.2) + +### Bug fixes + +Several fixes from @robomics +* Improve handling of uint attributes +* Fix incorrect variance stored by _balance_cisonly +* cload.py: fix detection of pandas v2.*.* causing IOHandles error + ## [v0.9.1](https://github.com/open2c/cooler/compare/v0.9.0...v0.9.1) Date 2023-01-23 diff --git a/cooler/_version.py b/cooler/_version.py index a49ca91a..5cee9f55 100644 --- a/cooler/_version.py +++ b/cooler/_version.py @@ -1,4 +1,4 @@ -__version__ = "0.9.1" +__version__ = "0.9.2" __format_version__ = 3 __format_version_mcool__ = 2 __format_version_scool__ = 1