File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.3.0 (To Be Determined)
2
+ ========================
3
+
4
+ ##### [Full changelog](https://github.com/nipy/nipype/milestone/34?closed=1)
5
+
6
+ * FIX: Restore ``AFNICommand._get_fname``, required by some interfaces (https://github.com/nipy/nipype/pull/3071)
7
+ * FIX: Remove asynchronous chdir callback (https://github.com/nipy/nipype/pull/3060)
8
+ * FIX: Minimize scope for directory changes while loading results file (https://github.com/nipy/nipype/pull/3061)
9
+ * ENH: Add precommit information for contributors and pre-commit style (https://github.com/nipy/nipype/pull/3063)
10
+ * ENH: Delay etelemetry for non-interactive sessions, report bad versions (https://github.com/nipy/nipype/pull/3049)
11
+ * ENH: Run memoized check_version at REPL import, Node/Workflow/Interface init (https://github.com/nipy/nipype/pull/30)
12
+ * RF: Provide functions to augment old Path.mkdir, Path.resolve methods (https://github.com/nipy/nipype/pull/3050)
13
+ * RF: Redirect nipype.workflows to niflow.nipype1.workflows (https://github.com/nipy/nipype/pull/3067)
14
+ * TST: Skip dcm2niix test if data fails to download (https://github.com/nipy/nipype/pull/3059)
15
+ * TST: dcm2niix test fix (https://github.com/nipy/nipype/pull/3058)
16
+ * MAINT: Drop Python 3.4 support (https://github.com/nipy/nipype/pull/3062)
17
+ * CI: ``make specs`` on Travis (https://github.com/nipy/nipype/pull/3066)
18
+
19
+
1
20
1.2.3 (September 23, 2019)
2
21
==========================
3
22
You can’t perform that action at this time.
0 commit comments