Releases: aiidateam/aiida-workgraph
Releases · aiidateam/aiida-workgraph
v0.4.0
What's Changed
- Create a short version of the workgraph data for the connectivity analysis by @superstar54 in #291
- Use type_mapping from aiida-workgraph by @superstar54 in #294
- Add executor for WorkGraph task by @superstar54 in #292
- Remove property class from node-graph by @superstar54 in #297
- refactor property by @superstar54 in #298
- PythonJob spports exit code output by @superstar54 in #300
- Refactor task's data, bumps
node-graph
to 0.0.19 by @superstar54 in #304 - Refactor the error handler by @superstar54 in #302
Full Changelog: v0.3.26...v0.4.0
v0.3.26
What's Changed
- Decorator allow users to define the inputs manually for dynamic input by @superstar54 in #281
Full Changelog: v0.3.25...v0.3.26
v0.3.25
What's Changed
Fix
- Serialize the init context by @superstar54 in #279
Full Changelog: v0.3.23...v0.3.25
v0.3.24
Fix
Fix execution_count, and only show new_data if it not empty, #273
Full Changelog: v0.3.23...v0.3.24
v0.3.23
v0.3.22
What's Changed
- Docs: migrate tutorials using sphnix-gallery by @superstar54 in #268
Fix
- Use
PickledFunction.build_executor
by @superstar54 in #270
Full Changelog: v0.3.21...v0.3.22
v0.3.21
What's Changed
- Migrate quick_start to sphinx-gallery by @agoscinski in #243
Fix
- Only check
process_class
for calcfunction and workfunction by @superstar54 in #258 - if user already defined the var_args in the inputs, skip it by @superstar54 in #264
- Handle NodeLinksManager when reading the input value by @superstar54 in #265
- Pickle the input value if it is a function by @superstar54 in #262
Full Changelog: v0.3.20...v0.3.21
v0.3.20
What's new
- Integrating sphinx gallery to run documentation by @agoscinski in #234
- Monitor task: add
timeout
for monitor task, and support killing by @superstar54 in #247
Fix
- Save task state info in the ctx for checkpoint by @superstar54 in #245
- Create and submit the process using
self.submit
by @superstar54 in #253
Full Changelog: v0.3.19...v0.3.20
v0.3.19
What's Changed
- Add
PickledFunction
data by @superstar54 in #229 - Show timeline of called_process by @superstar54 in #238
- Move conditional tasks out while zone by @superstar54 in #241
- Add
monitor
andawaitable
task decorators to create tasks that to poll some state by @superstar54 in #235
Full Changelog: v0.3.18...v0.3.19
v0.3.18
What's Changed
- support nested while task by @superstar54 in #219
- Add
If
task by @superstar54 in #222 - Add Zone task by @superstar54 in #224
- Add option to set path for python executable for tests by @agoscinski in #226
- Add rudimentary frontend tests for all functionalities by @agoscinski in #221
- Add TaskCollection for waiting_on and children. by @superstar54 in #223
- Add
_
for variables inside workgraph engine by @superstar54 in #227 - Add
select
,from_context
andto_context
tasks by @superstar54 in #228 - Adding a prompt to confirm the deletion of a node by @agoscinski in #193
Full Changelog: v0.3.17...v0.3.18