Skip to content

Releases: SiegeEngineers/genieutils-py

0.0.5

19 Dec 21:06
Compare
Choose a tag to compare

We now use dataclass slots to decrease memory usage

0.0.4

05 May 12:56
Compare
Choose a tag to compare

Added support for FileVersion 7.8, which made Unit.Bird.drop_sites length variable.

0.0.3

20 Jan 23:14
Compare
Choose a tag to compare

(there is no 0.0.2, I screwed that one up)

  • Made list handling more straightforward
    • parsed list lengths are no longer stored
    • for serialisation, list lengths are instead calculated via len()
    • the equality of list lengths that are parsed with equal length is asserted during serialisation
  • Replaced fixed-length lists with tuples

0.0.1

18 Jan 22:38
Compare
Choose a tag to compare

Initial release