Releases: ReactiveX/RxPY
Releases · ReactiveX/RxPY
v5.0.0a2
v5.0.0a1
What's Changed
- Give run a scheduler parameter by @rmahfoud in #731
- Avoid use of asyncio.get_event_loop (3.14) by @traylenator in #728
- Migrate to uv by @dbrattli in #738
- Migrate to ruff by @dbrattli in #739
- Upgrade pyright by @dbrattli in #740
- Fix subscribe_on not forwarding scheduler to the source by @jcafhe in #726
- Upgrade deps by @dbrattli in #741
- Clarify what you can do with the .subscribe Disposable by @tmewett in #686
- RxPY v5 by @dbrattli in #743
New Contributors
Full Changelog: v4.1.0...v5.0.0a1
v4.1.0
What's Changed
- Update Notebooks: Part One by @J0 in #652
- Update get_started.rst by @mrlucmorin in #661
- docs: fix miss typed operator name by @Yangeok in #665
- Fix flake8 in pre-commit by @dbrattli in #673
- fix(docs): IO Concurrency for 3.10+ by @salticus in #677
- Concat map by @matiboy in #678
- Docs on testing by @matiboy in #676
- [DOCS] Getting started: fix example by @matiboy in #670
- Update pyright to 1.1.286 by @dbrattli in #666
- Add CI check for Python-3.11 by @dbrattli in #680
- Switchmap operator by @matiboy in #684
- Fix deprecated calls to datetime by @ricardobranco777 in #716
- CI: Update used actions and Python versions by @EwoutH in #721
- Fix build by @dbrattli in #729
- Drop Python 3.8 support by @traylenator in #732
- Support Python 3.11, 3.12 and 3.13 by @traylenator in #733
New Contributors
- @J0 made their first contribution in #652
- @mrlucmorin made their first contribution in #661
- @Yangeok made their first contribution in #665
- @salticus made their first contribution in #677
- @ricardobranco777 made their first contribution in #716
- @EwoutH made their first contribution in #721
- @traylenator made their first contribution in #732
Full Changelog: v4.0.4...v4.1.0
v4.0.4
v4.0.3
What's Changed
- fix: typing fixes for Pyright 254 by @dbrattli in #650
- Make
_TinObservable[_T]covariant by @Azureblade3808 in #654
New Contributors
- @Azureblade3808 made their first contribution in #654
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
- Use deque in ReplaySubject (#646) by @timothy-shields in #648
New Contributors
- @timothy-shields made their first contribution in #648
Full Changelog: v4.0.1...v4.0.2
v4.0.0
What's Changed
- Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10 by @tirkarthi in #570
- Remove deprecated loop parameter by @carlwgeorge in #575
- Correct example code instructions by @Julian-O in #580
- Fix build of documentation by @MainRo in #589
- replace coroutine decorator with async keyword by @MainRo in #593
- Removal of misleading information in take_while documentation by @kkonrad in #596
- rework zip fix for #537 by @MainRo in #595
- [ReactiveX] Use pyproject.toml and poetry by @dbrattli in #603
- [ReactiveX] Fix pipe operator by @dbrattli in #605
- [ReactiveX] Add poetry cache by @dbrattli in #607
- [ReactiveX] Doc build fixes by @dbrattli in #606
- [ReactiveX] Sort imports for tests by @dbrattli in #608
- [ReactiveX] Optimize build by @dbrattli in #609
- Bump version by @dbrattli in #610
- [ReactiveX] reactivex rename by @dbrattli in #611
- [ReactiveX] Fix typing by @dbrattli in #612
- [ReactiveX] Pre commit by @dbrattli in #613
- ReactiveX by @dbrattli in #614
- Add publish action and dynamic versioning by @dbrattli in #615
- Try fixing publish version by @dbrattli in #616
- Fix poetry version setting by @dbrattli in #617
- Fix defer docs by @dbrattli in #618
- Update docs for pre-release install by @dbrattli in #621
- Fix version for docs by @dbrattli in #623
- Fix library version by @dbrattli in #625
- Remove poetry run from version echo by @dbrattli in #626
- Fix wxscheduler issues by @christiansandberg in #602
- Type fixes by @dbrattli in #629
- Disallow untyped defs by @dbrattli in #632
- Fix withlatestfrom by @dbrattli in #633
- Window threading issue. Fixes #604 by @dbrattli in #627
- Fix return annotation of Observable.await by @hamstap85 in #630
- fix(examples): fixes timeflies_tkinter by @dbrattli in #635
New Contributors
- @tirkarthi made their first contribution in #570
- @carlwgeorge made their first contribution in #575
- @Julian-O made their first contribution in #580
- @kkonrad made their first contribution in #596
- @christiansandberg made their first contribution in #602
- @hamstap85 made their first contribution in #630
Full Changelog: v3.2.0...v4.0.0