Skip to content

Releases: JacobBumgarner/VesselVio

Release Notes v1.1.2

30 May 15:28
7e88396
Compare
Choose a tag to compare

What's Changed

This minor release provides several updates to VesselVio, including performance and stability improvements, new features, and several squashed bugs.

General

  • Updated the naming schema of the application modules to adhere to the PEP8 guidelines.
  • The application icon is now visible when building the application from the command line

New features

  • Updated movie rendering
    • Movie preferences and locations can now be saved and reloaded
    • The flythrough rendering option has been updated to allow for the creation of custom paths
  • Binary image test
    - Implements a spot check to determine whether the loaded images are binary.

Performance improvements

  • igraph version update 0.9.1 -> 0.9.9. This update of igraph dramatically improves the efficiency of vertex selection from the main graph. This speed improvement dramatically improves the speed of feature extractions

Bug fixes

  • Replaced the image loading module from SimpleITK with the module from skimage
    • Allows images with inverted LUTs to be loaded
    • Allows TIF stacks created with ClearMap to be loaded
  • Fixed the ability to select the Volume Visualization checkboxes when visualizing graphs
  • Stopped including the negative of annotation ids during ROI extraction
  • Fixed the min/max radius reporting in individual segment features csv exports
  • Fixed the visibility toggling of the original input volume options
  • Fixed percent area fraction reporting

Highlighted Changes

Full Changelog: v1.1.1...v1.1.2

v1.1.1

18 Feb 20:02
05691a7
Compare
Choose a tag to compare

The first pushed release of the project!