Skip to content

0.1.1a1

Compare
Choose a tag to compare
@NickleDave NickleDave released this 07 Dec 18:59

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.