-
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
Version 1.3 release candidate #111
Conversation
get changed docker image file
Updated testing to use variables for test parameters; added approximate statements instead of exactly equal statements; updated make_feature_blob to more consistently produce the correct center
Black formatting of existing code and inclusion of formatting check in workflow
This reverts commit a7edce9.
fetch latest changes from dev branch
New testing utilities and feature detection tests
Pulling in `main` changes to `dev`
Parameter warnings
Update to 1.3 in preparation for the next release
Fix depreciation warnings that we can fix
Remove setting backend to `agg` automatically
Speedup to analysis.calculate_area
Update version number, authors and email addresses
Changelog: Enhancements
Bug fixes
Documentation
Repository enhancements
|
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 all good to me - good job! Also tested the pre-commit since I somehow missed that one, but that was a nice addition and works well.
I just thought of a small thing - will you add the changelog in the repo or do you think it is enough to have it here? Could be nice for users with a small release note and overview what is different from the previous tobac version. But maybe that is not as important for the minor releases as for the bigger ones. |
Good point, I'll create and add a changelog.md file that we can continue updating in future |
Merging changes for the version 1.3 release from dev into main.
Changelog:
Enhancements
calculate_area
Speedups for calculate area #93np.nan
. Default value is-1
and stub cell values are now integers instead of floats by default Added the ability to set a custom stub cell value instead ofnp.nan
#74min_num
in feature detection andd_min
in tracking, and added exceptions when multiple, incompatible parameters are given (e.g.d_max
andv_max
) Parameter warnings #107Bug fixes
level
parameter in segmentation to work and added segmentation tests #92is
comparisons for string literals Removeis
comparisons with a string literal #99raise
for exception inget_spacings
added missing 'raise' in get_spacings to actually raise ValueError #105agg
on import Remove setting backend toagg
automatically #100Documentation
Repository enhancements
Please let me know if there are any addition issues/PRs that need adding before updating the main branch!