Skip to content

Commit 6a0161f

Browse files
authored
Merge pull request #276 from bogovicj/n5-bw-oct2024
bump n5-ij, n5-viewer, bigwarp
2 parents 867bd4c + 587ac0c commit 6a0161f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@
991991
<jitk.jitk-tps.version>${jitk-tps.version}</jitk.jitk-tps.version>
992992

993993
<!-- BigWarp - https://github.com/saalfeldlab/bigwarp -->
994-
<bigwarp.version>9.2.0</bigwarp.version>
994+
<bigwarp.version>9.2.1</bigwarp.version>
995995
<bigwarp_fiji.version>${bigwarp.version}</bigwarp_fiji.version>
996996
<sc.fiji.bigwarp_fiji.version>${bigwarp_fiji.version}</sc.fiji.bigwarp_fiji.version>
997997

@@ -1129,7 +1129,7 @@
11291129
<org.janelia.saalfeldlab.n5-hdf5.version>${n5-hdf5.version}</org.janelia.saalfeldlab.n5-hdf5.version>
11301130

11311131
<!-- N5 ImageJ Bindings - https://github.com/saalfeldlab/n5-ij -->
1132-
<n5-ij.version>4.2.3</n5-ij.version>
1132+
<n5-ij.version>4.2.5</n5-ij.version>
11331133
<org.janelia.saalfeldlab.n5-ij.version>${n5-ij.version}</org.janelia.saalfeldlab.n5-ij.version>
11341134

11351135
<!-- N5 ImgLib2 Bindings - https://github.com/saalfeldlab/n5-imglib2 -->
@@ -1141,7 +1141,7 @@
11411141
<org.janelia.saalfeldlab.n5-universe.version>${n5-universe.version}</org.janelia.saalfeldlab.n5-universe.version>
11421142

11431143
<!-- N5 Viewer for Fiji - https://github.com/saalfeldlab/n5-viewer_fiji -->
1144-
<n5-viewer_fiji.version>6.1.1</n5-viewer_fiji.version>
1144+
<n5-viewer_fiji.version>6.1.2</n5-viewer_fiji.version>
11451145
<org.janelia.saalfeldlab.n5-viewer_fiji.version>${n5-viewer_fiji.version}</org.janelia.saalfeldlab.n5-viewer_fiji.version>
11461146

11471147
<!-- N5 Zarr - https://github.com/saalfeldlab/n5-zarr -->

tests/run.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,9 @@ sectionStart 'Adjusting the melting pot: unit test hacks'
347347
# somehow fixed in imagej-ops. But for now, let's not let it ruin the melt.
348348
rm -f "$meltingPotDir/net.imagej/imagej-ops/src/test/java/net/imagej/ops/cached/CachedOpEnvironmentTest.java"
349349

350-
# TEMP: Until saalfeldlab/n5-aws-s3#13 is released.
351-
echo "org.janelia.saalfeldlab/n5-aws-s3" >> "$skipTestsFile" &&
350+
# In org.janelia.saalfeldlab.n5.metadata.ome.ngff.v04.WriteAxesTests.testXYT:
351+
# java.util.NoSuchElementException: No value present
352+
echo "org.janelia.saalfeldlab/n5-ij" >> "$skipTestsFile" &&
352353

353354
# Error while checking the CLIJ2 installation: null
354355
echo "sc.fiji/labkit-pixel-classification" >> "$skipTestsFile" ||

0 commit comments

Comments
 (0)