Skip to content

Releases: FCP-INDI/cpac

v1.8.7

04 May 06:10
f5c3b0b
Compare
Choose a tag to compare

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 and tsconcat commands to cpac by @shnizzedy in #47
  • 🐛 Fix cpac --platform singularity run without instance 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

28 Mar 03:03
Compare
Choose a tag to compare

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

18 Jan 00:46
584402b
Compare
Choose a tag to compare

What's Changed Since v1.8.5

  • 🐛 Fixes a bug in checking for C-PAC version
  • 👷 Updates dependabot configuration

Full Changelog: v1.8.5...v1.8.6

cpac 1.8.5

15 Jan 21:03
9e2bab0
Compare
Choose a tag to compare

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 with pyproject.toml
  • 📦️ Replaces setuptools with poetry
  • 🎨 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

09 Jan 05:47
ee7580f
Compare
Choose a tag to compare
Pre-release

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 with pyproject.toml
  • 📦️ Replaces setuptools with poetry
  • 🎨 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

Full Changelog: v1.8.5rc1...v1.8.5rc2

cpac 1.8.5 release candidate 1

08 Jan 22:29
3e8a02d
Compare
Choose a tag to compare
Pre-release

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 to cpac 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 with pyproject.toml
  • 📦️ Replaces setuptools with poetry
  • 🎨 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)

16 Dec 21:00
67649a6
Compare
Choose a tag to compare

What's Changed since v0.5.0

Full diff: v0.5.0...v0.5.1

cpac 0.5.0 (Parse Resources)

20 Apr 21:01
7957098
Compare
Choose a tag to compare

What's Changed since v0.4.0

  • add memory usage/estimation quick parser utility by @gkiar in #26
  • 🐛 Fix --version, add enter, parse-resources and version, and fix tests by @shnizzedy in #29

New Contributors

  • @gkiar made their first contribution in #26

Full diff: v0.4.0...v0.5.0

cpac 0.4.0 (Goodbye Singularity Hub)

01 Feb 21:32
9be16ca
Compare
Choose a tag to compare

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)

12 Mar 23:51
46af66e
Compare
Choose a tag to compare

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