Skip to content

2.9.0

Compare
Choose a tag to compare
@effigies effigies released this 14 Jun 18:51
· 54 commits to master since this release

Release notes

Feature release in the 2.9.x series.

The main change is that B0FieldIdentifiers with special characters are now sanitized and exposed through a FieldmapEstimator.sanitized_id attribute.

Workflow names and input/output connections will use sanitized_id, to ensure compatibility with filenames and workflow graph generation. Internal lookup tables will continue to use the the unsanitized bids_id.

Changes

  • FIX: Update suffix only when finding related fieldmap files (#436)
  • RF: Add sanitized_id field to FieldmapEstimation (#444)
  • DOC: Un-mock the already-imported numpy (#440)
  • CI: Bump actions/cache from 3 to 4 (#429)

New Contributors

Full Changelog: 2.8.1...2.9.0