Skip to content

Releases: ReproNim/neurodocker

2.0.0

03 Mar 01:21
Compare
Choose a tag to compare

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to master

Authors: 6

1.0.1

06 Jul 19:24
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 4

1.0.0

11 Jun 22:35
Compare
Choose a tag to compare

💥 Breaking Change

🐛 Bug Fix

⚠️ Pushed to master

  • Change name of parent directory (@kaczmarj)

🏠 Internal

🔩 Dependency Updates

Authors: 11

0.9.5

12 May 10:51
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to master

📝 Documentation

Authors: 9

0.9.4

18 Jan 21:07
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

0.9.3

16 Jan 16:14
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 2

0.9.2

14 Jan 23:35
Compare
Choose a tag to compare

🐛 Bug Fix

⚠️ Pushed to master

  • fix: install mypy stubs (@satra)
  • fix: mypy configuration (@satra)

Authors: 3

0.9.1

04 Aug 18:05
ad2f3a6
Compare
Choose a tag to compare

Minor update to fix #451

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

04 Aug 17:54
97b7a3c
Compare
Choose a tag to compare

On this sunny day, August 4, 2022, we welcome Neurodocker version 0.9.0. Thank you to all who have contributed!

What's Changed

  • Escape single quotes in printf to neurodocker_specs.json by @tclose in #443
  • Fix afni recipe spaces + R packages + python by @stebo85 in #456
  • Add freesurfer 7.3.0 and 7.3.1 by @jennydaman in #459
  • added _Renderer.labels method that enables adding labels with special chars in the label name by @tclose in #453
  • Fix for issue #449 by @pwighton in #462

New Contributors

Full Changelog: 0.8.0...0.9.0

Thank you GitHub for automatically generating the release notes above! We appreciate it.

Version 0.8.0

07 Mar 03:03
664965c
Compare
Choose a tag to compare

Greetings! Version 0.8.0 of Neurodocker is a refactor of the codebase. A generic Dockerfile and Singularity recipe generator has been implemented, known as reproenv (the source is in this repository). Neurodocker defines recipes to install common neuroimaging software, and reproenv uses these recipes to generate the container specs.

As always, please ask any questions using our GitHub issues. We hope you enjoy Neurodocker!