Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-03-15 | 3.8 kB | |
v4.0.0.tar.gz | 2022-03-15 | 916.6 kB | |
v4.0.0.zip | 2022-03-15 | 1.2 MB | |
Totals: 3 Items | 2.1 MB | 0 |
What's Changed
- Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 by @tirkarthi in https://github.com/ReactiveX/RxPY/pull/570
- Remove deprecated loop parameter by @carlwgeorge in https://github.com/ReactiveX/RxPY/pull/575
- Correct example code instructions by @Julian-O in https://github.com/ReactiveX/RxPY/pull/580
- Fix build of documentation by @MainRo in https://github.com/ReactiveX/RxPY/pull/589
- replace coroutine decorator with async keyword by @MainRo in https://github.com/ReactiveX/RxPY/pull/593
- Removal of misleading information in take_while documentation by @kkonrad in https://github.com/ReactiveX/RxPY/pull/596
- rework zip fix for [#537] by @MainRo in https://github.com/ReactiveX/RxPY/pull/595
- [ReactiveX] Use pyproject.toml and poetry by @dbrattli in https://github.com/ReactiveX/RxPY/pull/603
- [ReactiveX] Fix pipe operator by @dbrattli in https://github.com/ReactiveX/RxPY/pull/605
- [ReactiveX] Add poetry cache by @dbrattli in https://github.com/ReactiveX/RxPY/pull/607
- [ReactiveX] Doc build fixes by @dbrattli in https://github.com/ReactiveX/RxPY/pull/606
- [ReactiveX] Sort imports for tests by @dbrattli in https://github.com/ReactiveX/RxPY/pull/608
- [ReactiveX] Optimize build by @dbrattli in https://github.com/ReactiveX/RxPY/pull/609
- Bump version by @dbrattli in https://github.com/ReactiveX/RxPY/pull/610
- [ReactiveX] reactivex rename by @dbrattli in https://github.com/ReactiveX/RxPY/pull/611
- [ReactiveX] Fix typing by @dbrattli in https://github.com/ReactiveX/RxPY/pull/612
- [ReactiveX] Pre commit by @dbrattli in https://github.com/ReactiveX/RxPY/pull/613
- ReactiveX by @dbrattli in https://github.com/ReactiveX/RxPY/pull/614
- Add publish action and dynamic versioning by @dbrattli in https://github.com/ReactiveX/RxPY/pull/615
- Try fixing publish version by @dbrattli in https://github.com/ReactiveX/RxPY/pull/616
- Fix poetry version setting by @dbrattli in https://github.com/ReactiveX/RxPY/pull/617
- Fix defer docs by @dbrattli in https://github.com/ReactiveX/RxPY/pull/618
- Update docs for pre-release install by @dbrattli in https://github.com/ReactiveX/RxPY/pull/621
- Fix version for docs by @dbrattli in https://github.com/ReactiveX/RxPY/pull/623
- Fix library version by @dbrattli in https://github.com/ReactiveX/RxPY/pull/625
- Remove poetry run from version echo by @dbrattli in https://github.com/ReactiveX/RxPY/pull/626
- Fix wxscheduler issues by @christiansandberg in https://github.com/ReactiveX/RxPY/pull/602
- Type fixes by @dbrattli in https://github.com/ReactiveX/RxPY/pull/629
- Disallow untyped defs by @dbrattli in https://github.com/ReactiveX/RxPY/pull/632
- Fix withlatestfrom by @dbrattli in https://github.com/ReactiveX/RxPY/pull/633
- Window threading issue. Fixes [#604] by @dbrattli in https://github.com/ReactiveX/RxPY/pull/627
- Fix return annotation of Observable.await by @hamstap85 in https://github.com/ReactiveX/RxPY/pull/630
- fix(examples): fixes timeflies_tkinter by @dbrattli in https://github.com/ReactiveX/RxPY/pull/635
New Contributors
- @tirkarthi made their first contribution in https://github.com/ReactiveX/RxPY/pull/570
- @carlwgeorge made their first contribution in https://github.com/ReactiveX/RxPY/pull/575
- @Julian-O made their first contribution in https://github.com/ReactiveX/RxPY/pull/580
- @kkonrad made their first contribution in https://github.com/ReactiveX/RxPY/pull/596
- @christiansandberg made their first contribution in https://github.com/ReactiveX/RxPY/pull/602
- @hamstap85 made their first contribution in https://github.com/ReactiveX/RxPY/pull/630
Full Changelog: https://github.com/ReactiveX/RxPY/compare/v3.2.0...v4.0.0