Skip to content

0.9.2

Compare
Choose a tag to compare
@effigies effigies released this 12 Jul 09:45
· 1630 commits to master since this release
0.9.2
7d3435b

DOI

Release Notes

This version includes a number of minor fixes and improvements. EEG files are better handled, and BIDSLayout and BIDSFile play more nicely with Path-like objects.

With thanks to new contributor Cecile Madjar.

Changes

  • FIX: Instantiate ignore/force_index after root validation (#457)
  • FIX: Restore <entity>=None query returning files lacking the entity (#458)
  • ENH: Add BIDSJSONFile (#444)
  • ENH: Add BIDSFile.__fspath__ to work with pathlib (#449)
  • ENH: Add eeg datatype to layout config (#455)
  • RF: Remove unused kwargs to BIDSFile (#443)
  • DOC: Improve docstring consistency, style (#443)
  • DOC: Address final JOSS review (#453)
  • STY: PEP8 Fixes (#456)
  • MAINT: Set name explicitly in setup.py (#450)