Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rust)!: Rename frame_equal/series_equal to equals #12663

Merged
merged 6 commits into from
Nov 25, 2023
Merged

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Nov 24, 2023

Followup of #12618 for the Rust side.

This mostly hits testing code.

Changes

Rename the following methods:

  • series_equal -> equals
  • series_equal_missing -> equals_missing
  • frame_equal -> equals
  • frame_equal_missing -> equals_missing
  • frame_equal_schema -> schema_equal (wasn't quite sure about this one - it checks schema equality)

@github-actions github-actions bot added breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature rust Related to Rust Polars labels Nov 24, 2023
@stinodego stinodego marked this pull request as ready for review November 24, 2023 14:59
@ritchie46 ritchie46 merged commit cf53713 into main Nov 25, 2023
25 checks passed
@ritchie46 ritchie46 deleted the equals-rust branch November 25, 2023 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Change that breaks backwards compatibility enhancement New feature or an improvement of an existing feature rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants