-
Notifications
You must be signed in to change notification settings - Fork 121
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
Initial Polars support #1576
Open
richard-rogers
wants to merge
41
commits into
mainline
Choose a base branch
from
dev/richard/polars
base: mainline
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Initial Polars support #1576
Changes from 32 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
de3a8cb
Initial Polars support
richard-rogers 9d60022
segments and udfs
richard-rogers 66abf26
make UDF pandas and polars tests work at the same time
richard-rogers b5bf95c
work
richard-rogers b479979
pre-commit
richard-rogers b974fbd
pre-commit
richard-rogers 1aad5ee
CI
richard-rogers 9243c6d
allow 3.7
richard-rogers dac3ecd
Update .github/workflows/whylogs-ci.yml
richard-rogers 1ecb94f
skip polars in python 3.7
ea0cce2
polars metric tests
richard-rogers 2e26e4e
fix docs
richard-rogers 303c78b
Merge branch 'mainline' into dev/richard/polars
richard-rogers 634aa08
Merge branch 'mainline' into dev/richard/polars
richard-rogers 74928ea
Merge branch 'mainline' into dev/richard/polars
richard-rogers 89a649d
Update python/tests/api/logger/test_logger_polars.py
richard-rogers 9e66091
Update python/tests/api/logger/test_logger_polars.py
richard-rogers 6209bfd
Update python/tests/api/logger/test_logger_polars.py
richard-rogers 91df56c
Update python/tests/api/logger/test_logger_polars.py
richard-rogers e45edbe
Update python/tests/api/logger/test_logger_polars.py
richard-rogers 09d1ad1
Update python/tests/api/logger/test_logger_polars.py
richard-rogers 1076255
Update python/tests/api/logger/test_logger_polars.py
richard-rogers b3e39c6
Update python/tests/api/logger/test_logger_polars.py
richard-rogers dffe867
Update python/tests/api/logger/test_segments_polars.py
richard-rogers d840894
Update python/tests/api/logger/test_segments_polars.py
richard-rogers f895fcf
Update python/tests/core/metrics/test_metrics_polars.py
richard-rogers 670418e
Update python/tests/core/metrics/test_metrics_polars.py
richard-rogers a52449f
Update python/tests/core/metrics/test_metrics_polars.py
richard-rogers 45bedc8
Update python/tests/core/metrics/test_metrics_polars.py
richard-rogers 5881b7c
Update python/tests/core/metrics/test_metrics_polars.py
richard-rogers a177076
Update python/tests/core/metrics/test_metrics_polars.py
richard-rogers 15c807c
Update python/tests/core/metrics/test_metrics_polars.py
richard-rogers 78e4a71
Update python/tests/core/test_performance_polars.py
richard-rogers bb4ec84
Update python/tests/experimental/core/test_udf_schema_polars.py
richard-rogers 82e9646
Update python/tests/experimental/core/test_udf_schema_polars.py
richard-rogers 290cc62
test fix
richard-rogers e5831a0
refactor
richard-rogers ed79946
Merge branch 'mainline' into dev/richard/polars
richard-rogers 5009755
pre-commit
richard-rogers 2866ede
pre-commit
richard-rogers cd21e2d
Merge branch 'mainline' into dev/richard/polars
richard-rogers 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
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
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
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'm not positive this check the correct files, but this was the only way I found to get it to not run lint checks on
site-packages
.