-
Notifications
You must be signed in to change notification settings - Fork 54
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
Merging RC_v1.4.0
into main
#203
Conversation
This file is a post processing step to the tobac tracking step. This is a first iteration in addressing split/merged cells.
…istance along both dimensions
…eded if spectral filtering is desired
…timesteps is tested with and without spectral filtering option
Co-authored-by: JuliaKukulies <44163060+JuliaKukulies@users.noreply.github.com>
Co-authored-by: JuliaKukulies <44163060+JuliaKukulies@users.noreply.github.com>
Co-authored-by: JuliaKukulies <44163060+JuliaKukulies@users.noreply.github.com>
Co-authored-by: JuliaKukulies <44163060+JuliaKukulies@users.noreply.github.com>
Co-authored-by: JuliaKukulies <44163060+JuliaKukulies@users.noreply.github.com>
Co-authored-by: JuliaKukulies <44163060+JuliaKukulies@users.noreply.github.com>
added google groups links
Added merge/split tests
This update also includes a fix to an existing error in the merge_split algorithm that incorrectly multiplied the dimension and not values.
…mbering error which incorrectly numbered tracks for merged cells.
Sort feature detection thresholds based on target
Merge Split algorithm added
Codecov ReportBase: 32.49% // Head: 39.22% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #203 +/- ##
==========================================
+ Coverage 32.49% 39.22% +6.73%
==========================================
Files 11 11
Lines 2056 2246 +190
==========================================
+ Hits 668 881 +213
+ Misses 1388 1365 -23
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Looks gorgeous! Thanks for putting all this together and for driving the development to this new version @freemansw1! And thanks for your great great contributions @kelcyno and @snilsn
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.
Happy to approve this, @freemansw1! Thanks to all for the great teamwork
Release merge. Changelog added into
CHANGELOG.md
and below. Note that #185 will be closed when I update the feedstock.Enhancements
Bug fixes
adaptive_step
andadaptive_stop
are set when using adaptive tracking (#168)min_distance
did not work in feature detection (#187)Documentation
__version__
as a parameter (#175)Repository enhancements
black
to use for validating formatting during CI (#161)Deprecations