Skip to content

Releases: cgarciae/pypeln

0.3.0

06 Apr 02:38
59c67c1
Compare
Choose a tag to compare

Adds

  • ordered function in all modules, this orders output elements based on the order of creation on the source iterable.
  • Additional options and rules for the depending injection mechanism. See Advanced Usage.
  • All pl.*.Stage classes now inherit from pl.BaseStage.

0.2.5

04 Mar 04:56
9121c64
Compare
Choose a tag to compare
Proper kwargs forwarding on run method (#30)

* 30min test

* fix kwargs forwarding to f and on_done issue

* v 0.2.5

0.2.2

22 Feb 22:14
ae15dec
Compare
Choose a tag to compare
aiter

0.2.0

18 Feb 21:55
Compare
Choose a tag to compare

Refactor + Update documentation