Mercurial > repos > althonos > gecco
comparison CHANGELOG.md @ 22:a41a2bcb0b91 draft default tip
Release v0.9.8
author | althonos |
---|---|
date | Fri, 09 Jun 2023 11:26:07 +0000 |
parents | 6ba37b7dea42 |
children |
comparison
equal
deleted
inserted
replaced
21:6ba37b7dea42 | 22:a41a2bcb0b91 |
---|---|
3 | 3 |
4 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | 4 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
5 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | 5 and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
6 | 6 |
7 ## [Unreleased] | 7 ## [Unreleased] |
8 [Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.7...master | 8 [Unreleased]: https://github.com/zellerlab/GECCO/compare/v0.9.8...master |
9 | |
10 | |
11 ## [v0.9.8] - 2023-06-09 | |
12 [v0.9.8]: https://github.com/zellerlab/GECCO/compare/v0.9.7...v0.9.8 | |
13 | |
14 ### Fixed | |
15 - `ClusterTable.from_clusters` extracting cluster IDs in the wrong column. | |
16 - Deprecation warnings in `polars.read_csv` and `polars.write_csv` with recent `polars` versions. | |
17 - Deprecation warnings in `importlib_resources` with recent Python versions. | |
9 | 18 |
10 | 19 |
11 ## [v0.9.7] - 2023-05-26 | 20 ## [v0.9.7] - 2023-05-26 |
12 [v0.9.7]: https://github.com/zellerlab/GECCO/compare/v0.9.6...v0.9.7 | 21 [v0.9.7]: https://github.com/zellerlab/GECCO/compare/v0.9.6...v0.9.7 |
13 | 22 |