Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 20, 2024
1 parent 7387165 commit 2a62bd8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/scoring-matrices/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/althonos/scoring-matrices/compare/v0.3.0...HEAD


## [v0.3.0] - 2024-10-20
[v0.3.0]: https://github.com/althonos/scoring-matrices/compare/v0.2.2...v0.3.0

### Changed
- Rewrite package build using `scikit-build-core`.
- Use the PyData theme in documentation.

### Removed
- Support for Python 3.6.


## [v0.2.2] - 2024-06-24
Expand Down
7 changes: 6 additions & 1 deletion docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"name": "v0.2 (latest)",
"name": "v0.3 (latest)",
"version": "0.3.0",
"url": "https://pytantan.readthedocs.io/en/v0.3.0/"
},
{
"name": "v0.2",
"version": "0.2.2",
"url": "https://pytantan.readthedocs.io/en/v0.2.2/"
},
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 = "scoring-matrices"
version = "0.2.2"
version = "0.3.0"
description = "Dependency free, Cython-compatible scoring matrices to use with biological sequences."
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -110,4 +110,4 @@ known_standard_library = ["cpython", "cython", "_unicode"]
known_third_party = ["libc", "libcpp"]
line_length = 88
profile = "black"
skip_gitignore = true
skip_gitignore = true
2 changes: 1 addition & 1 deletion src/scoring_matrices/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2"
__version__ = "0.3.0"

0 comments on commit 2a62bd8

Please sign in to comment.