Skip to content

Commit

Permalink
DOC,MNT bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Jul 9, 2020
1 parent 0ea9e67 commit c54e718
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/version.py
Original file line number Diff line number Diff line change
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.2.dev0'
__version__ = '1.2.0'
__hardcoded_version__ = __version__
__full_version__ = __version__

Expand Down
24 changes: 24 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
Changelog
==========

1.2.0
-----

**Added**

- 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>`_)
- 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>`_)


**Fixed**

- Bug with automatic creation of SVGs with ROIs (`#340 <https://github.com/gallantlab/pycortex/pull/340>`_)
- Python 2/3 compatibilities for svgoverlay (`#352 <https://github.com/gallantlab/pycortex/pull/352>`_)
- ``from_freesurfer``/``to_freesurfer`` handling of NIFTI images (`#354 <https://github.com/gallantlab/pycortex/pull/354>`_)
- ROI label display parameters (`#356 <https://github.com/gallantlab/pycortex/pull/356>`_)
- Improve documentation for install and demo (`#359 <https://github.com/gallantlab/pycortex/pull/359>`_)
- Inkscape compatibility with newer versions (`#365 <https://github.com/gallantlab/pycortex/pull/365>`_)
- Use correct contrast for automatic alignment with FreeSurfer's ``bbregister`` (`39d8 <https://github.com/gallantlab/pycortex/commit/39d8fe6766f4ecacd0251a5798ea354528ec8eae>`_)


1.1.1
-----

Expand Down

0 comments on commit c54e718

Please sign in to comment.