Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 8, 2024
1 parent 5b16565 commit 1ffa31b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 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.2...HEAD
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.6.0...HEAD


## [v0.6.0] - 2024-05-08
[v0.6.0]: https://github.com/althonos/pyopal/compare/v0.5.2...v0.6.0

### Changed
- Use `scoring-matrices` package to handle scoring matrices.
- Import Cython classes from `pyopal.lib` in the main `pyopal` namespace.

### Fixed
- Patching of architecture flags of MacOS compilers.

### Removed
- The `ScoreMatrix` class from `pyopal.lib`.


## [v0.5.2] - 2024-02-28
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.2"
__version__ = "0.6.0"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ def run(self):
os.path.join("vendor", "opal", "src", "opal.cpp"),
os.path.join("pyopal", "platform", "neon.pyx"),
],

),
ExtensionTemplate(
"pyopal.platform.sse2",
Expand Down

0 comments on commit 1ffa31b

Please sign in to comment.