Skip to content

Commit

Permalink
MNT Release version 1.2.1
Browse files Browse the repository at this point in the history
* MNT change version for release

* DOC update changelog

* DOC update changelog

* DOC update changelog
  • Loading branch information
mvdoc committed May 14, 2021
1 parent cbf5442 commit fe8863c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cortex/version.py
Expand Up @@ -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__

Expand Down Expand Up @@ -64,4 +64,4 @@
raise
except:
# just stick to the hard-coded
pass
pass
23 changes: 22 additions & 1 deletion docs/changelog.rst
Expand Up @@ -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 <https://github.com/gallantlab/pycortex/commit/5d7d6ca73845986fcc182899289218132be99604>`_)
- Add ``line_lanczos`` to available mappers (`7721253 <https://github.com/gallantlab/pycortex/commit/77212535da1ad17930697b8cf2f497ae09d2898b>`_)
- Use Freesurfer's BBR by default for automatic alignment (`#384 <https://github.com/gallantlab/pycortex/pull/384>`_)


**Fixed**

- Parameter names for ``freesurfer.import_flat`` (`4371b26 <https://github.com/gallantlab/pycortex/commit/4371b2633a0b7180e3893484af61a941ba5029b9>`_)
- Fix left/right location of hemispheres for medial-pivot view (`c3b029e <https://github.com/gallantlab/pycortex/commit/c3b029e96c7ffa67c8c35c7af47c045e0161abc3>`_)
- Animation functions in ``webgl.view`` (`#372 <https://github.com/gallantlab/pycortex/pull/372>`_)
- Various fixes to 2D volumes
- Installation with numpy < 1.2 (`#385 <https://github.com/gallantlab/pycortex/pull/385>`_)
- String encoding in ``openctm.pyx`` (`6dc80db <https://github.com/gallantlab/pycortex/commit/6dc80db6305f0ad97e7b857e083958636fab2233>`_)


1.2.0
-----

Expand All @@ -11,7 +32,7 @@ Changelog
- More functionality to import fMRIprep-processed data (`#315 <https://github.com/gallantlab/pycortex/pull/315>`_)
- Function to rotate flatmaps (`f88a <https://github.com/gallantlab/pycortex/commit/f88a195382c9611c492eda2c525e9ab5595bcc37>`_)
- Option to ignore NaNs when averaging across the thickness of cortex (`#355 <https://github.com/gallantlab/pycortex/pull/355>`_)
- New views for `cortex.export.plot_panels` and passing of additional kwargs (`#361 <https://github.com/gallantlab/pycortex/pull/361>`_, `#362 <https://github.com/gallantlab/pycortex/pull/362>`_)
- New views for ``cortex.export.plot_panels`` and passing of additional kwargs (`#361 <https://github.com/gallantlab/pycortex/pull/361>`_, `#362 <https://github.com/gallantlab/pycortex/pull/362>`_)
- Specify colorbar location with default positionings for quickflat (`#364 <https://github.com/gallantlab/pycortex/pull/364>`_)
- Pass custom colors for ``VolumeRGB`` (`#366 <https://github.com/gallantlab/pycortex/pull/366>`_)

Expand Down

0 comments on commit fe8863c

Please sign in to comment.