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)).
0.3.2
Added - `stdin` and `formatter_class` flags to `pyrodigal_gv.cli.main` as introduced in latest Pyrodigal version.
Changed - Update `pyrodigal` dependency to `v3.5.1`.