Releases: BirdVox/birdvoxclassify
Releases · BirdVox/birdvoxclassify
v0.3.1
v0.3.0
v0.3.0 release
- Add functionality for obtaining best candidates from predictions
- Add hierarchical consistency implementation for selecting best candidates
- Drop
six
dependency. - Update taxonomy files so that order-level taxa are in plural form
v0.2.0
v0.2.0 release
- Drop support for Python 3.5, add support for Python 3.7 and 3.8.
- Deprecate and remove v1 model non-hierarchical
- Add models compatible with Python 3.8
- Make TaxoNet the default model.
- Fix broken dependencies.
- Swap
keras
fortf.keras
and require Tensorflow 2.x.
v0.2.0rc0
- Drop support for Python 3.5, add support for Python 3.7 and 3.8.
- Deprecate and remove v1 model non-hierarchical
- Add models compatible with Python 3.8
- Make TaxoNet the default model.
- Fix broken dependencies.
- Swap
keras
fortf.keras
and require Tensorflow 2.x.
v0.1.1
Add TaxoNet model
v0.1.1rc1
Add TaxoNet model and prevent models from being compiled for training when loaded
v0.1.1rc0
Add TaxoNet model
v0.1.b3 - beta v4
Add flat multitask convnet v2 model
v0.1.b1 - beta v2
Fix manifest of resources to include taxonomy file in setup.py
v0.1.b0 - beta
Moves the resources folder inside of the module instead of in the project directory to avoid issues during installations through PyPI.