Releases: sortitionfoundation/sortition-algorithms
Releases · sortitionfoundation/sortition-algorithms
0.12.3
0.12.2
Mostly docs and animations improvements.
Full Changelog: 0.12.1...0.12.2
0.12.1
Fix permissions so we can publish the docs
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Upgrade mip to 1.17 by @foobacca in #74
- Add walkthrough and animations to help explain the algorithms.
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #75
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #76
Full Changelog: 0.11.8...0.12.0
0.11.8
Raise ConfigurationError instead of generic ValueError
Full Changelog: 0.11.7...0.11.8
0.11.7
Minor fixes to error messages.
Full Changelog: 0.11.6...0.11.7
0.11.6
0.11.5
What's Changed
- Improvements to diversimax by @orenmatar in #58 (and in a few other commits)
- Grab only the columns we need from the already selected - see 5996bda
- Improvements for when a random seed is used for repeatable testing
- Updated dependencies
Full Changelog: 0.11.4...0.11.5
0.11.4
The headline is adding the diversimax algorithm.
We have also updated the error classes to ensure they can be properly pickled and unpickled.
What's Changed
- Adding support for the Diversimax algorithm by @orenmatar in #56
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #55
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #54
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #53
New Contributors
- @orenmatar made their first contribution in #56
Full Changelog: 0.11.3...0.11.4
0.11.3
Fix serialization and deserialization of errors with the new error_code and error_params attributes
Full Changelog: 0.11.2...0.11.3