Skip to content

Releases: polettif/proporz

proporz 1.5.0

04 Apr 10:53
Compare
Choose a tag to compare
  • add new feature: winner take one method for biproporz() and pukelsheim (#10)
  • allow non-integer vote counts
  • round divisors to as few digits as possible
  • changed error message for undefined/tied results
  • fixed bugs and added more real data tests

proporz 1.4.0

04 Mar 17:06
Compare
Choose a tag to compare
  • first CRAN release
  • add vignette and examples
  • removed biproportional(), only use biproporz()
  • renamed quota_largest_remainder() to largest_remainder_method()
  • renamed divisors() to get_divisors()
  • removed hzv() alias and made reached_quorums() internal
  • update documentation and tests
  • minor bugfixes

v1.3.1

25 Jan 17:03
Compare
Choose a tag to compare
  • error if not enough seats are available for harmonic/geometric divisor methods
  • rename internal quorum_votes function to apply_quorum_vector
  • always error on equal remainders
  • update error messages
  • refactor checks and tests

Full Changelog: v1.3.0...v1.3.1

v1.3.0

12 Dec 16:54
Compare
Choose a tag to compare
  • Rework and expand quorum calculations (depreacted quorum_total and quorum_districts parameters) in #4
  • Improve error handling and increase test coverage in #5

Full Changelog: v1.2.1...v1.3.0

v1.2.1

05 Jul 15:18
Compare
Choose a tag to compare
  • allow number of seats to be 0 instead of throwing error
  • increase test coverage

Full Changelog: v1.2...v1.2.1

v1.2

20 Aug 10:13
Compare
Choose a tag to compare
  • throw error if no solution can be found
  • added basis shiny app
  • update docs