-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
build(python): Update pyo3
and numpy
crates to version 0.23
#20111
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f3af8c0
chore: update to pyo3 v0.23
bschoenmaeckers 9bc2104
fix deprecation warnings in `polars-plan`
bschoenmaeckers dd96e31
fix deprecation warnings in `polars-utils`
bschoenmaeckers 7843535
fix deprecation warnings in `py-polars`
bschoenmaeckers c4b62c3
Fix bunch of deprecation warnings
bschoenmaeckers c20728e
fix deadlock
bschoenmaeckers b42e04d
ignore windows debug symbols
bschoenmaeckers 8aa59a8
Store static module imports in `GILOnceCell`
bschoenmaeckers 1feac34
Merge branch 'main' into pyo3-0.23
bschoenmaeckers 185a33b
impl `IntoPyObject` for `Wrap<Duration>`
bschoenmaeckers 5023540
impl `IntoPyObject` for `Wrap<TimeUnit>`
bschoenmaeckers 510e980
impl `IntoPyObject` for `Wrap<CategoricalOrdering>`
bschoenmaeckers 1f56b73
impl `IntoPyObject` for `Wrap<&Schema>`
bschoenmaeckers a2a1464
impl `IntoPyObject` for `Wrap<InequalityOperator>`
bschoenmaeckers 9e2224f
impl `IntoPyObject` for `Wrap<Operator>`
bschoenmaeckers 6a3e06e
impl `IntoPyObject` for `Wrap<AnyValue>`
bschoenmaeckers 6b9a8ff
return `PyResult` from `PuSeries::to_list`
bschoenmaeckers aedd938
impl `IntoPyObject` for `&Wrap<&DateChunked>`
bschoenmaeckers ae76721
impl `IntoPyObject` for `&Wrap<&BinaryChunked>`
bschoenmaeckers 32a19b5
impl `IntoPyObject` for `&Wrap<&DatetimeChunked>`
bschoenmaeckers a66058d
impl `IntoPyObject` for `&Wrap<&DecimalChunked>`
bschoenmaeckers d42755b
impl `IntoPyObject` for `&Wrap<&StructChunked>`
bschoenmaeckers ca0a4f8
impl `IntoPyObject` for `&Wrap<&StringChunked>`
bschoenmaeckers c84d134
impl `IntoPyObject` for `&Wrap<&DurationChunked>`
bschoenmaeckers 9db6be7
impl `IntoPyObject` for `&Wrap<&TimeChunked>`
bschoenmaeckers 7b66aa1
impl `IntoPyObject` for `&Wrap<AnyValue<'_>>` and `&'a ObjectValue`
bschoenmaeckers 0dfea4b
impl `IntoPyObject` for `BufferInfo`
bschoenmaeckers 95eb735
impl `IntoPyObject` for `&Wrap<DataType>`
bschoenmaeckers 8908700
Fix more deprecation warnings
bschoenmaeckers 84f04d4
Update to pyo3 git master
bschoenmaeckers 6790fa5
Merge remote-tracking branch 'origin/main' into pyo3-0.23
bschoenmaeckers c6e4a35
Fix deprecation warnings in `lazyframe/visitor/nodes.rs`
bschoenmaeckers 7392d6f
Fix deprecation warnings in `lazyframe/visitor/expr_nodes.rs`
bschoenmaeckers 1a86882
fix deprecation warnings in `polars-python.interop`
bschoenmaeckers a20feb9
Remove todo
bschoenmaeckers ef8568f
Merge remote-tracking branch 'origin/main' into pyo3-0.23
bschoenmaeckers 73f3a90
Merge remote-tracking branch 'origin/main' into pyo3-0.23
bschoenmaeckers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
*.iml | ||
*.so | ||
*.pyd | ||
*.pdb | ||
*.ipynb | ||
.ENV | ||
.env | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can add back the temporary fix for PyO3/pyo3#4764 until PyO3/pyo3#4766 is released. If that is desirable.