Skip to content

Commit

Permalink
Release v0.5.0-a5
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 19, 2024
1 parent 3bacddc commit 6fe983a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ 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-a4...HEAD
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.5.0-a5...HEAD


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

### Added
- `Alphabet.__eq__` implementation comparing letters.
- `pool` argument to `pyopal.align` to support reusing a `ThreadPool`.

### Changed
- Update `Aligner.align` to use the `BaseDatabase` Cython API.

### Fixed
- Memory leak in `Aligner.align` caused by faulty allocation of pointer array.
- `__repr__` implementations of `Alphabet` and `FullResult`.
- `Alphabet.__getitem__` reading past the letters buffer.


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

0 comments on commit 6fe983a

Please sign in to comment.