-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add new filters and operations #343
Conversation
for more information, see https://pre-commit.ci
@haesleinhuepf can you tell me if this enough for continuing the shift of the |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #343 +/- ##
==========================================
- Coverage 49.76% 49.12% -0.64%
==========================================
Files 240 244 +4
Lines 3864 3953 +89
Branches 1749 1797 +48
==========================================
+ Hits 1923 1942 +19
- Misses 558 603 +45
- Partials 1383 1408 +25 ☔ View full report in Codecov by Sentry. |
Looks good @StRigaud ! However, I vote against names such as |
I can update the name yes. I will update and merge, and push this as a new version (also for pyclesperanto) this week |
Functions added:
pixel_count_map
extension_ratio_map
sub_stack
reduce_stack
reduce_label_to_centroids
exclude_label_with_values_out_of_range
exclude_label_with_values_within_range
The following function has equivalent renaming for future:
exclude_label_with_values_out_of_range
-->remove_label_out_of_range
exclude_label_with_values_within_range
-->remove_label_within_range
reduce_label_to_centroids
reuse the statistics function (see multiple way of computing some label measurement pyclesperanto_prototype#340 )exclude_label_with_values_out_of_range
is reused forexclude_label_by_size
which change some functions tiers.This PR aim to answer this request: clEsperanto/napari_pyclesperanto_assistant#73