Skip to content

feat: add Series comparison methods - #18

Merged
tswast merged 5 commits into
mainfrom
feat-add-comparison-methods
Oct 27, 2025
Merged

feat: add Series comparison methods#18
tswast merged 5 commits into
mainfrom
feat-add-comparison-methods

Conversation

@tswast

@tswast tswast commented Oct 27, 2025

Copy link
Copy Markdown
Collaborator

This change implements 6 more methods from the Series spec file:

  • lt
  • gt
  • le
  • ge
  • ne
  • eq

It also updates the minimum ibis-framework version to 11.0.0 in the toml file.

This change implements 6 more methods from the Series spec file:
- lt
- gt
- le
- ge
- ne
- eq

It also updates the minimum ibis-framework version to 11.0.0 in the toml file.
This change implements 6 more methods from the Series spec file:
- lt
- gt
- le
- ge
- ne
- eq

It also updates the minimum ibis-framework version to 11.0.0 in the toml file.

This change also adds `type: ignore[override]` to the `__ne__` and `__eq__` methods to suppress mypy errors.
Comment thread pyproject.toml Outdated
@tswast
tswast merged commit a6c5f78 into main Oct 27, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant