-
Notifications
You must be signed in to change notification settings - Fork 74
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
Release/0.3.1 #420
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
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.