v0.5.0
What's Changed
- Small fix in the doc by @mikibonacci in #394
- Fix PythonJob need
aiida_workgraph
on remote computer by @superstar54 in #396 - De-serialize safe by @superstar54 in #400
- Migrate workgraph data from
base.extras
tobase.attributes
by @superstar54 in #410 WorkGraph
task with proper sub-tasks by @GeigerJ2 in #411- Add
__repr__
and__str__
to WG by @GeigerJ2 in #418 - Save pickled data as an
updatable
attribute by @superstar54 in #412 - Refactor the
decorator.py
usingTaskFactory
by @superstar54 in #420 - Refactor task manager by @superstar54 in #421
- Add logic instruction:
if_
andwhile_
by @superstar54 in #409 - Use EntryPointPool by @superstar54 in #422
- Refactor If_ and While_ using BaseFlowBlock, fix task zone handling by @superstar54 in #423
- Fix PythonJob deserializer by @superstar54 in #424
- Add Map tasks by @superstar54 in #426
- Enhancing
WorkGraphEngine
Execution inaiida-workgraph
by @superstar54 in #428 - Add schema by @superstar54 in #429
- Fix the function outputs of PythonJob by @superstar54 in #430
- Add map info to the attribute by @superstar54 in #431
- Support dynamic inputs by @superstar54 in #434
- Fix PythonJob inputs by @superstar54 in #435
- Add feature to create Task from AiiDA ProcessBuilder by @GeigerJ2 in #432
- Add graph manager and task wrapper by @superstar54 in #437
- Implements context namespace with accessor for syntactic sugar by @agoscinski in #433
- Add
graph
attribute to Task: by @superstar54 in #440 - Fix link limit for the calcfunction task by @superstar54 in #441
- Check task's parent is None before adding it as child by @superstar54 in #442
- Rename TaskCollection to TaskSet by @superstar54 in #443
- Drop usage of {{}} and remove str type in property by @superstar54 in #444
- Fix imported pythonjob task by @superstar54 in #446
- Improved makefile for docs build by @GeigerJ2 in #416
- Update quick start by @superstar54 in #447
- Add
shold_serialize
key by @superstar54 in #449 - Do not de-serialize data when loading PytohnJob task by @superstar54 in #451
- Remove execution count and while workgraph type by @superstar54 in #452
New Contributors
- @mikibonacci made their first contribution in #394
Full Changelog: v0.4.10...v0.5.0