Skip to content

Commit bf9cd97

Browse files
committed
REL(1.2.0): Update changes
1 parent 8ed800c commit bf9cd97

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ jobs:
441441
test "$INSTALLED_VERSION" = "v$THISVERSION"
442442
443443
deploy_pypi:
444-
machine:
445-
image: circleci/python:3.7.4
444+
docker:
445+
- image: circleci/python:3.7.4
446446
working_directory: /tmp/src/sdcflows
447447
steps:
448448
- checkout

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.2.0 (February 15, 2020)
2+
=========================
3+
A minor version release that changes phasediff caclulations to improve robustness.
4+
This release is preparation for *fMRIPrep* 20.0.0.
5+
6+
* FIX: Scale all phase maps to ``[0, 2pi]`` range (#88)
7+
* MNT: Fix package tests (#90)
8+
* MNT: Fix circle deployment (#91)
9+
110
1.0.5 (February 14, 2020)
211
=========================
312
Bug-fix release.

0 commit comments

Comments
 (0)