Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 484 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 484 Bytes

Changelog

0.5.1

  • Restored source distribution

0.5.0

  • Modified ref return type to include version.

0.4.0

  • Return type changed so that configs are a list of unmerged key-value pairs. Merging config values should now be done by the consumer.

0.3.0

  • added parallel processing via rayon
  • fixed merge logic for tags when multiple config blocks are present in one model file.

0.2.0

  • Export ExtractionError to Python so it can be caught

0.1.0

initial release