Releases: aiidateam/aiida-workgraph
Releases · aiidateam/aiida-workgraph
v0.3.7
What's Changed
- fix graph_builder in GUI by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/134
- use
PythonJob
explicitly by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/132
Full Changelog: superstar54/aiida-workgraph@v0.3.6...v0.3.7
v0.3.6
What's Changed
- support namespace output in PythonJob by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/129
Full Changelog: superstar54/aiida-workgraph@v0.3.5...v0.3.6
v0.3.5
What's Changed
- Add error handler for WorkGraph by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/124
- Refactor error_handler to support max_retries and custom parameters by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/126
Full Changelog: superstar54/aiida-workgraph@v0.3.4...v0.3.5
v0.3.4
What's Changed
- Refactor the syntax of decorator parameters for inputs, outputs and properties. by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/123
Full Changelog: superstar54/aiida-workgraph@v0.3.3...v0.3.4
v0.3.3
- Fix building frontend in release workflow
Full Changelog: superstar54/aiida-workgraph@v0.3.2...v0.3.3
v0.3.2
What's Changed
- Support pausing task by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/111
- ♻️ Rename
ShellTask
toShellJob
by @GeigerJ2 in https://github.com/superstar54/aiida-workgraph/pull/121 - Save task running info (state, process, action) in extras by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/120
- Fix task title color in GUI by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/122
New Contributors
- @GeigerJ2 made their first contribution in https://github.com/superstar54/aiida-workgraph/pull/121
Full Changelog: superstar54/aiida-workgraph@v0.3.1...v0.3.2
v0.3.1
What's Changed
- ShellTask Set the
nodes
during/after the creation of the task. by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/113 - PythonTask add
create_conda_env
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/112
Full Changelog: superstar54/aiida-workgraph@v0.3.0...v0.3.1
v0.3.0
What's Changed
- rename
node
totask
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/108 - set child tasks of a failed task to
SKIPPED
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/109 - add build widget and frontend in docs by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/110
Full Changelog: superstar54/aiida-workgraph@v0.2.8...v0.3.0
v0.2.8
What's Changed
- Disable user editing the link in GUI by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/101
- add how to transfer WorkChain to WorkGraph by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/103
- Support passing output socket to the
nodes
inputs forShellJob
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/105
Full Changelog: superstar54/aiida-workgraph@v0.2.7...v0.2.8
v0.2.7
What's Changed
- Use the workgraph name as the process label. by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/86
- Fix data provenance for graph_builder with
PythonJob
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/89 - Support typing hint in PythonJob by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/91
- PythonJob supports var_kwargs by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/92
- Refactor engine by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/93
Full Changelog: superstar54/aiida-workgraph@v0.2.6...v0.2.7