Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@julien-boudry julien-boudry released this 26 May 09:14
· 1282 commits to master since this release

Description

Adds for the first time methods unrelated to Condorcet's criteria (Borda, Alternative Voting, FTPT).

Added

  • New voting method: Borda Count
  • New voting method: Dowdall System (Nauru), a Borda Count variant.
  • New voting method: Instant-runoff (also know as Alternative Voting or Preferential Voting)
  • New voting method: First-past-the-post

Changed

  • Result object (iterator and his others methods) is now ordered by key from first rank to last rank. However, no method officially implemented before version 1.7 was affected by this theoretical problem. This never affected the correct rank allocation, but could cause misinterpretation if carelessly repeated in a loop.

Internal changes

  • Code cleanup & test improvements