Skip to content

Releases: ilastik/ilastik

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

1.4.1b6

10 Oct 17:52
921efda
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1b1...1.4.1b6

1.4.1b1

10 Oct 17:49
b604d54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1b1

1.4.0

22 Feb 09:21
Compare
Choose a tag to compare

Highlights

  • Neural Network Workflow: run pre-trained neural networks from Bioimage.io Model Zoo in ilastik
    • Networks can run on CPU, GPU (choose the GPU build for Windows, or Linux), or on a remote server
    • No Neural Network training, yet - we’re working on it.
  • New startup screen!
    • Major UI and performance improvements for the Multicut Workflow
    • Stability/Usability improvements in the Carving Workflow
    • By popular demand: redo/undo for brush-strokes
    • Many bugfixes throughout

Downloads

Please visit our website for more information.

GPU-enabled builds (will make running the Neural Network Workflow faster if you have a compatible nvidia GPU in your machine):

ilastik can also be installed via conda/mamba, see our Readme.