File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
4
+ 0.8.0
5
+ -----
6
+
7
+ * refactoring template formatting for ``input_spec ``
8
+ * fixing issues with input fields with extension (and using them in templates)
9
+ * adding simple validators to input spec (using ``attr.validator ``)
10
+ * adding ``create_dotfile `` for workflows, that creates graphs as dotfiles (can convert to other formats if dot available)
11
+ * adding a simple user guide with ``input_spec `` description
12
+ * expanding docstrings for ``State ``, ``audit `` and ``messanger ``
13
+ * updating syntax to newer python
14
+
15
+ 0.7.0
16
+ -----
17
+
18
+ * refactoring the error handling by padra: improving raised errors, removing nodes from the workflow graph that can't be run
19
+ * refactoring of the ``input_spec ``: adapting better to the nipype interfaces
20
+ * switching from ``pkg_resources.declare_namespace `` to the stdlib ``pkgutil.extend_path ``
21
+ * moving ``readme `` to rst format
22
+
23
+
4
24
0.6.2
5
25
-----
6
26
You can’t perform that action at this time.
0 commit comments