Added - Support for Python 3.5. - Compilation of PyPy wheels on OSX.
0.4.3
Fixed - Buffer overflow when running in `meta` mode on a sequence too small to have any dynamic programming nodes.
0.4.2
Fixed - Buffer overflow coming from the node array, caused by an incorrect estimation of the node count from the sequence length.
0.4.1
Removed - Python 3.5 from the project metadata (the code was only compatible with Python 3.6+ already because of *f-strings*).
Fixed - Broken linking of static `libprodigal` against the `_pyrodigal` extension on some OSX environments ([bioconda/bioconda-recipes25568](https://github.com/bioconda/bioconda-recipes/pull/25568)).
0.4.0
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](https://github.com/althonos/pyrodigal/issues/1)).