Skip to content

Commit 31d3cee

Browse files
committed
Release v3.7.1
1 parent 6e17094 commit 31d3cee

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/_static/json/switcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",

pyproject.toml

Lines changed: 2 additions & 1 deletion
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.7.0"
7+
version = "3.7.1"
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"
@@ -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",

0 commit comments

Comments
 (0)