|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +Version 0.15.0 (March 28, 2022) |
| 5 | +------------------------------- |
| 6 | + |
| 7 | +New feature release in the 0.15.x series. |
| 8 | + |
| 9 | +Downstream tools should be aware of a potentially breaking, albeit |
| 10 | +long-demanded, change introduced in #819. Run indices are now stored |
| 11 | +so that the integers that come out retain any zero-padding that was |
| 12 | +found during parsing. |
| 13 | + |
| 14 | +This release also introduces the ``bids.ext`` namespace package that |
| 15 | +allows independent packages to install modules in this namespace. |
| 16 | +This is an infrastructural change that will allow some components to |
| 17 | +be separately managed and follow a different development pace. |
| 18 | + |
| 19 | +* FIX: Allow grouping by run and session when entities are undefined (#822) |
| 20 | +* FIX: Clarify exception message (#806) |
| 21 | +* FIX: Catch UnicodeDecodeErrors along with JSONDecodeErrors for better reporting (#796) |
| 22 | +* FIX: Accept paths/strings for layout configuration files (#799) |
| 23 | +* FIX: Small typo: repeated word in docstring (#793) |
| 24 | +* ENH: Retain zero-padding in run entities while preserving integer queries and comparisons (#819) |
| 25 | +* ENH: Add bids.ext namespace package for subpackages (#820) |
| 26 | +* ENH: Handle wildcards in model X (#810) |
| 27 | +* ENH: Implement automatic detection of derivative data (#805) |
| 28 | +* ENH: Add new ``Query`` for optional entities (#809) |
| 29 | +* ENH: Add __main__ to allow ``python -m bids`` to run CLI (#794) |
| 30 | +* REF: Improve modularization of bids.reports (#617) |
| 31 | +* DOC: Link from sphinx documentation to notebook tutorials. (#797) |
| 32 | +* MNT: Test on Python 3.10, various CI updates (#824) |
| 33 | +* MNT: Avoid jinja2 v3 until nbconvert handles breakages (#823) |
| 34 | + |
4 | 35 | Version 0.14.0 (November 09, 2021) |
5 | 36 | ---------------------------------- |
6 | 37 |
|
|
0 commit comments