A Swiss Army Knife for computational social choice research

2 Open Issues Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub
Star voting 2 months ago

AI Summary: Implement STAR voting as a new election method within the VoteKit Python library. This involves adding the necessary algorithms and data structures to handle score-based elections, and integrating it seamlessly with the existing framework. Testing and documentation updates will also be required.

Complexity: 4/5
enhancement good first issue

A Swiss Army Knife for computational social choice research

Python
URL handling 2 months ago

AI Summary: Modify the `load_csv`, `load_scottish`, and `PreferenceProfile.load_from...` functions in the VoteKit Python library to enable loading election data directly from URLs, instead of only from local files.

Complexity: 4/5
enhancement good first issue

A Swiss Army Knife for computational social choice research

Python