Skip to content

Commit

Permalink
Release v0.5.0-a1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 12, 2024
1 parent 175ba4b commit 9e7ccdd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
with:
name: wheels
path: dist
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.ref, 'refs/tags')

release:
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.4.2...HEAD


## [v0.5.0-a1] - 2024-01-12
[v0.5.0-a1]: https://github.com/althonos/pyopal/compare/v0.4.2...v0.5.0-a1

### Changed
- Store `Database` sequences using `shared_ptr` for fast slicing and extraction of a database subset.
- Use templates to generate platform-specific Cython files.

### Fixed
- SSE2 not being detected on x86-64, where it is mandatory.
- Mark Opal search functions as `noexcept` in Cython to avoid exception checks.

### Added
- Support for compiling and running package on Windows.
- Support for Python 3.12.


## [v0.4.2] - 2023-08-29
[v0.4.2]: https://github.com/althonos/pyopal/compare/v0.4.1...v0.4.2

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.4.2"
__version__ = "0.5.0-a1"

0 comments on commit 9e7ccdd

Please sign in to comment.