Skip to content

Releases: leon-richardt/python-repetita-parser

v4.0.0

23 Aug 15:59
v4.0.0
8c49b45
Compare
Choose a tag to compare

Demand is now also a dataclass.

Full Changelog: v3.0.0...v4.0.0

v3.0.0

23 Aug 07:49
v3.0.0
f097d33
Compare
Choose a tag to compare

Node and Edge are now @dataclass, allowing them to be mutated.

Full Changelog: v2.1.2...v3.0.0

v2.1.2

22 Aug 13:40
v2.1.2
b5d5e2d
Compare
Choose a tag to compare

Wrestling with hatch to include .gitignored paths in the distribution. This should finally do the trick though.

Full Changelog: v2.1.1...v2.1.2

v2.1.1

22 Aug 13:13
v2.1.1
0412b0b
Compare
Choose a tag to compare

Test output paths were not tracked in v2.1.0, leading to errors when trying to run tests after pulling that version. This version only tracks these paths, allowing tests to pass.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

22 Aug 13:00
v2.1.0
6c18ee1
Compare
Choose a tag to compare

This version adds an export functionality for the Topology, Demands, and Instance classes. The export format is the standard REPETITA format, as described in the REPETITA GitHub wiki.

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

v2.0.0

17 Jun 15:25
v2.0.0
14402ef
Compare
Choose a tag to compare

New Features

  • "Validation of instances" (#1) in 9b4d5a6 and
  • "Keep paths from which objects were built as member objects" (#2) in b3430e7
    • Implementation of this feature resulted in the introduction of a Demands wrapper object which makes this a breaking release. This allows us to more easily introduce new features without breaking compatibility in the future.

Full Changelog: v1.0.2...v2.0.0