Skip to content

Commit 5304e66

Browse files
committed
rel(0.8.0): Update CHANGES [skip ci]
1 parent 2b203a5 commit 5304e66

File tree

1 file changed

+41
-31
lines changed

1 file changed

+41
-31
lines changed

CHANGES.rst

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
1+
0.8.0 (March 31, 2022)
2+
======================
3+
Minor release including the feedback received through peer-review of the preprint.
4+
Please note that this release is supported by Python +3.7.
5+
6+
* FIX: Normalize extensions for leading dot & update doctests to new resources (#92)
7+
* ENH: Add a ``wipe()`` utility to clear up the cache (#91)
8+
* DOC: Update notebooks submodule (#94)
9+
* MAINT: Drop Python 3.6 (#93)
10+
111
0.7.2 (November 16, 2021)
212
=========================
3-
Minor release with a substantially documentation update, as well as usage improvements.
13+
Patch release with a substantially documentation update, as well as usage improvements.
414
Additionally, new surface meshes were added for the `fsLR` template.
515

6-
* DOC: Substantial update and re-structuring to the documentation (#77) (#79)
7-
* FIX: layout is ``None`` when PyBIDS not correctly installed (#72)
8-
* FIX: Drop ``doi2bib`` and query doi.org directly (#76)
9-
* MAINT: Pin ``setuptools >=45``, new dependency as of ``setuptools_scm>=6.0.1`` (#73)
16+
* DOC: Substantial update and re-structuring to the documentation (#77) (#79)
17+
* FIX: layout is ``None`` when PyBIDS not correctly installed (#72)
18+
* FIX: Drop ``doi2bib`` and query doi.org directly (#76)
19+
* MAINT: Pin ``setuptools >=45``, new dependency as of ``setuptools_scm>=6.0.1`` (#73)
1020

1121
0.7.1 (December 9, 2020)
1222
========================
13-
Minor release with improvements to the template fetching experience.
23+
Patch release with improvements to the template fetching experience.
1424
With thanks to Lea Waller for the contribution.
1525

16-
* FIX: Use ``BIDSLayoutIndexer`` when initiating ``BIDSLayout`` (#61)
17-
* FIX: Display correct units when downloading templates (#63)
18-
* FIX: GitHub Actions build (#64)
19-
* ENH: Add option to raise exception on empty ``get`` queries (#57)
20-
* ENH: Ensure templates layout is re-indexed when updated (#59)
26+
* FIX: Use ``BIDSLayoutIndexer`` when initiating ``BIDSLayout`` (#61)
27+
* FIX: Display correct units when downloading templates (#63)
28+
* FIX: GitHub Actions build (#64)
29+
* ENH: Add option to raise exception on empty ``get`` queries (#57)
30+
* ENH: Ensure templates layout is re-indexed when updated (#59)
2131

2232
0.7.0 - Withdrawn
2333
=================
@@ -27,21 +37,21 @@ Release 0.7.0 was withdrawn because of inconsistencies in deployment.
2737
=====================
2838
Patch release including an updated PyBIDS configuration file for the PyBIDS 0.11.x series.
2939

30-
* FIX: Include leading dots in extensions (#56)
40+
* FIX: Include leading dots in extensions (#56)
3141

3242
0.6.2 (May 09, 2020)
3343
====================
3444
Patch release including some minimal improvements to package building and CI.
3545

36-
* MAINT: Some additional distribution improvements (#51)
46+
* MAINT: Some additional distribution improvements (#51)
3747

3848

3949
0.6.1 (May 09, 2020)
4050
====================
4151
Patch release to generate and distribute wheels.
4252

43-
* MAINT: Run ``black`` (#50)
44-
* MAINT: Distribute wheel + Revise CI framework (#49)
53+
* MAINT: Run ``black`` (#50)
54+
* MAINT: Distribute wheel + Revise CI framework (#49)
4555

4656

4757
0.6.0 (May 1st, 2020)
@@ -51,14 +61,14 @@ This release contains a fair amount of maintenance work to ensure synchronicity
5161
With thanks to Yarik for a datalad-related bug-fix.
5262
With thanks to V. Fonov for contributing with the new ``tpl-MNI152NLin2009cSym``.
5363

54-
* FIX: Provide path to the dataset as ``dataset`` argument (#48)
55-
* ENH: Run an automatic S3-skeleton update on import by default (#45)
56-
* ENH: Update the internal index of *TemplateFlow* (#40)
57-
* ENH: Automatic generation of template citations (#35)
58-
* MAINT: Set-up a GitHub action to test installation alternatives (see #23).
59-
* MAINT: Migrate to ``setuptools_scm`` (#42)
60-
* MAINT: Run ``black`` on the whole tree (#41)
61-
* MAINT: Transfer the burden of keeping the S3-skeleton updated over to the archive (#39)
64+
* FIX: Provide path to the dataset as ``dataset`` argument (#48)
65+
* ENH: Run an automatic S3-skeleton update on import by default (#45)
66+
* ENH: Update the internal index of *TemplateFlow* (#40)
67+
* ENH: Automatic generation of template citations (#35)
68+
* MAINT: Set-up a GitHub action to test installation alternatives (see #23).
69+
* MAINT: Migrate to ``setuptools_scm`` (#42)
70+
* MAINT: Run ``black`` on the whole tree (#41)
71+
* MAINT: Transfer the burden of keeping the S3-skeleton updated over to the archive (#39)
6272

6373
0.5.2 (March 20, 2020)
6474
======================
@@ -73,7 +83,7 @@ Patch of the new 0.5.x series, including a `new rodent template
7383
and file fixes for ``fsaverage`` and ``fsLR`` templates.
7484
With thanks to E. MacNicol for contributing the new ``tpl-WHS``.
7585

76-
* MAINT: Drop Python 3.5 (#36)
86+
* MAINT: Drop Python 3.5 (#36)
7787

7888
0.5.0 (March 12, 2020)
7989
======================
@@ -91,13 +101,13 @@ Version 0.4.1 (July 22, 2019)
91101
First release after a deep revision of the tests and the continuous integration setup.
92102
Also includes minor reliability improvements over the previous release and some bugfixes.
93103

94-
* MAINT: Testing Automatically update CHANGES after merge (51988f8) (#27)
95-
* MAINT: Enable code coverage collection (#25)
96-
* MAINT: Switch to a ``setup.cfg``-style of installation (#24)
97-
* FIX: Check and update ``$HOME`` if needed with every installation (#20)
98-
* FIX: Do not merge branches into master when pushing back skell (#19)
99-
* FIX: Commit newly generated S3 skeletons back to repo (#17)
100-
* FIX: Add ``extension`` entity for selection (#16) @effigies
104+
* MAINT: Testing Automatically update CHANGES after merge (51988f8) (#27)
105+
* MAINT: Enable code coverage collection (#25)
106+
* MAINT: Switch to a ``setup.cfg``-style of installation (#24)
107+
* FIX: Check and update ``$HOME`` if needed with every installation (#20)
108+
* FIX: Do not merge branches into master when pushing back skell (#19)
109+
* FIX: Commit newly generated S3 skeletons back to repo (#17)
110+
* FIX: Add ``extension`` entity for selection (#16) @effigies
101111

102112
Version 0.4.0 (July 9, 2019)
103113
============================

0 commit comments

Comments
 (0)