Skip to content

Commit 1ffa31b

Browse files
committed
Release v0.6.0
1 parent 5b16565 commit 1ffa31b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.5.2...HEAD
9+
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.6.0...HEAD
10+
11+
12+
## [v0.6.0] - 2024-05-08
13+
[v0.6.0]: https://github.com/althonos/pyopal/compare/v0.5.2...v0.6.0
14+
15+
### Changed
16+
- Use `scoring-matrices` package to handle scoring matrices.
17+
- Import Cython classes from `pyopal.lib` in the main `pyopal` namespace.
18+
19+
### Fixed
20+
- Patching of architecture flags of MacOS compilers.
21+
22+
### Removed
23+
- The `ScoreMatrix` class from `pyopal.lib`.
1024

1125

1226
## [v0.5.2] - 2024-02-28

pyopal/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.6.0"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,6 @@ def run(self):
540540
os.path.join("vendor", "opal", "src", "opal.cpp"),
541541
os.path.join("pyopal", "platform", "neon.pyx"),
542542
],
543-
544543
),
545544
ExtensionTemplate(
546545
"pyopal.platform.sse2",

0 commit comments

Comments
 (0)