Skip to content

Commit

Permalink
Merge pull request #112 from bpoldrack/release-0.3.2
Browse files Browse the repository at this point in the history
Prepare 0.3.2 release
  • Loading branch information
bpoldrack committed Oct 25, 2022
2 parents 27e1ab3 + 8d8e3ed commit db27d65
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ This is a high level and scarce summary of the changes between releases. We
would recommend to consult log of the [DataLad git
repository](http://github.com/datalad/datalad-neuroimaging) for more details.

## 0.3.2 (Okt 25, 2022) -- ... but grandparents always are

- increase dependency on datalad to 0.16.7
- depend on datalad-metalad and datalad-deprecated for both styles of metadata
extractors
- update the metadata extractors to work with current numpy versions
- BIDS extractor compatible with pybids>=0.15.1 and BIDS v1.6.0
- fix nifti1 metadata extractor not dealing properly with byte strings
- various internal changes and fixes around testing and CI setup

## 0.3.1 (Jun 3, 2020) -- Uncles aren't always nice either

- be compatible with pydicom 2.0.0
Expand Down
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ We would recommend to consult log of the `DataLad git
repository <http://github.com/datalad/datalad-neuroimaging>`__ for more
details.

0.3.2 (Okt 25, 2022) – … but grandparents always are
----------------------------------------------------

- increase dependency on datalad to 0.16.7
- depend on datalad-metalad and datalad-deprecated for both styles of
metadata extractors
- update the metadata extractors to work with current numpy versions
- BIDS extractor compatible with pybids>=0.15.1 and BIDS v1.6.0
- fix nifti1 metadata extractor not dealing properly with byte strings
- various internal changes and fixes around testing and CI setup

0.3.1 (Jun 3, 2020) – Uncles aren’t always nice either
------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ zip_safe = False
python_requires = >= 3.7
install_requires =
datalad >= 0.16.7
datalad_deprecated >= 0.2.5
datalad-deprecated >= 0.2.5
pydicom # DICOM metadata
pybids >= 0.15.1 # BIDS metadata
nibabel # NIfTI metadata
Expand Down

0 comments on commit db27d65

Please sign in to comment.