Skip to content

Releases: streamlet-dev/tributary

Release v0.2.1

10 May 10:39
77a42c3
Compare
Choose a tag to compare

Minor release for JupyterCon demos

Release v0.2.0

11 May 00:36
e41e72b
Compare
Choose a tag to compare

First v0.2.0 release, a lot of improvements and some breaking api changes

Release v0.1.5

27 Feb 04:59
db71a2c
Compare
Choose a tag to compare

Adds queue in/out for streaming

Release v0.1.4

25 Aug 18:50
107f7c6
Compare
Choose a tag to compare

Restore a few missing top level exports

Release v0.1.3

24 Aug 15:21
Compare
Choose a tag to compare
  • Postgres streaming nodes
  • added automatic differentiation to lazy and streaming nodes

Release v0.1.2

20 Jul 22:34
Compare
Choose a tag to compare
  • tests for output streaming (thanks @Ferev @maxhhelman !)
  • kafka consumer extra kwargs to allow configuration of librdkafka (e.g. for kerberos credentials)
  • swap web socket for aiohttp to allow http-proxied websockets
  • implemented FixedMap node for streaming as the opposite of reduce. dynamic mapping not possible since graph state can't currently be mutated on the fly.

Release v0.1.1

23 Jun 01:24
Compare
Choose a tag to compare

Lots of bugfixes and enhancements to streaming

  • Bugfix for Kafka sink
  • Bugfix for HTTP source when infinite repeat is desired
  • Implemented bit shift operators for better node piping
  • Stream markers converted to singletons to avoid reallocating classes (needs further work)
  • added EMA and SMA rolling operations for streaming
  • Added reducer arg to Reduce streaming node for consolidating streams
  • some miscellaneous graph optimizations

Release v0.1.0

23 Jun 01:24
Compare
Choose a tag to compare

lots of enhancements to lazy

Release v0.0.9

25 Feb 03:55
Compare
Choose a tag to compare

Last release before v0.1.0!

Bugfixes for symbolic -> streaming
More numpy integration

Release v0.0.7

17 Feb 23:13
f8bf080
Compare
Choose a tag to compare
  • Completely rewritten the streaming api to fix some fundamental bugs
  • Reworking lazy stuff
  • tons of bug fixes and enhancements