Commit Graph

26 Commits

Author SHA1 Message Date
RunasSudo 0ee5fd3285
Update to prettytable 0.10.0
prettytable 0.8.0 has a bug leading to arithmetic overflow/segfault on latest Rust
2023-02-01 18:26:45 +11:00
RunasSudo 422a198cf5
Use NoHashHasher for Candidate HashMaps to improve performance 2022-08-20 23:25:16 +10:00
RunasSudo 2f6614c0c1
Update wasm-bindgen 2022-06-18 22:44:32 +10:00
RunasSudo 8d16f55289
Update for clap stable 2022-06-18 22:36:00 +10:00
RunasSudo e78d06289a
Return Result from CSP parse_reader, better error messages 2021-10-17 17:18:14 +11:00
RunasSudo df1b2f7bdc
Implement detailed transfers in web UI 2021-09-11 21:08:36 +10:00
RunasSudo 9817d6c199
Implement --transfers-detail 2021-09-11 18:42:15 +10:00
RunasSudo e9e1c63c9c
Implement serialised binary format 2021-09-02 17:17:45 +10:00
RunasSudo f3e4071886
Refactor tests specification using builder pattern 2021-08-05 01:13:54 +10:00
RunasSudo 3801d30527
Switch to handwritten BLT parser 2021-07-29 03:24:51 +10:00
RunasSudo cca097f943
Use Pest-based parser for BLT files
Support comments, optional newlines, etc.
2021-07-23 16:45:54 +10:00
RunasSudo c563654ace
Implement constraint matrix logic and test case 2021-06-27 17:49:28 +10:00
RunasSudo c9d714bf25
Add test cases for tie-breaking 2021-06-13 15:03:10 +10:00
RunasSudo 4845ebe52f
Implement --ties random 2021-06-13 03:15:15 +10:00
RunasSudo 31538cd3fc
Add code coverage calculation 2021-06-12 15:37:41 +10:00
RunasSudo 96a3eaec84
Implement --sum-surplus-transfers 2021-06-11 21:25:58 +10:00
RunasSudo 9d4cac2e89
Implement Scottish STV test case 2021-06-10 15:47:09 +10:00
RunasSudo ceba059c53
Implement --numbers fixed 2021-06-04 22:05:48 +10:00
RunasSudo 37622eb78d
Basic tabular output in HTML 2021-06-02 22:48:03 +10:00
RunasSudo 2428fcb4ed
Implement rational numbers in WebAssembly using num-bigint 2021-05-30 23:00:28 +10:00
RunasSudo 2793088e12
Initial WebAssembly implementation 2021-05-30 18:45:45 +10:00
RunasSudo a595f2ff6b
Add integration test for 2019 Tasmanian Senate data 2021-05-30 03:50:19 +10:00
RunasSudo 8a92c17cb3
CLI help: Group related options in categories 2021-05-29 23:25:05 +10:00
RunasSudo 5731d71b07
Implement version number 2021-05-28 22:37:07 +10:00
RunasSudo 637884cdbf
Integrate with clap for CLI argument parsing 2021-05-28 20:54:57 +10:00
RunasSudo efc7588c09
Initial commit 2021-05-28 20:03:55 +10:00