Commit Graph

89 Commits

Author SHA1 Message Date
RunasSudo 736a20c224
Reduce size of decimal places 2021-01-07 04:08:37 +11:00
RunasSudo 04f1b9c177
Fix bug in ERS97 implementation
Do not attempt to elect candidates already elected
2021-01-07 03:59:49 +11:00
RunasSudo 14b1dfb787
Allow displaying results to >2 dps in JS client 2021-01-07 03:45:12 +11:00
RunasSudo 1316c82c35
JS UI improvements
Improve display on very narrow displays
Add section subheadings
2021-01-06 02:34:24 +11:00
RunasSudo eb19b9dc8b
Improve JS client CSS on smaller displays 2021-01-06 01:38:23 +11:00
RunasSudo 4dd5ec41f9
Ditto 2021-01-05 21:07:40 +11:00
RunasSudo a0913c2d33
Ditto 2021-01-05 20:28:31 +11:00
RunasSudo 784b21eac7
Update client CSS for Chrome 2021-01-05 19:55:54 +11:00
RunasSudo 36a4e2a9d1
UI improvements for JS client 2021-01-05 19:47:07 +11:00
RunasSudo 7ee56f97f8
Display order of election in count report 2021-01-05 03:50:39 +11:00
RunasSudo 7afd8d7bfd
Minor UI improvements 2021-01-05 01:59:24 +11:00
RunasSudo 71447d49b5
Display vote required for election 2021-01-05 01:44:29 +11:00
RunasSudo ee1a375b46
Fix typo/bug when loading ERS97 preset 2021-01-05 01:32:01 +11:00
RunasSudo 60008d1e84
Add forwards tie breaking 2021-01-05 01:27:30 +11:00
RunasSudo a0709e4506
Add test case for ERS97 2021-01-04 20:46:38 +11:00
RunasSudo 64d23751a5
Fix bugs in ERS97 implementation
Re-calculate votes required for election after electing a candidate
Round votes required for election up in accordance with vote rounding
2021-01-04 20:46:18 +11:00
RunasSudo a9050e4124
Update documentation 2021-01-04 19:35:09 +11:00
RunasSudo 0b3651d450
Display error message in JS version when known STVException 2021-01-04 19:34:55 +11:00
RunasSudo 6b5c188668
Adjust PRSA 1977 implementation
Count in votes to 3 decimal places
Round transfer values correctly
2021-01-04 18:10:07 +11:00
RunasSudo 6f5cf70abb
Update documentation 2021-01-04 17:51:24 +11:00
RunasSudo fb33a96d37
Implement ERS97 2021-01-04 17:26:11 +11:00
RunasSudo 27c0638f98
Remove references to "STV-C" for now. Minor UI tweaks 2021-01-04 02:45:24 +11:00
RunasSudo 1f4c7f8efe
Tweak CLI interface
Default to "prompt" for ties
Allow hiding excluded candidates and sorting by votes in count report
2021-01-03 19:16:48 +11:00
RunasSudo 61601f05cc
Make Wright method a variant of regular STV as an exclusion method 2021-01-03 19:04:14 +11:00
RunasSudo 2bcc52d85f
Update documentation 2021-01-03 18:47:02 +11:00
RunasSudo 8d7a1ea1f9
Optimisations for number handling
DRY number classes
Implement __iadd__, etc. for better performance
2021-01-03 18:39:32 +11:00
RunasSudo 673b531475
Optimisation: Do not re-sort already sorted parcels in exclusion by_value 2021-01-03 17:20:13 +11:00
RunasSudo 6d3e283d1d
Additional pretty-print tidying 2021-01-03 02:10:36 +11:00
RunasSudo 891f82e148
Fix bug in JS implementation of exclusive Gregory
Remove dependency on Transcrypt's itertools.groupby as this does not appear to work
2021-01-03 02:05:49 +11:00
RunasSudo 3b9a98fabd
Improve pretty printing
Print stage of count
Avoid printing too many decimal places in JS client
2021-01-03 02:05:15 +11:00
RunasSudo e219969711
Expose advanced rounding options in count software 2021-01-03 01:23:11 +11:00
RunasSudo a3d79e993a
Implement advanced rounding functionality in API 2021-01-03 00:29:41 +11:00
RunasSudo 7b52f8f06d
Remove native integers mode in preparation for more advanced rounding options 2021-01-03 00:29:24 +11:00
RunasSudo 1b74e41695
Add test cases for numbers 2021-01-02 23:35:21 +11:00
RunasSudo 8a304aedcf
Fix/tweak numbers implementation
Round fixed point decimals in initialiser to match Python behaviour
Add pretty printing for Python
2021-01-02 23:35:17 +11:00
RunasSudo 15dd93cf24
Use pytest-steps to show progress in long tests 2020-12-31 17:00:23 +11:00
RunasSudo 73fec045d5
Add unit tests for various election methods and JS engine 2020-12-31 16:50:19 +11:00
RunasSudo 0b567e66e3
Rename parcels_by_value to by_value and update documentation 2020-12-31 16:50:19 +11:00
RunasSudo 3910dfbc2a
Update documentation 2020-12-31 02:14:12 +11:00
RunasSudo a40dea7a5e
Add test case based on Senate STV count 2020-12-31 01:52:04 +11:00
RunasSudo 29c15645b4
Fix bug in STV implementation
Do not allow surplus transfers to interrupt a candidate exclusion
2020-12-31 01:51:13 +11:00
RunasSudo 61506f0082
Implement exclusion of parcels by value + Senate STV 2020-12-30 02:33:09 +11:00
RunasSudo 803941a53a
Raise Exception in Python when attempting to operate on incompatible types, as this will be invalid in JS 2020-12-30 02:32:36 +11:00
RunasSudo f0e8bac4b7
Add test case based on CSM15 ballot data 2020-12-29 22:55:21 +11:00
RunasSudo fb8d8981d7
Add test case based on PRSA ballot data 2020-12-29 22:19:15 +11:00
RunasSudo 509768c071
Separate out parcel handling logic 2020-12-29 02:43:37 +11:00
RunasSudo 044b9fb3d3
Update documentation 2020-12-28 01:20:14 +11:00
RunasSudo 467612541f
Show error message on error in JS 2020-12-28 01:14:43 +11:00
RunasSudo ec75a61406
Fix error/bug with Wright STV in Python CLI 2020-12-28 01:14:19 +11:00
RunasSudo c9ff0a16fb
Fix error/bug when excluding candidates in exclusive Gregory 2020-12-27 23:30:54 +11:00