Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 30, 2022
1 parent 4281227 commit 5ccf890
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/pytrimal/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/althonos/pytrimal/compare/v0.5.2...HEAD


## [v0.5.2] - 2022-09-30
[v0.5.2]: https://github.com/althonos/pytrimal/compare/v0.5.1...v0.5.2

### Changed
- Replace NEON horizontal sums with implementations using `vaddvq` on Aarch64 and `vpaddl` on Armv7.
- Remove one layer of table lookup in all `Similarity::CalculateVectors` implementations.
- Make all SIMD code use local buffers and deallocate early.

### Fixed
- Invalid operator being used in Cython code to deallocate C++ arrays.

### Added
- SSE2 and NEON implementations for the `Gaps` statistic.


## [v0.5.1] - 2022-09-05
[v0.5.1]: https://github.com/althonos/pytrimal/compare/v0.5.0...v0.5.1
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.5.1"
__version__ = "0.5.2"

0 comments on commit 5ccf890

Please sign in to comment.