Skip to content

Releases: Election-Tech-Initiative/electionguard-python

Release 1.1.1

07 Aug 14:28
7c6238c
Compare
Choose a tag to compare
✅   Balerion HotFix for Release Build Workflow (#140)

* ✅ Modify Pull Request Workflow for Shorter Build times

- Reduce MacOS and Windows to only run integration tests. 
- Add make file to run all integration tests

* 🐛 Release Build CI Fixes

- Simplify commands for CI
- Add test pypi commands for CI for easy flipping
- Add noshow to stop existing issue
- Add release commands

* 🐛 Add atomic writes for windows

* 🆙 Update Version to v1.1.1

Release 1.1.0

05 Aug 20:15
39b0366
Compare
Choose a tag to compare
Bug/cleanup output data (#138)

* ✨ Implement Scheduler for multi processing

- Add scheduler singleton to handle creating pools an closing pools. 
- Remove Pool references and replace scheduler
- Update tests and benchmarks

* Modify scheduler to include only one method

add tally methods to tally in batches

* fix naming

* Adjust proof fields to reflect new output requirements

also, fix a bug where the tally did not include the decryption shares, and where a few of the CP proofs were not using the crypto_extended_base_hash in their challenge inputs

* fix unused inports

* return int

* increase the deadline on slow tests

* fix imports

* fix CI Errors

* Address PR Feedback

* fix lint error

Co-authored-by: Keith Fung <[email protected]>
Co-authored-by: Keith Fung <[email protected]>

Release 1.0.0

14 Jul 18:45
5bd36dc
Compare
Choose a tag to compare

🐉 Dragon Release v1.0.0

Description

Initial release of ElectionGuard Python package.

Milestone

https:/microsoft/electionguard-python/milestone/1