Skip to content

Releases: bids-standard/pybids

0.6.4

24 Jul 23:36
87015d8
Compare
Choose a tag to compare

Bugfix release (see #211 for details).

0.6.3

19 Jun 01:55
8fa245d
Compare
Choose a tag to compare

Fixed author email in setup.py

0.6.2

18 Jun 04:18
9df546c
Compare
Choose a tag to compare
Merge pull request #201 from INCF/minor-improvements

Minor improvements

0.6.0

17 Jun 02:18
0cc4029
Compare
Choose a tag to compare

This is an API-breaking release that implements a new BIDSLayout initialization pattern.

0.5.1

09 Mar 17:11
e3dd109
Compare
Choose a tag to compare

Hotfix release:

  • Includes data files omitted from 0.5.0 release.
  • Improves testing of installation.

0.5.0 (bidsy brontosaurus)

07 Mar 03:00
0d2f5d2
Compare
Choose a tag to compare

This is a major release that includes several new variable-loading, analysis construction, and report generation modules.

0.4.2

17 Nov 01:28
37f0bf3
Compare
Choose a tag to compare
  • fix for parsing "type" suffixes

0.4.1

03 Nov 15:51
c631997
Compare
Choose a tag to compare
  • Restoring Python 2 compatibility (#86)

0.4.0

01 Nov 19:19
aebca89
Compare
Choose a tag to compare
  • 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

11 Aug 06:12
Compare
Choose a tag to compare
  • Added get_bval/bvec/events functions
  • Fixed a bug in get_metadata()