changeset 22:a41a2bcb0b91 draft default tip

Release v0.9.8
author althonos
date Fri, 09 Jun 2023 11:26:07 +0000
parents 6ba37b7dea42
children
files CHANGELOG.md
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Fri May 26 12:10:43 2023 +0000
+++ b/CHANGELOG.md	Fri Jun 09 11:26:07 2023 +0000
@@ -5,7 +5,16 @@
 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
-[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.7...master
+[Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.8...master
+
+
+## [v0.9.8] - 2023-06-09
+[v0.9.8]: https://github.com/zellerlab/GECCO/compare/v0.9.7...v0.9.8
+
+### Fixed
+- `ClusterTable.from_clusters` extracting cluster IDs in the wrong column.
+- Deprecation warnings in `polars.read_csv` and `polars.write_csv` with recent `polars` versions.
+- Deprecation warnings in `importlib_resources` with recent Python versions.
 
 
 ## [v0.9.7] - 2023-05-26