mggg / VoteKit

A Swiss Army Knife for computational social choice research
https://votekit.readthedocs.io/en/latest/
MIT License
10 stars 12 forks source link

Stv bugs #113

Closed jgibson517 closed 9 months ago

jgibson517 commented 9 months ago

fixing some lingering bugs in the STV class:

Ballot objects are now immutable:

jgibson517 commented 9 months ago

@cdonnay I added a post_init function that does the conversion from non-Fraction types to Fractions, and plays a little nicer with the pydantic datatclass. Also added a changelog.md, I migrated the github release notes to this file to get us started, but we can get in a better practice of documenting changes going forward!