-
Notifications
You must be signed in to change notification settings - Fork 36
n5 library version bumps #290
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
Conversation
Thanks @cmhulbert! From the CI log, it looks like only one n5-related integration failure: multiview-reconstruction. Here is the relevant log
I checked against the current multiview-reconstruction codebase, and these new versions of n5 are working with it, so I guess the problems are already fixed. Therefore, I pushed an additional commit to this PR bringing the version of multiview-reconstruction (and multiview-simulation and BigStitcher) up to date. If the melting pot errors are gone afterward, I'll merge (even though the melting pot as a whole is not fully passing right now—the other errors are not n5's fault). |
Unfortunately, it failed again. The compile errors are different this time. It boils down to two problems:
and
The The I pushed another fix updating these versions accordingly here in pom-scijava. |
Still problems. multiview-reconstruction:
imglib2-algorithm: some failures, but the version here was out of date (0.16.0), so pushed another commit updating it (0.18.0). labkit-ui:
I feel like these labkit-ui errors came up before with N5, but my memory is fuzzy. |
Thanks @ctrueden ! At first glance that labkit error seems to not be N5, at least not directly. HDF5Saver seems to use bdv methods for saving, I think, eventually ending up at Can't dig deeper right now I'm afraid. |
OK, now bigdataviewer-core is too new for the latest imglib2-algorithm:
but @tpietzsch I can replicate this failure by cloning imglib2-algorithm and then running I cannot downgrade bigdataviewer-core from 10.6.3 back to 10.6.1 because @tpietzsch @StephanPreibisch @axtimwalde How shall we proceed to reconcile these things? To head off problems like this, I'd like to stop allowing direct uploads to the core Fiji update site, in favor of everything going through pom-scijava... so that we don't unleash these sorts of tangles on Fiji users without being aware of them first. |
@ctrueden I removed the Sorry for the mess... 🫤 |
bigdataviewer-core has one error now:
and labkit-ui still has the four test failures:
I'll try to dig more tomorrow, if nobody else does first. |
This should be already fixed in bigdataviewer-core-10.6.4. I update the version in pom.xml
This should be fixed with imglib2-7.1.5, which I just released. I update the version in pom.xml |
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/fiji-friends-weekly-dev-update-thread/103718/87 |
Which implicitly updates clojure: 1.8.0 -> 1.12.0, which addresses CVE-2017-20189.
* BigStitcher: 2.0.1 -> 2.5.0 * multiview-reconstruction: 4.1.1 -> 5.4.1
Awesome, all the relevant tests are passing. Thank you all! |
🙏 thank you @ctrueden ! |
Thanks @ctrueden |
bumps some recently released N5 library versions
n5
n5-aws-s3
n5-google-cloud
n5-ij
n5-zarr
n5-universe