- Adds the ability to create an exportable representation of a vote. [href]
0.1.2
~~~~~~~~~~~~~~~~~~~
- If nobody votes on an issue the yeas percentage is now assumed to be 0%. Before it was undefined and lead to a division by zero. [href]
- Changes the votes order to date, domain, shortcode, title. [href]
0.1.1
~~~~~~~~~~~~~~~~~~~
- Adds a last_result_change property on the vote, indicating the last time a result was added or changed. [href]
- Adds a shortcode to each vote for internal reference. [href]
0.1.0
~~~~~~~~~~~~~~~~~~~
- Adds the ability to query the votes by year. [href]
- Removes Python 2.x support. [href]
0.0.5
~~~~~~~~~~~~~~~~~~~
- Fixes the counts/results/percentages for votes without results. [href]
- Yeas/Nays on the vote are no longer simple summations if a counter-proposal is present. In this case, the absolute total is taken from the winning proposition (say the yeas of the proposal or the counter-proposal, but not a merge of the two.). [href]
0.0.4
~~~~~~~~~~~~~~~~~~~
- Renames the "yays" to "yeas", the correct spelling. [href]