Skip to content

Releases: Iune/ida

Ida v0.4.1

12 Jan 23:07
Compare
Choose a tag to compare

Summary of Changes

  • Fixed spelling error in check_for_duplicate_votes() votes check.
  • Fixed display error when displaying actual number of points in check_for_points_total() votes check.
  • Fixed copy string when multiple entries have the same entry. Previously, it was inadvertently picking up the points for the first entry with the country rather than for the actual entry that received points.

Ida v0.4.0

11 Jan 01:10
848fc31
Compare
Choose a tag to compare

Summary of Changes

  • Program is now implemented in Python 3.10, and is built using Poetry.
  • Addresses a bug where parsing country names didn't take into account word boundaries. Previously, a line such as 12 Ukraine would incorrectly trigger a match for UK, even though the full country name specified on the line was Ukraine.

Ida v0.3.0

16 Jan 22:25
ac49482
Compare
Choose a tag to compare

Summary of Changes

  • Instead of reading two files—a JSON file containing country details and an Excel spreadsheet for contest details—the program now reads a single JSON file containing both the country and contest details.
  • The program is now written in F#, using the .NET 5.0 runtime instead of Go.
  • Parsed votes are now displayed in a table.
  • Updated logging messages to be more descriptive.

Ida v0.2.0

29 Dec 18:58
3bac85d
Compare
Choose a tag to compare

Summary of Changes

  • Instead of reading a .tsv for the country details, the program now reads in a JSON file — this prevents any parsing errors while loading due to the presence of spaces versus tabs.
  • The program now reads in input Excel spreadsheets for the contest details, instead of the .tsv files previously used. This allows the program to directly read in the same file used by the Melbourne Scoreboard Generator.
  • Updated logging messages to be more descriptive.

v0.1.1

21 Feb 03:10
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Fixed bug where the voter's entry was not highlighted in the output string with ‘X’.
  • Removed unnecessary prompt to continue the program loop; to exit the program simply type Ctrl-C.

v0.1.0

21 Feb 02:19
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Initial version of the program