Skip to content

Releases: NickleDave/birdsong-recognition-dataset

0.3.2.post1

02 Feb 01:43
Compare
Choose a tag to compare

0.3.2

14 May 18:25
Compare
Choose a tag to compare
DEV: Bump version to 0.3.2

0.3.1

14 May 18:25
Compare
Choose a tag to compare
DEV: bump version to 0.3.1

0.3.0

01 Jan 03:11
Compare
Choose a tag to compare
bump version to 0.3.0

0.2.1.post1

05 Mar 04:08
Compare
Choose a tag to compare
DEV: bump version to 0.2.1.post; update CHANGELOG

0.2.1

04 Mar 15:15
Compare
Choose a tag to compare
DEV: bump version to 0.2.1; update CHANGELOG

0.2.0

12 Jan 16:03
Compare
Choose a tag to compare
bump version to 0.2.0, fixes #2

0.1.1a1

07 Dec 18:59
Compare
Choose a tag to compare

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
  • Convert tests to Python unittest format (instead of using PyTest library)

added

  • Write README.md with usage
  • to help work with conbirt package, the parse_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 the Annotation.xml files.