Skip to content

Commit

Permalink
Release v0.5.0-a2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 13, 2024
1 parent 058d5d2 commit fc2b354
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 @@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.5.0-a2...HEAD


## [v0.5.0-a2] - 2024-01-12
[v0.5.0-a2]: https://github.com/althonos/pyopal/compare/v0.5.0-a1...v0.5.0-a2

### Added
- `pyopal.Alphabet` class for handling sequence encoding outside of `ScoreMatrix`.

### Changed
- Make internal extension public as `pyopal.lib` submodule.


## [v0.5.0-a1] - 2024-01-12
Expand Down
2 changes: 1 addition & 1 deletion pyopal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0-a1"
__version__ = "0.5.0-a2"

0 comments on commit fc2b354

Please sign in to comment.