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

refactor: Refactor constructor code #15009

Merged
merged 10 commits into from
Mar 12, 2024
Merged

refactor: Refactor constructor code #15009

merged 10 commits into from
Mar 12, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Mar 12, 2024

Ref #14427

No functional changes whatsoever, just moving stuff around to prepare for some changes in the logic.

Changes

  • Split polars._utils.construction module into submodules
  • Refactor the implementation of Wrap<AnyValue> in the PyO3 bindings by moving the logic into a separate function.

@github-actions github-actions bot added internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars labels Mar 12, 2024
@stinodego stinodego marked this pull request as ready for review March 12, 2024 12:30
@stinodego stinodego merged commit 3839e97 into main Mar 12, 2024
28 checks passed
@stinodego stinodego deleted the refactor-list-constructor branch March 12, 2024 12:31
@c-peters c-peters added the accepted Ready for implementation label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants