Releases: civisanalytics/async-graph-data-flow
Releases · civisanalytics/async-graph-data-flow
v1.5.1
v1.5.0
v1.4.0
What's Changed
- [CIVIS-7472] DOC add technical notes by @jacksonlee-civis in #9
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Added
AsyncGraph.add_node
has the new keyword argumentcheck_async_gen
to optionally disable the async generator function check for advanced usage.
v1.2.0
Added
- An
AsyncExecutor
instance now has thestart_nodes
property.
It maps start nodes to their arguments passed in at the beginning of graph execution.
Fixed
- Before a graph executes, the
exceptions
property of anAsyncExecutor
instance
now returnsNone
. Previously, accessing this property before graph execute
would raise an exception.
v1.1.0
What's Changed
- [CIVIS-5427] DOC pin mermaid version for graph rendering in Sphinx docs by @jacksonlee-civis in #5
- [CIVIS-5495] ENH keep track of and expose exceptions by @jacksonlee-civis in #6
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Add .circleci/config.yml by @jusblan331 in #1
- [CIVIS-4890] Implement async data flow graph by @finixbit in #3
- [CIVIS-4891]Add docs folder by @gbolly in #2
- [CIVIS-4891] DOC mention single machine usage by @jacksonlee-civis in #4
New Contributors
- @jusblan331 made their first contribution in #1
- @finixbit made their first contribution in #3
- @gbolly made their first contribution in #2
- @jacksonlee-civis made their first contribution in #4
Full Changelog: https://github.com/civisanalytics/async-graph-data-flow/commits/v1.0.0