Repository 'gecco'
hg clone https://toolshed.g2.bx.psu.edu/repos/althonos/gecco

Changeset 22:a41a2bcb0b91 (2023-06-09)
Previous changeset 21:6ba37b7dea42 (2023-05-26)
Commit message:
Release v0.9.8
modified:
CHANGELOG.md
b
diff -r 6ba37b7dea42 -r a41a2bcb0b91 CHANGELOG.md
--- 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