Changelog¶
v0.2.0¶
Added core functionality to top-level package namespace. Users can now
import partypyand use thepartypynamespace 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