v1.5.9
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 toConnectableObservable#164 -
Several
doXXX()side effect operators, as well asconcat_map()andfrom_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 -
BlockingObservablereceivedfirst(),first_or_default(),last(), andlast_or_default()operators #172