Skip to content

Commit

Permalink
Release v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 9, 2023
1 parent 1904313 commit 113df99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
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
Expand Down
2 changes: 1 addition & 1 deletion gecco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

__author__ = "Martin Larralde"
__license__ = "GPLv3"
__version__ = "0.9.7"
__version__ = "0.9.8"

0 comments on commit 113df99

Please sign in to comment.