Releases: NickleDave/birdsong-recognition-dataset
Releases · NickleDave/birdsong-recognition-dataset
0.3.2.post1
Full Changelog: 0.3.2...0.3.2.post1
0.3.2
DEV: Bump version to 0.3.2
0.3.1
DEV: bump version to 0.3.1
0.3.0
bump version to 0.3.0
0.2.1.post1
DEV: bump version to 0.2.1.post; update CHANGELOG
0.2.1
DEV: bump version to 0.2.1; update CHANGELOG
0.2.0
bump version to 0.2.0, fixes #2
0.1.1a1
- Initial version after excising from hvc
(https://github.com/NickleDave/hybrid-vocal-classifier/commits/0c50144d75e3a3205db82add8b48302edbbed511/hvc/koumura.py)
changed
- The library now limits itself to returning annotation in a data structure
similar to what's used in the BirdsongRecognition code.- e.g.
parse_xml
no longer returns an "annotation dictionary" - instead, the conbirt package
handles translating the data structures to the "annotation dictionary"
structure that it uses internally
- e.g.
- Convert tests to Python unittest format (instead of using PyTest library)
added
- Write README.md with usage
- to help work with
conbirt
package, theparse_xml
function
now has parameters to allow returning the paths to the .wav files as
absolute paths, but by default it returns just the file names, as
specified in theAnnotation.xml
files.