Skip to content

Releases: ilastik/ilastik

1.4.1b23

07 Feb 08:01
f02e624
Compare
Choose a tag to compare

What's Changed

  • OME-Zarr export: Fix export when source dataset is OME-Zarr v0.1 by @btbest in #2924
  • Fix pytorch fbgemm.dll dependency issue by @btbest in #2927
  • Multiscale: Preview scale file size in dropdown by @btbest in #2923
  • Add logging widget to status bar by @k-dominik in #2928
  • Support selecting/loading arbitrary URIs within an OME-Zarr store by @btbest in #2897
  • Update ilastik with the new bioimageio v0.5 spec by @thodkatz in #2919
  • Multicut: Fix deprecated append on pd.DataFrame by @k-dominik in #2934

Full Changelog: 1.4.1b22...1.4.1b23

1.4.1b22

17 Oct 14:00
dfef849
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1b21...1.4.1b22

1.4.1b21

08 Oct 16:06
ed9207d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1b20...1.4.1b21

1.4.1b20

05 Aug 09:10
Compare
Choose a tag to compare

What's Changed

  • Pixel Classification: Fix pop error by @btbest in #2889
  • Add sphericaltexture_plugin to default object feature plugins by @oanegros in #2890 (preprint)
  • Object classification: Restore default feature selection from previous verisons by @k-dominik in #2892

Full Changelog: 1.4.1b18...1.4.1b20

1.4.1b18

18 Jul 13:44
f36b6f8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.1b15...1.4.1b18

ilastik 1.4.1b15

04 Mar 15:02
7b410ea
Compare
Choose a tag to compare

Summary

  • Future-proofing and backwards compatibility of the Precomputed implementation
  • UX improvements in data selection and object classification
  • Default export in compressed hdf5

What's Changed

Full Changelog: 1.4.1b13...1.4.1b15

ilastik 1.4.1b13

13 Dec 12:55
Compare
Choose a tag to compare

Summary

  • Simple multiscale support for remote datasets in Neuroglancer Precomputed format.

What's Changed

Full Changelog: 1.4.1b10...1.4.1b13

ilastik 1.4.1b10

07 Nov 13:52
f6eca7e
Compare
Choose a tag to compare

fixed incompatible xarray versions that led to failures in the Neural Network workflow.

1.4.1b9

06 Nov 13:35
fcc259b
Compare
Choose a tag to compare

Summary

  • fix neural network workflow with updated zenodo api

What's Changed

Full Changelog: 1.4.1b7...1.4.1b9

1.4.1b7

17 Oct 08:28
cb0c9fc
Compare
Choose a tag to compare

What's Changed

Experimental API changes

the generic ilastik.experimental.api.from_project_file function is now deprecated. Please use ilastik.experimental.api.PixelClassificationPipeline.from_ilp_file instead. New workflows will be made available only in the explicit fashion in the future.
Also the PixelClassificationPipeline.predict method was deprecated in favor of a more explicit PixelClassificationPipeline.get_probabilities method. Idea is to add get_OUTPUT methods to existing/new piplelines that match the headless export names.

New Contributors

Full Changelog: 1.4.1b6...1.4.1b7