v0.7.0
What's Changed
- Add basic tests for cli by @superstar54 in #610
- Move node-graph programming to new advanced topic section by @edan-bainglass in #611
- Fix top level outputs link by @superstar54 in #613
- Fix graph-level sockets by @superstar54 in #616
- Consolidate context-manager-specific features under new context manager advanced topic by @edan-bainglass in #619
- Switch a few sections already to decorator-paradigm by @edan-bainglass in #622
- Add built-in monitor tasks via decotrated functions by @edan-bainglass in #623
- [Docs] Refactor Tutorials by @superstar54 in #609
- Use
TaggedValue
to track the graph inputs by @superstar54 in #627 - Use spec by @superstar54 in #630
- Update PythonJob using new spec API by @superstar54 in #632
- Improve graph level inputs/outputs api using
spec
by @superstar54 in #635 - Load
wg
when restart by @superstar54 in #633 - Add AiiDA node for
datetime.datetime
by @superstar54 in #634 - Fix Graph task return namespace as outputs by @superstar54 in #641
- Replace factory with TaskSpec by @superstar54 in #645
- Socket supports
NoneData
for None by @superstar54 in #649 - Bump aiida-pythonjob to 0.3.5 by @superstar54 in #651
- Decorator accept
use_pickle
argument by @superstar54 in #653 - Add
collection.group
to the public API by @edan-bainglass in #658 - Format the name of outputs for shelljob by @superstar54 in #662
- [Docs] Update how-to sections w.r.t recent developments by @edan-bainglass in #661
- Changes to installation by @GeigerJ2 in #655
- Organize engine process inputs by @superstar54 in #660
- Add
run
andsubmit
to the TaskHandler by @superstar54 in #663 - Check calling a task from inside another task by @superstar54 in #652
- Remove PickleData by @superstar54 in #665
- Use safe and runtime executor by @superstar54 in #666
- Update zone tests by @superstar54 in #667
- Refactor to use minimal db by @superstar54 in #668
- Apply decorator build by @superstar54 in #669
- Update README and development doc by @superstar54 in #671
- Add Warning note for experimental features by @superstar54 in #672
- Use
is_metadata
for AiiDA process by @superstar54 in #674 - Add
max_depth
to graph task by @superstar54 in #673 - Fix shelljob inputs by @superstar54 in #676
Full Changelog: v0.6.0...v0.7.0