Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 6, 2024
1 parent 36567c5 commit 86cb95f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ 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/althonos/orthoani/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/althonos/orthoani/compare/v0.6.0...HEAD

## [v0.6.0] - 2024-11-06
[v0.6.0]: https://github.com/althonos/orthoani/compare/v0.5.0...v0.6.0
### Changed
- Make `better-exceptions` an optional dependency.
### Fixed
- Discrepancy with OrthoANI values for high similarity genomes ([#2](https://github.com/althonos/orthoani/issues)).
- Remaining files of temporary BLAST databases not being removed.
### Removed
- Support for Python 3.5.

## [v0.5.0] - 2021-05-28
[v0.5.0]: https://github.com/althonos/orthoani/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion orthoani/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__all__ = ["orthoani", "orthoani_pairwise"]
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.5.0"
__version__ = "0.6.0"


class BlastRow(typing.NamedTuple):
Expand Down

0 comments on commit 86cb95f

Please sign in to comment.