- Add
PollTally#balanceWithMedian()
to balance a tally with thbe majority grade.
- Document API according to Dart doc formatting.
- Add
PollTally#balanceWithGrade()
and deprecate the other method.
- Initial release.
- Resolve a Poll using Majority Judgment, and get the rank of each proposal.
- Unit-tests.