Skip to content

0.14.0

Latest
Compare
Choose a tag to compare
@akhanf akhanf released this 29 Jan 23:36
303bd31
  • Snakebids is now available on Conda!
  • We've expanded the regex filtering capability from the CLI. You can now use syntax like: --filter-T1w suffix:match=T1w?
  • This version still supports python 3.8. This will be dropped in future releases. No explicit testing yet on 3.13, but shouldn't be any issues.

Changes

🚀 Features

🐛 Bug Fixes

  • remove the leading ./ from paths created in snakebids @akhanf (#462)
  • Deduplicate wildcards when parsing components @pvandyken (#455)
  • Update dependencies in template documentation @pvandyken (#453)

🧰 Maintenance