From fe8863c1b1570a06e495b859126014c2baaf19bd Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Fri, 14 May 2021 16:42:04 -0700 Subject: [PATCH] MNT Release version 1.2.1 * MNT change version for release * DOC update changelog * DOC update changelog * DOC update changelog --- cortex/version.py | 4 ++-- docs/changelog.rst | 23 ++++++++++++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/cortex/version.py b/cortex/version.py index da86db97c..308a85aab 100644 --- a/cortex/version.py +++ b/cortex/version.py @@ -17,7 +17,7 @@ # since the __version__ will be later automatically parsed by adding the git # commit hash # so valid versions will be 1.2.1.dev0, 1.4.dev0, etc -__version__ = '1.3.0.dev0' +__version__ = '1.2.1' __hardcoded_version__ = __version__ __full_version__ = __version__ @@ -64,4 +64,4 @@ raise except: # just stick to the hard-coded - pass \ No newline at end of file + pass diff --git a/docs/changelog.rst b/docs/changelog.rst index e2e450cc3..32cfd4e86 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,27 @@ Changelog ========== + +1.2.1 +----- + +**Added** + +- Allow option to perform automatic alignment with Freesurfer's BBR for volumes without distortion correction (`5d7d6ca `_) +- Add ``line_lanczos`` to available mappers (`7721253 `_) +- Use Freesurfer's BBR by default for automatic alignment (`#384 `_) + + +**Fixed** + +- Parameter names for ``freesurfer.import_flat`` (`4371b26 `_) +- Fix left/right location of hemispheres for medial-pivot view (`c3b029e `_) +- Animation functions in ``webgl.view`` (`#372 `_) +- Various fixes to 2D volumes +- Installation with numpy < 1.2 (`#385 `_) +- String encoding in ``openctm.pyx`` (`6dc80db `_) + + 1.2.0 ----- @@ -11,7 +32,7 @@ Changelog - More functionality to import fMRIprep-processed data (`#315 `_) - Function to rotate flatmaps (`f88a `_) - Option to ignore NaNs when averaging across the thickness of cortex (`#355 `_) -- New views for `cortex.export.plot_panels` and passing of additional kwargs (`#361 `_, `#362 `_) +- New views for ``cortex.export.plot_panels`` and passing of additional kwargs (`#361 `_, `#362 `_) - Specify colorbar location with default positionings for quickflat (`#364 `_) - Pass custom colors for ``VolumeRGB`` (`#366 `_)