proporz 1.5.1
CRAN release: 2025-03-10
- new “Modifying biproporz()” vignette (#15)
- add
district_winner_matrix()
function, exported internal implementation (#13) - add
apply_quorum()
function, exported internal implementation - add
summary()
method for biproporz results which shows marginal sums and divisors - returned seat values from proporz/biproporz functions are always integer
- undefined biproporz results are caught earlier, added flow criterion check (#14)
- minor changes to error messages
proporz 1.5.0
CRAN release: 2024-04-03
- 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
CRAN release: 2024-03-04
- 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
proporz 1.3.1
- error if not enough seats are available for harmonic/geometric divisor methods
- always error on equal remainders
proporz 1.3.0
- rework and expand quorum calculations (#4)
- deprecated quorum_total and quorum_districts parameters