File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " pyrodigal"
7- version = " 3.6.2 "
7+ version = " 3.6.3 "
88description = " Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes."
99readme = " README.md"
1010requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments