From 081b40347b8d1ad9857d598563f50283ef6d520e Mon Sep 17 00:00:00 2001 From: Matt Cieslak Date: Wed, 5 May 2021 17:22:50 -0400 Subject: [PATCH] update CHANGES [skip ci] --- .zenodo.json | 10 +++++----- CHANGES.rst | 13 +++++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index a6be06f6..84853657 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -25,15 +25,15 @@ "affiliation": "Department of Psychology, University of Oslo", "orcid": "0000-0003-2574-1705" }, - { - "affiliation": "Perelman School of Medicine, University of Pennsylvania, PA, USA", - "name": "Satterthwaite, Theodore D.", - "orcid": "0000-0001-7072-9399" - }, { "name": "Krause, Michael", "affiliation": "Max Planck Institute for Human Development, Berlin, Germany", "orcid": "0000-0002-3878-6542" + }, + { + "affiliation": "Perelman School of Medicine, University of Pennsylvania, PA, USA", + "name": "Satterthwaite, Theodore D.", + "orcid": "0000-0001-7072-9399" } ], "keywords": [ diff --git a/CHANGES.rst b/CHANGES.rst index c15eb6e1..a2b98179 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +0.13.0 (May 5, 2021) +==================== +Many bugfixes + + * Fix bug that produced flipped scalar images (#251) + * Added a default working directory to prevent uninterpretable error message (#250) + * Fix a bug in the `dipy_3dshore` reconstruction workflow (#249) + * Remove hardlinking from DSI Studio interfaces (#214) + * Add an option to use a BIDS database directory (#247) + * Fix bug in interactive reports for HCP-style acquisitions (#238) + * Update defaults for `Patch2Self` (#230, #239) + * Remove cmake installer from docker image after compiling ANTS (#229) + 0.13.0RC1 (January 19, 2021) ============================ This version introduces major changes to the TOPUP/eddy workflow. Feedback would be greatly