Added:
- Tools for linking pipeline chunks together
zip
andzip_latest
take infirst
kwarg so that those nodes can be run first (rewriting the execution graph order)
Added:
first
kwarg tocombine_latest
allowing users to re-order the pipeline as needed when usingcombine_latest
. This helps with jug handle like graphs where a source node is both part of both the incoming streams, by allowing theemit_on
stream(s) to be computed later, permitting the buffers to be filled whenemit_on
emits.- Test for
unique
using lists
Added:
orch
build system
Changed:
unique
now handles all non hashables in adeque
rather than just ``dict``s- Pull tests from streamz
Removed:
- Most of the defined nodes, as
streamz
has caught up to us.
Added:
- Args and kwargs to the filter node
- Imports from all the streamz tests for more coverage
- Conda-forge activity to rever
Added:
- Add rever
- Initialize project for extending mrocklin/streamz