We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11678ac commit 43cc5c4Copy full SHA for 43cc5c4
CHANGELOG.rst
@@ -4,6 +4,21 @@ streamz_ext Change Log
4
5
.. current developments
6
7
+v0.2.0
8
+====================
9
+
10
+**Added:**
11
12
+* ``first`` kwarg to ``combine_latest`` allowing users to re-order the pipeline
13
+ as needed when using ``combine_latest``. This helps with jug handle like
14
+ graphs where a source node is both part of both the incoming streams, by
15
+ allowing the ``emit_on`` stream(s) to be computed later, permitting the
16
+ buffers to be filled when ``emit_on`` emits.
17
+* Test for ``unique`` using lists
18
19
20
21
22
v0.1.0
23
====================
24
news/first
news/list_test
0 commit comments