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