Skip to content

Releases: BirdVox/birdvoxclassify

v0.3.1

02 Jul 23:17
Compare
Choose a tag to compare

v0.3.1 release

  • Restore deprecated taxonomy files
  • Raise DeprecationWarning when deprecated taxonomy files or models that use them are loaded
  • Update documentation to notify users of deprecation of these files and how to address it
  • Update v0.3.0 changelog

v0.3.0

01 Jul 05:01
a79682b
Compare
Choose a tag to compare

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

18 Nov 17:48
Compare
Choose a tag to compare

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 for tf.keras and require Tensorflow 2.x.

v0.2.0rc0

18 Nov 16:49
Compare
Choose a tag to compare
v0.2.0rc0 Pre-release
Pre-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 for tf.keras and require Tensorflow 2.x.

v0.1.1

23 Sep 20:25
Compare
Choose a tag to compare

Add TaxoNet model

v0.1.1rc1

23 Sep 20:11
Compare
Choose a tag to compare
v0.1.1rc1 Pre-release
Pre-release

Add TaxoNet model and prevent models from being compiled for training when loaded

v0.1.1rc0

23 Sep 19:04
Compare
Choose a tag to compare
v0.1.1rc0 Pre-release
Pre-release

Add TaxoNet model

v0.1.b3 - beta v4

16 Jan 00:18
Compare
Choose a tag to compare
v0.1.b3 - beta v4 Pre-release
Pre-release

Add flat multitask convnet v2 model

v0.1.b1 - beta v2

15 Jan 23:22
Compare
Choose a tag to compare
v0.1.b1 - beta v2 Pre-release
Pre-release

Fix manifest of resources to include taxonomy file in setup.py

v0.1.b0 - beta

15 Jan 21:41
Compare
Choose a tag to compare
v0.1.b0 - beta Pre-release
Pre-release

Moves the resources folder inside of the module instead of in the project directory to avoid issues during installations through PyPI.