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,10 +6,17 @@ 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.7.0 ...HEAD
9+ [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v3.7.1 ...HEAD
1010
1111
12- ## [ v3.7.0] - 2026-01-07
12+ ## [ v3.7.1] - 2026-03-07
13+ [ v3.7.1 ] : https://github.com/althonos/pyrodigal/compare/v3.7.0...v3.7.1
14+
15+ ### Fixed
16+ - Line tracing being enabled unconditionnaly causing performance issues ([ #79 ] ( https://github.com/althonos/pyrodigal/issues/79 ) .
17+
18+
19+ ## [ v3.7.0] - 2026-01-07 - YANKED
1320[ v3.7.0 ] : https://github.com/althonos/pyrodigal/compare/v3.6.3...v3.7.0
1421
1522### Added
Original file line number Diff line number Diff line change 11[
22 {
33 "name" : " v3.7 (stable)" ,
4- "version" : " 3.7.0 " ,
5- "url" : " https://pyrodigal.readthedocs.io/en/v3.7.0 /"
4+ "version" : " 3.7.1 " ,
5+ "url" : " https://pyrodigal.readthedocs.io/en/v3.7.1 /"
66 },
77 {
88 "name" : " v3.6" ,
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.7.0 "
7+ version = " 3.7.1 "
88description = " Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes."
99readme = " README.md"
1010requires-python = " >=3.7"
@@ -28,6 +28,7 @@ classifiers = [
2828 " Programming Language :: Python :: 3.11" ,
2929 " Programming Language :: Python :: 3.12" ,
3030 " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
3132 " Programming Language :: Python :: Implementation :: CPython" ,
3233 " Programming Language :: Python :: Implementation :: PyPy" ,
3334 " Topic :: Scientific/Engineering :: Bio-Informatics" ,
You can’t perform that action at this time.
0 commit comments