v0.24.16
wjcunningham7
released this
12 Feb 02:51
·
792 commits
to develop
since this release
[0.24.16] - 2022-02-12
Added
- Errors now contain the traceback as well as the error message in the result object.
- Added test for
_post_process
intests/covalent_dispatcher_tests/_core/execution_test.py
.
Changed
-
Post processing logic in
electron
and dispatcher now relies on the order of execution in the transport graph rather than node's function names to allow for a more reliable pairing of nodes and their outputs. -
Renamed
init_test.py
intests/covalent_dispatcher_tests/_core/
toexecution_test.py
.
Removed
exclude_from_postprocess
list which contained some non executable node types removed since only executable nodes are post processed now.