Releases: bids-standard/pybids
Releases · bids-standard/pybids
0.6.4
Bugfix release (see #211 for details).
0.6.3
Fixed author email in setup.py
0.6.2
Merge pull request #201 from INCF/minor-improvements
Minor improvements
0.6.0
This is an API-breaking release that implements a new BIDSLayout
initialization pattern.
0.5.1
Hotfix release:
- Includes data files omitted from 0.5.0 release.
- Improves testing of installation.
0.5.0 (bidsy brontosaurus)
This is a major release that includes several new variable-loading, analysis construction, and report generation modules.
0.4.2
- fix for parsing "type" suffixes
0.4.1
- Restoring Python 2 compatibility (#86)
0.4.0
- fixes to fixed bval/bvec getters (#62)
- better handling of text file encoding (#71)
- improve performance by ignoring non-BIDS files (#65)
- support of
echo
filename keys (#76)
- support for echo difference fieldmaps with only one magnitude file (#81)
- better error reporting (#79)
0.3.0
- Added get_bval/bvec/events functions
- Fixed a bug in get_metadata()