Skip to content

Releases: civisanalytics/async-graph-data-flow

v1.5.1

07 Nov 14:18
184cf40
Compare
Choose a tag to compare

Added

  • Added static type checking using mypy. (#12)

Fixed

  • Fixed documentation to actually show example code. (#12)

v1.5.0

30 Oct 15:05
dcfb6c7
Compare
Choose a tag to compare

Added

  • Python 3.13 is officially supported and tested on CI. (#11)

Changed

  • Migrated the docs to the Read The Docs site. (#11)

v1.4.0

30 Nov 15:54
b1bf2e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

20 Jun 19:16
b127a6d
Compare
Choose a tag to compare

Added

  • AsyncGraph.add_node has the new keyword argument check_async_gen
    to optionally disable the async generator function check for advanced usage.

v1.2.0

26 Apr 14:09
9c00010
Compare
Choose a tag to compare

Added

  • An AsyncExecutor instance now has the start_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 an AsyncExecutor instance
    now returns None. Previously, accessing this property before graph execute
    would raise an exception.

v1.1.0

02 Mar 21:59
6023b84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Jan 14:50
271558f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/civisanalytics/async-graph-data-flow/commits/v1.0.0