Skip to content

Commit a9783d0

Browse files
committed
Upgrade imglib2-algorithm to 0.11.1
This version fixes a bug (introduced in 0.11.0) in thread allocation, that broke things including the HessianMatrix.calculateMatrix method. See imglib/imglib2-algorithm#77 and imglib/imglib2-algorithm#78.
1 parent 2ad5531 commit a9783d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
<imglib2.version>5.6.1</imglib2.version>
341341

342342
<!-- ImgLib2 Algorithms - https://github.com/imglib/imglib2-algorithm -->
343-
<imglib2-algorithm.version>0.11.0</imglib2-algorithm.version>
343+
<imglib2-algorithm.version>0.11.1</imglib2-algorithm.version>
344344

345345
<!-- ImgLib2 Algorithms FFT - https://github.com/imglib/imglib2-algorithm-fft -->
346346
<imglib2-algorithm-fft.version>0.2.0</imglib2-algorithm-fft.version>

0 commit comments

Comments
 (0)