Skip to content

Commit

Permalink
REL(1.2.0): Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Feb 15, 2020
1 parent 8ed800c commit bf9cd97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ jobs:
test "$INSTALLED_VERSION" = "v$THISVERSION"
deploy_pypi:
machine:
image: circleci/python:3.7.4
docker:
- image: circleci/python:3.7.4
working_directory: /tmp/src/sdcflows
steps:
- checkout
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.2.0 (February 15, 2020)
=========================
A minor version release that changes phasediff caclulations to improve robustness.
This release is preparation for *fMRIPrep* 20.0.0.

* FIX: Scale all phase maps to ``[0, 2pi]`` range (#88)
* MNT: Fix package tests (#90)
* MNT: Fix circle deployment (#91)

1.0.5 (February 14, 2020)
=========================
Bug-fix release.
Expand Down

0 comments on commit bf9cd97

Please sign in to comment.