Skip to content
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 #54

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Addition of getType() API #54

merged 2 commits into from
Sep 3, 2024

Conversation

tpietzsch
Copy link
Collaborator

@tpietzsch tpietzsch commented Aug 19, 2024

Bump to latest pom-scijava and bump imglib2 and bdv versions.

A binary incompatibility was introduced in ImgLib2 which basically requires re-compilation of n5-imglib2:

Views.flatIterable(...) returns RandomAccessibleInterval instead of IterableInterval. The reasoning is that RandomAccessibleInterval extends IterableInterval (since imglib2-7.0.0), and there is no reason to strip the RandomAccess part from the flatIterable result.

This is a pre-requisite for saalfeldlab/bigwarp#170 and saalfeldlab/n5-ij#89.

	n5 -> 3.3.0
	imglib2 -> 7.1.0
	imglib2-cache -> 1.0.0-beta-18
	imglib2-realtransform -> 4.0.3
	bigdataviewer-core-test -> 10.6.0
	bigdataviewer-vistools-test -> 1.0.0-beta-36
@bogovicj bogovicj merged commit 082080a into master Sep 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants