This is an automated email from the ASF dual-hosted git repository.
gstein pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git
from c346363 clarifications
new e39c347 add a function to return the module for a vote type
new f5e392e KV as JSON should be internal; not part of the API
new f225a7b implement the STV vote type
new ea42278 Never return decrypted vote strings.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
v3/steve/election.py | 51 ++++++++++++++++++++++++++++++++++++---------
v3/steve/vtypes/__init__.py | 7 +++++++
v3/steve/vtypes/stv.py | 24 ++++++++++++++++++++-
v3/test/check_coverage.py | 16 +++++++++-----
4 files changed, 82 insertions(+), 16 deletions(-)