Releases: aiidateam/aiida-workgraph
v0.2.6
What's Changed
Automatically serialize the inputs into AiiDA data for PythonJob
, #85
Full Changelog: superstar54/aiida-workgraph@v0.2.5...v0.2.6
v0.2.5
What's Changed
-
rename WorkGraph engine class to WorkGraphEngine by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/81
-
Add builtin PythonJob to run any Python function on a remote computer by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/83
Full Changelog: superstar54/aiida-workgraph@v0.2.4...v0.2.5
v0.2.4
Full Changelog: superstar54/aiida-workgraph@v0.2.3...v0.2.4
What's Changed
- Add codecov by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/73
- support aiida-core < 2.5 by adding _varargs of calcfunction by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/77
- add exit code if workgraph failed. by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/78
- Add basic socket type by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/79
Full Changelog: superstar54/aiida-workgraph@v0.2.3...v0.2.4
v0.2.3
What's Changed
- rename to WorkGraph by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/47
- rename wt to wg by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/49
- Update state position by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/54
- 🔧
pyproject.toml
: Fix typo in Source URL by @mbercx in https://github.com/superstar54/aiida-workgraph/pull/66 - add zero_to_hero by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/67
- rename
group
tograph_builder
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/68 - rename
append
toextend
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/70 - show required sockets (the args) by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/71
- rename
ctx
tocontext
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/72 - use typing by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/58
New Contributors
- @mbercx made their first contribution in https://github.com/superstar54/aiida-workgraph/pull/66
Full Changelog: superstar54/aiida-workgraph@v0.1.8...v0.2.3
v0.1.8
What's Changed
- Add built-in sockets: _outputs and _wait by @superstar54 in #36
- Support appending worktree by @superstar54 in #37
- Support visualizing worktree and node in Jupyer-notebook @superstar54 in #39
- Improve while condition by @superstar54 in #40
- create node from worktree by @superstar54 in #41
- supports the use of both the node name and the node on the wait list. by @superstar54 in #45
Full Changelog: v0.1.3...v0.1.8
V0.1.3
What's Changed
New
-
add max_number_jobs by @superstar54 in #22
-
Add data node route by @superstar54 in #23
Bug fixed
- continue worktree for non awaitable by @superstar54 in #28
Full Changelog: v0.1.0...v0.1.3
V0.1.0
What's Changed
- Use node graph by @superstar54 in #3
- Add Web App (FastAPI + React + Rete) by @superstar54 in #17
- support var_kwargs and for, fix normal function by @superstar54 in #2
- Fix build node by @superstar54 in #7
- Resume worktree when an available is finished, add set_from_protocol by @superstar54 in #8
- Feature/cli by @superstar54 in #11
- Pass pool to the Collection by @superstar54 in #12
- Support Save and Restart by @superstar54 in #14
- Update UI by @superstar54 in #18
- Use react calendar timeline by @superstar54 in #19
- fix react route when refresh the page by @superstar54 in #20