Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 28, 2024
1 parent 286186c commit 5bd5581
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: /~https://github.com/althonos/pytrimal/compare/v0.8.0-alpha1...HEAD


## [v0.8.0-alpha1] - 2024-05-14
[v0.8.0-alpha1]: /~https://github.com/althonos/pytrimal/compare/v0.7.0...v0.8.0-alpha1
## [v0.8.0] - 2024-08-28
[v0.8.0]: /~https://github.com/althonos/pytrimal/compare/v0.7.0...v0.8.0

### Changed
- Update vendored trimAl to `d89ffc3` (`2.0_RC`).
- Use `scoring-matrices` package to get a base for the `SimilarityMatrix` class.
- Rename `backend` to `platform` for all trimmer classes.
- Use trimAl platform-specific code to accelerate computations.
- Migrate documentation to `pydata-sphinx-theme`.

### Fixed
- Missing trimmer classes in API documentation.
- Pin supported versions of `scoring-matrices` package to `~=0.2.0`.

### Removed
- Outdated platform-specific code.
Expand Down
7 changes: 6 additions & 1 deletion docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"name": "v0.7 (latest)",
"name": "v0.8 (latest)",
"version": "0.8.0",
"url": "https://pytrimal.readthedocs.io/en/v0.8.0/"
},
{
"name": "v0.7",
"version": "0.7.0",
"url": "https://pytrimal.readthedocs.io/en/v0.7.0/"
},
Expand Down
2 changes: 1 addition & 1 deletion pytrimal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0-alpha1"
__version__ = "0.8.0"

0 comments on commit 5bd5581

Please sign in to comment.