File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -441,8 +441,8 @@ jobs:
441
441
test "$INSTALLED_VERSION" = "v$THISVERSION"
442
442
443
443
deploy_pypi :
444
- machine :
445
- image : circleci/python:3.7.4
444
+ docker :
445
+ - image : circleci/python:3.7.4
446
446
working_directory : /tmp/src/sdcflows
447
447
steps :
448
448
- checkout
Original file line number Diff line number Diff line change
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
+
1
10
1.0.5 (February 14, 2020)
2
11
=========================
3
12
Bug-fix release.
You can’t perform that action at this time.
0 commit comments