Releases: polettif/proporz
Releases · polettif/proporz
proporz 1.5.0
- add new feature: winner take one method for
biproporz()
andpukelsheim
(#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
- first CRAN release
- add vignette and examples
- removed
biproportional()
, only usebiproporz()
- renamed
quota_largest_remainder()
tolargest_remainder_method()
- renamed
divisors()
toget_divisors()
- removed
hzv()
alias and madereached_quorums()
internal - update documentation and tests
- minor bugfixes
v1.3.1
- 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
v1.2.1
- allow number of seats to be 0 instead of throwing error
- increase test coverage
Full Changelog: v1.2...v1.2.1