Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@kaczmarj kaczmarj released this 15 Apr 17:45
· 519 commits to master since this release

Say hello to Neurodocker version 0.7.0. This includes several additions and bug fixes, as well as a new container minification method.

Additions

  • neurodocker-minify CLI command to minify containers in-place and preserving the ability to use the minified output interactively. This is an improvement of the original minification method, because using the older method, minimized images typically could not be used interactively afterwards. In other words, the original minification process was too aggressive (#258)
  • Matlab compiler runtime 2019 and 2015aSP1 for SPM12 (#304)
  • Versioneer for version management (#308)
  • SPM12 version r7487 and r7771 (#319)
  • Adds FSL versions 6.0.2 and 6.0.3 (#324)

Fixes

  • Switches to root user at beginning of every dockerfile (#306)
  • Adds -y switch to conda clean --all (#323)