Skip to content

v2.1.1a

Choose a tag to compare

released this 23 Nov 14:57
· 604 commits to main since this release
af7964e

What's Changed

  • [New] Implemented StreamingDataFrame.apply(expand=True) to produce multiple individual values based on the collection. [#246]
    You may use .apply(expand=True) to produce multiple values to the output topics for a single input message
    Docs

  • [Fix] Make "and" and "or" comparisons lazy in StreamingSeries [#248]
    In previous versions, code like sdf['a'] | sdf['b'] and sdf['a'] & sdf['b'] was always evaluating both sides of the expression, while usual and and or can evaluate the right side lazily.

  • Various docs updates: #247 #250 #251

Full Changelog: v2.1alpha1...v2.1.1a