Skip to content

v1.5.9

Choose a tag to compare

@thomasnield thomasnield released this 29 Mar 13:24
· 965 commits to master since this release

This release of RxPy has a number of enhancements and fixes, including:

  • Rolling initialization state bug with to_list() has been resolved #156

  • auto_connect() functionality added to ConnectableObservable #164

  • Several doXXX() side effect operators, as well as concat_map() and from_callable(), were added to mirror RxJava2 #166 #164

  • A to_sorted_list() operator has been added to collect emissions into a sorted list #167

  • A small set of statistical operators (median(), mode(), standard_deviation(), variance()) has been added #167

  • BlockingObservable received first(), first_or_default(), last(), and last_or_default() operators #172