Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.3.1 #420

Merged
merged 9 commits into from Mar 1, 2024
Merged

Release/0.3.1 #420

merged 9 commits into from Mar 1, 2024

Conversation

peterrrock2
Copy link
Collaborator

This is the main release PR for 0.3.1. Main changes are that Kruskal's now uses a minimum spanning tree rather than a maximum, and region-aware has been improved so that it deterministically selects a region-splitting edge when multiple possible balance edges are found. These were already more likely to appear due to the surcharges, but now we specifically select them when possible.

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Attention: Patch coverage is 96.15385% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 91.90%. Comparing base (229ff29) to head (9dba10a).

❗ Current head 9dba10a differs from pull request most recent head 0184159. Consider uploading reports for the commit 0184159 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #420      +/-   ##
==========================================
+ Coverage   91.88%   91.90%   +0.01%     
==========================================
  Files          38       38              
  Lines        1911     1940      +29     
==========================================
+ Hits         1756     1783      +27     
- Misses        155      157       +2     
Files Coverage Δ
gerrychain/proposals/tree_proposals.py 73.75% <100.00%> (+0.25%) ⬆️
gerrychain/tree.py 95.35% <96.05%> (-0.53%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 229ff29...0184159. Read the comment docs.

Copy link
Contributor

@cdonnay cdonnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

docs/user/recom.rst Outdated Show resolved Hide resolved
docs/user/recom.rst Show resolved Hide resolved
gerrychain/proposals/tree_proposals.py Show resolved Hide resolved
gerrychain/tree.py Outdated Show resolved Hide resolved
gerrychain/tree.py Outdated Show resolved Hide resolved
gerrychain/tree.py Outdated Show resolved Hide resolved
tests/test_region_aware.py Show resolved Hide resolved
docs/user/recom.rst Outdated Show resolved Hide resolved
Copy link
Contributor

@cdonnay cdonnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@peterrrock2 peterrrock2 merged commit 8176d43 into main Mar 1, 2024
1 check passed
@peterrrock2 peterrrock2 deleted the release/0.3.1 branch March 1, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants