* drop support for Python versions before 3.8 * works with sqlalchemy 2+, drop support for sqlalchemy 1.x series * drop indexes and constraints before creating Postgresql database * restructure Dockerfile, uses python:3.11-slim-bullseye base image * simplify setup.py and remove deprecated features * major speed improvements to subcommand namelookup * added support text file support for update_taxids
0.9.4
=====
* general improvements and updates to Github Actions Workflows
0.9.3
=====
* migrated docker/* into Dockerfile and GH Actions automatic container build (.github/workflows/docker-publish.yml)
0.9.2
=========
* Support for parsing RAxML-ng v1.0.2 log file [GH-132] * Support for RAxML-ng/epa-ng .bestModel using taxit create
0.9.1
=====
* Bug fix [GH-134]
0.9.0
=====
* New ordered ranks: biotype, genotype, morph, pathogroup, serogroup and subvariety [GH-133] * New unordered ranks: clade, isolate, forma specialis, serotype and strain [GH-133] * Python 3 only support * Bug fixes