Skip to content

Commit 776916e

Browse files
committed
DOC: 0.15.0 changelog
1 parent bf5faf4 commit 776916e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
Changelog
22
=========
33

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+
435
Version 0.14.0 (November 09, 2021)
536
----------------------------------
637

0 commit comments

Comments
 (0)