Skip to content

Commit 3d958ac

Browse files
committed
Release v3.6.3
1 parent 90fd1c1 commit 3d958ac

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.6.2...HEAD
9+
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.6.3...HEAD
10+
11+
12+
## [v3.6.3] - 2024-11-04
13+
[v3.6.3]: https://github.com/althonos/pyrodigal/compare/v3.6.2...v3.6.3
14+
15+
### Fixed
16+
- Dynamic dispatch to NEON connection scorer on Aarch64 MacOS.
1017

1118

1219
## [v3.6.2] - 2024-11-03

docs/_static/json/switcher.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
33
"name": "v3.6 (stable)",
4-
"version": "3.6.2",
5-
"url": "https://pyrodigal.readthedocs.io/en/v3.6.2/"
4+
"version": "3.6.3",
5+
"url": "https://pyrodigal.readthedocs.io/en/v3.6.3/"
66
},
77
{
88
"name": "v3.5",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pyrodigal"
7-
version = "3.6.2"
7+
version = "3.6.3"
88
description = "Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes."
99
readme = "README.md"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)