Skip to content

Mindboggle with etelemetry

Compare
Choose a tag to compare
@binarybottle binarybottle released this 24 Sep 18:48
· 19 commits to master since this release

Version 1.3.7 includes all changes since v1.2.4_thickinthehead_revision:

September 24, 2019 (v1.3.7):
Satrajit Ghosh added etelemetry capabilities.

June 14, 2019 (v1.3.6):
Joachim Giard patched the curvature C++ code to support non-default curvature measures.

June 11, 2019 (v1.3.5):

  • Conda installed a version of vtk that broke the C++ code (#171).
    • updated neurodocker.sh to install VTK 8.2
  • Nipype is breaking with "UnicodeEncodeError" when it tries to generate reports
    • added "encoding='utf-8'" in nipype files in the docker image to resolve issue #175
  • Zernike moments stopped working because scipy.misc was deprecated.
    • replaced with scipy.special
  • Non-default (Gaussian, min, max) curvature file names were incomplete.
    • fixed the names so that they have the same filestem as the mean curvature file
  • Image links broken in docs and in the Jupyter notebook tutorial.
    • moved images to a new GitHub repository "nipy/mindboggle-assets"