Releases: FCP-INDI/cpac
Releases · FCP-INDI/cpac
v1.8.7
What's Changed since v1.8.6
- 📦️ Wrap containerized
ba-timeseries-gradients
by @shnizzedy in #59 - ✅ Restore Apptainer tests by @shnizzedy in #70
- ✨ Add
gradients
andtsconcat
commands tocpac
by @shnizzedy in #47 - 🐛 Fix
cpac --platform singularity run
withoutinstance not found
error by @shnizzedy in #71
Full Changelog: v1.8.6...v1.8.7
v1.8.6.post1.dev1: Support for Singularity ≥ 2.5 < 3.0
What's Changed
- ⬆️ Bump the production-dependencies group with 7 updates by @dependabot in #58
- ⬆️ Bump the production-dependencies group with 1 update by @dependabot in #60
- ⬆️ Bump cryptography from 41.0.7 to 42.0.0 by @dependabot in #61
- ⬆️ Bump cryptography from 41.0.7 to 42.0.3 by @dependabot in #62
- ⬆️ Bump the production-dependencies group with 1 update by @dependabot in #63
- ⬆️ Bump the production-dependencies group with 3 updates by @dependabot in #67
- ⬆️ Bump the production-dependencies group with 2 updates by @dependabot in #68
Full Changelog: v1.8.6...v1.8.6.post1.dev1
v1.8.6
cpac 1.8.5
What's Changed Since v0.5.1
- 👽️ Upgraded to handle changes in C-PAC, Python and Mac OS by @shnizzedy in #36
- 📝 Added note about cpac versioning by @shnizzedy in #44
- 📦️ Changes versioning scheme to match supported C-PAC version
- 📦️ Replaces
setup.cfg
withpyproject.toml
- 📦️ Replaces
setuptools
withpoetry
- 🎨 Adds pre-commit hooks for linting and formatting
- ⬆️ Require Python ≥ 3.8
Full Changelog: v0.5.1...v1.8.5
cpac 1.8.5 release candidate 2
What's Changed Since v0.5.1
- 👽️ Upgraded to handle changes in C-PAC, Python and Mac OS by @shnizzedy in #36
- 📝 Added note about cpac versioning by @shnizzedy in #44
- 📦️ Changes versioning scheme to match supported C-PAC version
- 📦️ Replaces
setup.cfg
withpyproject.toml
- 📦️ Replaces
setuptools
withpoetry
- 🎨 Adds pre-commit hooks for linting and formatting
- ⬆️ Require Python ≥ 3.8
Full Changelog: v0.5.1...v1.8.5rc2
What's Changed Since v1.8.5rc1
- ➖ Removed direct URL dependency
ba-timeseries-gradients
by @shnizzedy in 6a72a72 - ➖ Removed direct URL dependency
tsconcat
by @shnizzedy in b011ee0
Full Changelog: v1.8.5rc1...v1.8.5rc2
cpac 1.8.5 release candidate 1
What's Changed since v0.5.1
- 👽️ Upgraded to handle changes in C-PAC, Python and Mac OS by @shnizzedy in #36
- ✨ Added
tsconcat
command tocpac
by @shnizzedy in #43 - ✨ Added command to call
ba-timeseries-gradients
from wrapper by @shnizzedy in #42 - 📝 Added note about cpac versioning by @shnizzedy in #44
- 📦️ Changes versioning scheme to match supported C-PAC version
- 📦️ Replaces
setup.cfg
withpyproject.toml
- 📦️ Replaces
setuptools
withpoetry
- 🎨 Adds pre-commit hooks for linting and formatting
- ⬆️ Require Python ≥ 3.8
Full Changelog: v0.5.1...v1.8.5rc1
cpac 0.5.1 (require semver)
cpac 0.5.0 (Parse Resources)
What's Changed since v0.4.0
- add memory usage/estimation quick parser utility by @gkiar in #26
- 🐛 Fix
--version
, addenter
,parse-resources
andversion
, and fix tests by @shnizzedy in #29
New Contributors
Full diff: v0.4.0...v0.5.0
cpac 0.4.0 (Goodbye Singularity Hub)
cpac --platform singularity
now pulls Singularity images from Docker Hub to reflect Singularity Hub's deprecation.
changes since v0.3.2
- 👽 Drop call to now-deprecated Singularity Hub
- 🐛 Resolves issue where minimal configs would cause wrapper to crash
cpac v0.3.2 (Pull / Upgrade)
Simply pip install cpac
to install.
For usage information, see C-PAC's user documentation, the README, and/or run cpac --help
.
Note: cpac crash
is no longer necessary as of C-PAC 1.8.0:
`cpac crash` to read a crashfile from C-PAC < 1.8.0. Crashfiles in C-PAC >= 1.8.0 are plain text files.
changes since v0.3.1
- ➖ Remove dependecy on Nipype
- 🐛 Pass commandline arguments through to
cpac crash
- 🚸 Add
pull
/upgrade
command - ⚡️🐳 Stop Docker containers when finished
- 👽 Handle changes from C-PAC 1.7 to 1.8
- 👷 Move tests from Travis to GitHub Actions
- 📝 Note needlessness of crash command for C-PAC ≥ 1.8.0
- 🚸 Use repeated flags in place of multi-value tags