Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 6, 2024
1 parent 3a5cea4 commit 6e9ba86
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
cython ~=3.0
# semantic-version ~=2.10
scikit-build-core
build
importlib-resources ; python_version < '3.9'
scoring-matrices ~=0.3.0
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Changelog
q# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyfamsa/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/althonos/pyfamsa/compare/v0.5.3...HEAD


## [v0.5.3] - 2024-11-05
[v0.5.3]: https://github.com/althonos/pyfamsa/compare/v0.5.2...v0.5.3

### Added
- Support for Python 3.13.

### Changed
- Use `scikit-build-core` to build package.

### Removed
- Support for Python 3.6.



## [v0.5.2] - 2024-09-19
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ endif()

# --- Add scripts for Cython ---------------------------------------------------

include("src/scripts/cmake/FindAVX1.cmake")
include("src/scripts/cmake/FindAVX2.cmake")
# include("src/scripts/cmake/FindAVX1.cmake")
# include("src/scripts/cmake/FindAVX2.cmake")
# include("src/scripts/cmake/FindAVX512.cmake")
include("src/scripts/cmake/FindNEON.cmake")
include("src/scripts/cmake/FindPOPCNT.cmake")
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"name": "v0.5 (latest)",
"version": "0.5.2",
"url": "https://pyfamsa.readthedocs.io/en/v0.5.2/"
"version": "0.5.3",
"url": "https://pyfamsa.readthedocs.io/en/v0.5.3/"
},
{
"name": "v0.4",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pyfamsa"
version = "0.5.2"
version = "0.5.3"
description = "Cython bindings and Python interface to FAMSA, an algorithm for ultra-scale multiple sequence alignments."
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -107,4 +107,4 @@ warn_unused_ignores = true
warn_return_any = true

["tool.mypy-pyfamsa.tests"]
ignore_errors = true
ignore_errors = true

0 comments on commit 6e9ba86

Please sign in to comment.