Releases: aiidateam/aiida-workgraph
Releases · aiidateam/aiida-workgraph
v0.4.10
What's Changed
- Add test for setting inputs for non dynamic namespace by @superstar54 in #386
- Refactor
AIIDA_CONFIG_FOLDER
->AiiDAConfigDir
by @khsrali in #387 - Add AiiDAProcessTask by @superstar54 in #389
- Raise an exception explicitly when the timeout is exceeded by @superstar54 in #390
- Syntactic sugar to add a task to the zone by @superstar54 in #391
Full Changelog: v0.4.8...v0.4.10
v0.4.9
What's Changed
- Add test for setting inputs for non dynamic namespace by @superstar54 in #386
- Refactor
AIIDA_CONFIG_FOLDER
->AiiDAConfigDir
by @khsrali in #387 - Add AiiDAProcessTask by @superstar54 in #389
- Raise an exception explicitly when the timeout is exceeded by @superstar54 in #390
Full Changelog: v0.4.8...v0.4.9
v0.4.8
What's Changed
- Add more test by @superstar54 in #378
- bump node-graph to 0.1.5 by @superstar54 in #380
- create input sockets and links for items inside a dynamic socket by @superstar54 in #381
- Save pickled function as AiiDA node by @superstar54 in #383
- Recursively process nested dictionaries when setting a dynamic port socket by @superstar54 in #384
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
- Bump aiida-pythonjob to 0.1.4 by @superstar54 in #373
- Use node-graph-widget by @superstar54 in #375
- Remove web app by @superstar54 in #376
- Move to src folder by @superstar54 in #377
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- Pass list of names for task input/output directly by @GeigerJ2 in #343
- Add .vscode directory to gitignore by @GeigerJ2 in #344
- Make
"name"
specifier ofparser_outputs
optional by @GeigerJ2 in #349 - Avoid passing
None
to arguments ofprepare_shell_job_inputs
by @GeigerJ2 in #351 - Visualize
nodes
inputs for ShellJob tasks by @GeigerJ2 in #347 - bump node-graph to 0.1.2 by @superstar54 in #352
- Update root property in the case of nest namespace by @superstar54 in #350
- Refactor TaskSocket by @superstar54 in #363
- Move PythonJob out by @superstar54 in #364
- remove create_conda_env from pythonjob by @superstar54 in #366
- Refactor engine by @superstar54 in #367
- Clean unused code by @superstar54 in #369
- swap key and value in
set_context
by @superstar54 in #371 - Allow mixed
str
/dict
inputs/outputs to tasks by @GeigerJ2 in #345 - Hide metadata inputs for tasks in HTML visualization. by @GeigerJ2 in #346
- Improve test coverage by @superstar54 in #372
Full Changelog: v0.4.5...v0.4.6
v0.4.5
What's Changed
- Create subsection "Nested workflow" in the docs by @agoscinski in #277
- GUI: add task control for int, float, string and structure by @superstar54 in #295
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- Set the default value of the namespace socket to None by @superstar54 in #341
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Use group_inputs and group_outputs when creating Task by @superstar54 in #335
Fixes
- Add _wait Socket for Context Transitions and Fix Allowed Types for AiiDA Property by @superstar54 in #339
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Set the default value to an empty dictionary for namespace socket by @superstar54 in #317
- Allow passing [] and {} as argument. by @superstar54 in #328
- Update task's outputs if the corresponding node is finished ok by @superstar54 in #330
- add padding for scope by @superstar54 in #331
- Update parser signature for
aiida-shell
v0.8, extend ShellJob docs, useprepare_shell_job_inputs
by @GeigerJ2 in #326
Docs
- Add aggregate notebook that explains how to aggregate dynamically sized outputs by @agoscinski in #287
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Update README, and fix/web executor by @superstar54 in #306
- Fix serialization and desrialization the pythonjob data by @superstar54 in #308
- only serialize the pythonjob data when launching by @superstar54 in #309
- Update parent task's state even if the task fails by @superstar54 in #311
- Add
node_value
&get_node_value
toTaskSocket
by @GeigerJ2 in #299 - Error handler can use the label of the ExitCode by @superstar54 in #312
Full Changelog: v0.4.0...v0.4.1