Skip to content

0.12.0: Async generators and improved sampling

Compare
Choose a tag to compare
@briancavalier briancavalier released this 26 Feb 13:01
· 447 commits to master since this release
  • Add most.generate to build a stream by running an async generator.
  • Add sampler.sample(f, ...streams) for sampling and combining many streams at once.
  • Improve stream.ap. It now more closely models the behavior of applying a time varying function to a time-varying value.
  • Change stream.combine to end when all input streams have ended.
    • Breaking change: code that specifically depends on a combine stream ending when only one input ends may need to be updated.