We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4c5ad commit 1c14b7bCopy full SHA for 1c14b7b
.circleci/config.yml
@@ -459,6 +459,12 @@ jobs:
459
workflows:
460
version: 2
461
build_deploy:
462
+ triggers:
463
+ - schedule:
464
+ filters:
465
+ branches:
466
+ ignore:
467
+ - gh-pages
468
jobs:
469
- cache_test_data:
470
filters:
CHANGES.rst
@@ -1,3 +1,10 @@
1
+1.2.1 (April 01, 2020)
2
+======================
3
+A patch release to make SDCFlows more amicable to downstream software.
4
+
5
+ * MAINT: Migrate from versioneer to setuptools_scm (#97)
6
+ * MAINT: Flexibilize dependencies -- nipype, niworkflows, pybids (#95)
7
8
1.2.0 (February 15, 2020)
9
=========================
10
A minor version release that changes phasediff caclulations to improve robustness.
0 commit comments