Skip to content

Commit 833a754

Browse files
committed
updating release notes [skip ci]
1 parent ab5f780 commit 833a754

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/changes.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Release Notes
22
=============
33

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+
424
0.6.2
525
-----
626

0 commit comments

Comments
 (0)