Skip to content

Releases: gbarks/YAV-Election-Analyzer

TSV-Scanning Release

16 Jun 22:00
Compare
Choose a tag to compare

Simple GUI program for analyzing a spreadsheet of ballots with IRV rules. Takes a .tsv exported from Google Forms and processes the elections. Distributed with an example .tsv to show how it should be formatted.

"YAV Election Analyzer.jar" is an executable Java file, so Java needs to be installed. Running should be identical on Windows and macOS.

v1.1 Changelog:
-added support for scanning .tsv for election/candidate data
-removed .cfg file for getting election/candidate data
-added column offset selection (default for Example.tsv is F)
-fixed a bug where candidates with 0 votes weren't eliminated in the first round

Initial release

27 May 02:05
Compare
Choose a tag to compare

Simple GUI program for analyzing a spreadsheet of ballots with IRV rules. Takes a .cfg file and a .tsv exported from Google Forms and processes the elections. Distributed with two example files to show how they should be formatted.

"YAV Election Analyzer.jar" is an executable Java file, so Java needs to be installed. Running should be identical on Windows and macOS.