Skip to content

Tags: SAY-5/RxPY

Tags

v5.0.0a2

Toggle v5.0.0a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix title header (ReactiveX#744)

v5.0.0a1

Toggle v5.0.0a1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
RxPY v5 (ReactiveX#743)

* Add back fluent method chaining

* Add windowing operators

* Add more tests

* Formatting

* Update deps

* Update docs

* Curry flip

* Use curry-flipping operators

* Better generic types

* Format test files with ruff

Apply ruff formatting to all test files as Stage 0 of the test linting
enablement plan. This separates formatting changes from type annotation
work for cleaner diffs and easier review.

Changes:
- 19 files reformatted (mainly removing unnecessary line breaks)
- 167 files already formatted (no changes)
- All tests still pass

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Update ruff configuration for staged test linting

Replace blanket "tests" exclusion with specific directory exclusions
matching the pyright configuration. This aligns both tools and makes
the staged rollout plan clearer.

Changes:
- Remove generic "tests" from ruff exclude list
- Add specific test directories to exclude
- Both ruff and pyright now have identical test exclusions
- Will remove exclusions incrementally as each stage completes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Python 3.11, 3.12 and 3.13 (ReactiveX#733)

Co-authored-by: Dag Brattli <dag@brattli.net>

1.6.2

Toggle 1.6.2's commit message
v1.6.2

v4.0.4

Toggle v4.0.4's commit message
Allow any python in the 3.x series >=3.7

Before converting from setup.py, this upper bound didn't exist.

There's no reason to cap at 3.10. This breaks installations on other poetry projects defined with Python=^3.7 and would force updating this file for every new python version.

v4.0.3

Toggle v4.0.3's commit message
Fix code format

v4.0.2

Toggle v4.0.2's commit message
Use deque in ReplaySubject (ReactiveX#646)

v4.0.1

Toggle v4.0.1's commit message
fix: make package name all lowercase

v4.0.0

Toggle v4.0.0's commit message
fix(examples) fixes timeflies_tkinter

- User `from_` not `of`

v4.0.0b5

Toggle v4.0.0b5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update issue templates