Skip to content

New version with standalone packages

Pre-release
Pre-release
Compare
Choose a tag to compare
@ericspod ericspod released this 12 Dec 18:27
· 437 commits to master since this release

This new release doesn't add anything significant but fixes a number of issues:

  • Radial, circumferential, and longitudinal directions on meshes are calculated correctly
  • Strain is calculated properly now
  • Track directories will now get a track.ini file which contains a lot more info about the tracked image, enough that the original image doesn't need to be referenced any more when using the track info, so the "source" boxes will get removed from the UI soon. Older tracking directories without this file will cause the project to ask the user to identify which image was tracked to produce that data.
  • Cython fixes to get the newer versions to work, through some quirk some ambiguities with *Matrix add/sub/div/mul were working when they shouldn't have
  • Deadlock bug with AlgorithmProcess.sync() fixed, this was causes tasks to hang forever in some cases
  • Reorganizing code into packages in the correct Pythonic way
  • ImageAlignPlugin now called CardiacMotionPlugin
  • Numerous minor fixes

This release has 3 files for fully-contained distributables:

  • Eidolon_All_0.2.0.zip -- contains the code and libraries for all platforms but does not have Python included
  • Eidolon_OSX64_0.2.0.dmg -- OSX .app application containing the Python interpreter and libraries, no Python install needed
  • Eidolon_Win64_0.2.0.zip -- Win7/8/10 application containing the Python interpreter and libraries, no Python install needed