-
Notifications
You must be signed in to change notification settings - Fork 21
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
Addition of getType() API #115
Conversation
Bumping parent to pom-scijava-37.0.0 causes the following test failures with @ctrueden any idea what could be going on there and how to fix it?
|
imglib2 -> 7.1.0 imglib2-realtransform -> 4.0.3 imglib2-roi -> 0.15.0 imglib2-cache -> 1.0.0-beta-18 imglib2-algorithm -> 0.15.3 bigdataviewer-core -> 10.6.0
c9a8eaa
to
2fc86c5
Compare
@tpietzsch Thank you for the PR !! What are the steps and timing required to get this released & deployed together with imglib2-7.1 ? |
It would be cool if you could make a release now. I'll ping you when the imglib2-7.1 is on the Fiji update site |
In imglib2-7.1 the way Utils.getTypeFromInterval(...) works was changed. Currently it triggers a NullPointerException for an ImgLabeling. This workaround fixes the problem.
A made the releases:
@tpietzsch Could you please upload the labkit jars together with imglib2, I don't yet have the privileges to upload to Fiji's core update sites. I also found a bug in imglib2-roi - imgLabeling.getType(). Even after fixing the bug |
Changes that will be required after imglib/imglib2#312 is merged and released