Skip to content

v4.6.0

Compare
Choose a tag to compare
@smistad smistad released this 09 Dec 14:08
· 322 commits to master since this release

Main changes in this release are the addition of the ONNX Runtime inference engine for Windows which has DirectML/DirectX GPU support, as well as the new possibility of making streamers in python with pyFAST including a new GUI widget, PlaybackWidget, which can be used to play/pause/stop/loop/scroll through a data stream.

Changelog

  • Added the ONNX Runtime inference engine with DirectML/DirectX support for Windows.
  • Updated Clarius Cast API to v10.0.0
  • Implemented the PlaybackWidget, a simple GUI element for controlling playback of random access streamers such as ImageFileStreamer.
  • Implemented InterleavePlayback, a streamer which enables interleaved playback with the PlaybackWidget.
  • Implemented possibility of creating streamers running in their own thread in Python.
  • Fixed bugs in ImagePyramidAccess for tiff backend when reading arbitrary patches.
  • Zooming in 2D now zooms towards mouse pointer.
  • Panning in 2D can now be done using the arrow keys.
  • Improved border radius setting of SegmentationRenderer, enabling border to be drawn outside of the segmentation as well on the inside.
  • Added ImageFlipper process object which simply flips images.
  • Implemented support for reading OME-TIFF files written by QuPath using the TIFFImagePyramidImporter.
  • Fixed ImagePyramidPatchImporter to support color images.
  • ++ Many bug fixes

Full Changelog: v4.5.0...v4.6.0

Release binaries and installers can be downloaded below by pressing "assets". Make sure you have the required dependencies installed on your system before using the release: see the installation instructions for Windows, Ubuntu Linux and macOS