Skip to content

Commit

Permalink
Release v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 3, 2024
1 parent d528983 commit 347a984
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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/pyrodigal/compare/v3.6.0...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.6.1...HEAD


## [v3.6.1] - 2024-11-03
[v3.6.1]: https://github.com/althonos/pyrodigal/compare/v3.6.0...v3.6.1

### Added
- Compilation of the connection scoring code for AVX-512.

### Fixed
- Import issue on platforms without AVX2 runtime support.
- Missing metadata in `pyproject.toml`.


## [v3.6.0] - 2024-11-02
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": "v3.6 (stable)",
"version": "3.6.0",
"url": "https://pyrodigal.readthedocs.io/en/v3.6.0/"
"version": "3.6.1",
"url": "https://pyrodigal.readthedocs.io/en/v3.6.1/"
},
{
"name": "v3.5",
Expand Down
2 changes: 1 addition & 1 deletion 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 = "pyrodigal"
version = "3.6.0"
version = "3.6.1"
description = "Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 347a984

Please sign in to comment.