Skip to content

0.3.1

Compare
Choose a tag to compare
@rabitt rabitt released this 26 Jan 16:06
743cc49

New in 0.3.1:

  • Allows passing file-like objects in addition to strings in most loaders.
  • Introduces @core.coerce_to_string_io and @core.coerce_to_bytes_io decorators
  • Moves boilerplate code in inherited Track classes to core.Track.__init__
  • Moves dataset metadata from a module-level LargeData objects to Dataset._metadata
  • Reintroduces strict black code formatting in pull requests
  • Runs mypy as an additional test in pull requests
  • Fixes typos and formatting issues in docs