Changelog

v0.3.0 (2021-08-11)

Feature

v0.2.0

  • Added core functionality to top-level package namespace. Users can now import partypy and use the partypy namespace to access core functionality, rather than having to import modules individually.

  • Added new example data set and “datasets” module. Can be accessed with partypy.load_party().

  • New tests and documentation to cover the above changes.

v0.1.0

  • First release of partypy