Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 1.68 KB

Changelog

poli-sci-kit tries to follow semantic versioning, a MAJOR.MINOR.PATCH version where increments are made of the:

  • MAJOR version when we make incompatible API changes
  • MINOR version when we add functionality in a backwards compatible manner
  • PATCH version when we make backwards compatible bug fixes

poli-sci-kit 1.1.0 (November 25th, 2023)

  • The assignment of points for semicircle parliament plots now groups points for parties together more appropriately

poli-sci-kit 1.0.1 (June 3rd, 2022)

  • Updates source code files with direct references to the code they're based on

poli-sci-kit 1.0.0 (December 28th, 2021)

poli-sci-kit 0.1.2.5 (March 24th, 2021)

Changes include:

  • Package structure has been modified for better testing and a cleaner wheel
  • Bug fixes and refactoring for cleaner code
  • Checks for code quality have been added
  • Examples now function in Google Colab

poli-sci-kit 0.1.0 (Feb 10th, 2021)

First stable release of poli-sci-kit

Changes include:

  • Plotting functions for parliament allocations and seat disproportionality
  • Full documentation of the package
  • Virtual environment files
  • Bug fixes
  • Extensive testing of all modules with GH Actions and Codecov
  • Code of conduct and contribution guidelines

poli-sci-kit 0.0.2.1 (Dec 9th, 2020)

The minimum viable product of poli-sci-kit

  • Users are able to do political appointments using a variety of methods including largest remainder and highest averages techniques
  • Users are able to analyze the results of appointments
  • Usage examples have been created