-
Notifications
You must be signed in to change notification settings - Fork 36
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
Bump rust-polars to 0.43.1 #1230
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7811771
Bump rust-polars to 0.43.0 [skip ci]
etiennebacher b43b404
0.43.1 [skip ci]
etiennebacher f2a88d2
start fixing [skip ci]
etiennebacher eea3fdf
some fixes for series [skip ci]
etiennebacher 16ce315
more [skip ci]
etiennebacher 52fa1b0
more [skip ci]
etiennebacher 5bb55fd
more [skip ci]
etiennebacher 1329c66
more [skip ci]
etiennebacher a8ffb21
more [skip ci]
etiennebacher 79da8b3
remove some unused imports [skip ci]
etiennebacher 45a03e8
fix: fix all rust lib compile errors
eitsupi cd57d8c
chore: bump rust toolchain
eitsupi 1443412
chore: bump lib version
eitsupi b680408
fix most failures [skip ci]
etiennebacher 57d64c2
Bump rust-polars to 0.43.0 [skip ci]
etiennebacher 71c9149
0.43.1 [skip ci]
etiennebacher 7bf4e98
start fixing [skip ci]
etiennebacher 2b1f015
some fixes for series [skip ci]
etiennebacher 74198c5
more [skip ci]
etiennebacher 6e617a1
more [skip ci]
etiennebacher a587270
more [skip ci]
etiennebacher 410c41a
more [skip ci]
etiennebacher a93b5ec
more [skip ci]
etiennebacher 0598497
remove some unused imports [skip ci]
etiennebacher d2735d3
fix: fix all rust lib compile errors
eitsupi a3cf492
chore: bump rust toolchain
eitsupi 12b821d
chore: bump lib version
eitsupi 0febcba
fix most failures [skip ci]
etiennebacher 39e27d5
Merge branch 'rust-polars-0.43.0' of https://github.com/pola-rs/r-pol…
etiennebacher 6b7f9b6
fix for literal of length 1
etiennebacher a8d2382
news [skip ci]
etiennebacher 1ed06e3
fix failing examples
etiennebacher a313e10
remove memory_map test
etiennebacher 9ae97ec
bump toolchain to try fixing compilation error on macos
etiennebacher 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
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.
In my opinion this is not enough, because the case of length 1 should be handled for all R objects, not only for POSIXct.
So the length determination must be done after the converted Series in the
to_series_then_lit
function, not here.