imagej / imagej-mesh

Data structures and I/O for meshes
Other
5 stars 4 forks source link

Addition of getType() API #27

Closed tpietzsch closed 3 months ago

tpietzsch commented 3 months ago

Bump to latest pom-scijava and bump imglib2 versions.

A binary incompatibility was introduced in ImgLib2 which requires re-compilation of imagej-mesh:

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.