Skip to content

Commit

Permalink
Release v0.5.0-a4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 17, 2024
1 parent 8cff709 commit 25615bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


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


## [v0.5.0-a4] - 2024-01-17
[v0.5.0-a4]: https://github.com/althonos/pyopal/compare/v0.5.0-a3...v0.5.0-a4

### Added
- `encode_into` and `decode_into` sans-io methods of `Alphabet`.
- `Aligner` class to handle alignment of a query to a database.
- `ScoreMatrix.__eq__` implementation.
- `Database.lengths` property to get the lengths of all the sequences in a database without decoding them.
- `pyopal.align` top-level function to handle multithreaded alignments.

### Fixed
- `FullResult.cigar` crashing on alignments starting with `X`.


## [v0.5.0-a3] - 2024-01-15
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-a3"
__version__ = "0.5.0-a4"

0 comments on commit 25615bb

Please sign in to comment.