-
Notifications
You must be signed in to change notification settings - Fork 2
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 IntParticles (int32) #73
Conversation
joeljonsson
commented
Nov 6, 2023
- add IntParticles to allow additional functionality in the napari viewer, e.g. converting image layers to labels (Note: IntParticles are not supported in most pyapr functionality)
- add a brief quick start guide with pictures and code snippets to the readme
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #73 +/- ##
==========================================
+ Coverage 74.97% 75.24% +0.26%
==========================================
Files 56 56
Lines 2442 2460 +18
==========================================
+ Hits 1831 1851 +20
+ Misses 611 609 -2
☔ View 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.
@joeljonsson looks good, what brought about the addition on the Int, I just had some questoin regarding the CI configs.
It's basically just to allow to convert between |