Skip to content

Releases: SHADE-AI/daidepp

v1.1.0

03 Sep 21:09
Compare
Choose a tag to compare

What's Changed

  • Use tuple instead of frozenset (and other miscellaneous changes) by @aphedges in #92
  • Ensure equal constructed and parsed keyword objects by @aphedges in #94
  • Make keyword-based grammar creation deterministic by @aphedges in #96
  • Lower minimum required version of importlib.metadata by @aphedges in #97

Full Changelog: v2.0.0...v1.1.0

1.0.0

28 Nov 16:25
a0d016e
Compare
Choose a tag to compare

This release represents a fully realized parser. The parser can parse practically any DAIDE pattern and the visitor returns usable objects from parsed DAIDE.

What's Changed

  • scd fix by @byung-o in #5
  • Fix visit_orr error: name 'output' not defined by @Wert5 in #6
  • fix: add coasts to province by @byung-o in #18
  • Fix/add drw pda by @byung-o in #19
  • feat: modular grammar by @mjspeck in #20
  • feat(parser)!: made daidepp into installable python package by @mjspeck in #22
  • fix: fixed issue with provinces and prov_no_coast by @mjspeck in #25
  • Feature/add level 0 by @byung-o in #27
  • fix prov_coast duplicate by @byung-o in #30
  • daide string generation and tests by @byung-o in #31
  • fix: extra parentheses for AND ORR by @byung-o in #33
  • feat: visitor with dataclass objects and tests by @byung-o in #35
  • feat: DAIDE parser for any pattern and automatic validation by @mjspeck in #37

New Contributors

Full Changelog: https://github.com/SHADE-AI/daidepp/commits/v1.0.0