Releases: aiidateam/aiida-workgraph
Releases · aiidateam/aiida-workgraph
v0.3.17
What's Changed
- Use uvicorn web server for frontend tests by @agoscinski in #202
- Fix: avoid empty module set when inspecting the type annotations by @superstar54 in #220
Full Changelog: v0.3.16...v0.3.17
v0.3.16
What's Changed
- Set the node's label as the workgraph/task's name. by @superstar54 in #213
- Fix task selection inside while zone by @superstar54 in #215
- Update any remaining instances of
Worktree
toWorkGraph
. by @superstar54 in #216
Full Changelog: v0.3.15...v0.3.16
v0.3.15
What's Changed
- Fix: handle exception when inspecting the function by @superstar54 in #196
- Cleaning unused html files that cause problems for case-insensitive filesystems by @khsrali in #201
- Add built-in
While
task by @superstar54 in #198 - Speed up unit test and skip unstable test by @superstar54 in #205
- Allow nonfunctional usage of decorators by @agoscinski in #199
- Register entry point for each class (Task, Socket, Property) by @superstar54 in #209
- PythonJob use task name as process label by @superstar54 in #210
PythonJob
: stores the input data file before passing to thelocal_copy_list
by @superstar54 in #211
New Contributors
Full Changelog: v0.3.14...v0.3.15
v0.3.14
What's Changed
Bug fixs
- fix loading WorkGraph with PythonJob by @superstar54 in #172
- use
get_processes_latest
for workgraph.update by @superstar54 in #174 - raise message when
_widget
is None into_html()
by @superstar54 in #187 - Support Python 3.12 for the entry points by @superstar54 in #188
- Fix the error when inspecting the typing annotations by @superstar54 in #177
- Add
executed_task
to record the tasks that have already been submitted. by @superstar54 in #186
Full Changelog: v0.3.13...v0.3.14
v0.3.13
What's Changed
- update README by @superstar54 in #160
- simplify the
run
method for WorkGraph by @superstar54 in #162 - Make widget feature optional by @agoscinski in #165
- add
task.pythonjob
decorator by @superstar54 in #170 - add
add_node
andadd_link
by @superstar54 in #75
New Contributors
- @agoscinski made their first contribution in #165
Full Changelog: v0.3.12...v0.3.13
v0.3.12
What's Changed
- Use workgraph to create task by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/156
- Workchain call workgraph by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/157
- Refactor test by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/158
Full Changelog: superstar54/aiida-workgraph@v0.3.11...v0.3.12
v0.3.11
What's Changed
- update docs for group_outputs by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/152
- rename Socket "General" to "Any" by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/153
Web
: fix timeline by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/154
Full Changelog: superstar54/aiida-workgraph@v0.3.10...v0.3.11
v0.3.10
What's Changed
- rename
select
toserializers
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/147 - use
set_context
by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/148 - New syntax for the
graph_builder
's output by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/150
Full Changelog: superstar54/aiida-workgraph@v0.3.9...v0.3.10
v0.3.9
What's Changed
- update AtomsData by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/142
- speed up loading workgraph in web by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/144
Full Changelog: superstar54/aiida-workgraph@v0.3.8...v0.3.9
v0.3.8
What's Changed
PythonJob
: update docs and test for retrieving files by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/135PythonJob
: support nest namespace output by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/139PythonJob
: check duplicate entry points for data serializer by @superstar54 in https://github.com/superstar54/aiida-workgraph/pull/140
Full Changelog: superstar54/aiida-workgraph@v0.3.7...v0.3.8