Releases: althonos/pyrodigal
Releases · althonos/pyrodigal
0.4.2
07 Feb 17:03
Compare
Sorry, something went wrong.
No results found
Fixed
Buffer overflow coming from the node array, caused by an incorrect
estimation of the node count from the sequence length.
0.4.1
07 Jan 13:35
Compare
Sorry, something went wrong.
No results found
Removed
Python 3.5 from the project metadata (the code was only compatible with
Python 3.6+ already because of f-strings ).
Fixed
0.4.0
06 Jan 14:38
Compare
Sorry, something went wrong.
No results found
Changed
trans_table keyword argument to Pyrodigal.train has been renamed
to translation_table.
Added
Option to change the translation table to any allowed number in Gene.translate
(#1 ).
0.3.2
27 Nov 20:40
Compare
Sorry, something went wrong.
No results found
Fixed
Broken compilation of PyPy wheels in Travis-CI.
0.3.1
27 Nov 18:54
Compare
Sorry, something went wrong.
No results found
Added
Link to Zenodo record in README.md.
Typing :: Typed classifier to the PyPI metadata.
Explicit support for Python 3.9.
Changed
Streamlined compilation process when building from source distribution.
0.3.0
07 Sep 14:23
Compare
Sorry, something went wrong.
No results found
Added
Thread-safety for all Pyrodigal methods
Fixed
Reduced total amount of memory used to allocated dynamic programming
nodes for a given sequence.
0.2.4
04 Sep 14:15
Compare
Sorry, something went wrong.
No results found
Added
Precompiled wheels for Windows x86-64 platform.
Changed
Compilation of large Prodigal/training.c file is now done in chunks
and uses static const to reduce build time.
0.2.3
09 Aug 16:23
Compare
Sorry, something went wrong.
No results found
Fixed
Buffer overflow issue with Pyrodigal in closed=False mode.
0.2.2
14 Jul 09:42
Compare
Sorry, something went wrong.
No results found
Added
Access to the translation table of a Gene object.
0.2.1
28 May 22:24
Compare
Sorry, something went wrong.
No results found
Fixed
Memory issues causing PyPy to crash when using Pyrodigal in single mode.