-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CI: testing wip branch on ci. #40530
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
Closed
Closed
Changes from 51 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
9ac3bab
checknull forceobj=True
simonjayhawkins b029014
wip
simonjayhawkins b190eb1
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins cc20a71
pad_inplace (not yet jitted)
simonjayhawkins 81bc116
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 8bfeeb2
jit pad_inplace
simonjayhawkins 1336afb
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins d5ed4d8
is_monotonic to python
simonjayhawkins 1eb62b2
jit is_monotonic
simonjayhawkins 9e43a6c
backfill_inplace
simonjayhawkins 7920762
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 6f0e9b7
remove backfill_inplace and call to _fillna_prep
simonjayhawkins 3bf5e02
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 5f6953e
pad_2d_inplace
simonjayhawkins 078f688
_backfill_2d
simonjayhawkins d449ca0
remove _cast_values_for_fillna and _fillna_prep
simonjayhawkins 3f0e9fb
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 698d3dd
algos.kth_smallest
simonjayhawkins b10722f
is_lexsorted
simonjayhawkins 31f48ed
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins d4415b7
is_decimal_na #39409
simonjayhawkins 118394c
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins d200fb0
xfail test_transform_partial_failure
simonjayhawkins 7cd9839
groupsort_indexer
simonjayhawkins 54ab960
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins c25337b
update for changes in #39953
simonjayhawkins 7316492
add warm up to time_frame_fillna
simonjayhawkins b7650df
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins fa4cbaf
minor clean
simonjayhawkins 09a4fae
make _validate_limit public for interpolate_1d
simonjayhawkins 4300a33
pure python ensure_platform_int from python code
simonjayhawkins 7aa0620
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 799d2d2
other ensure_dtype functions (ignoring copy keyword argument)
simonjayhawkins d7b94ff
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 9496c52
mypy fixup
simonjayhawkins 801c210
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 9e89225
algos.diff_2d
simonjayhawkins 0e12eaf
time_timestamp_ops_diff
simonjayhawkins 3e418cc
iNaT > None
simonjayhawkins bd49fa5
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 44213ef
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 991bbb3
mypy fixup for ensure_int64
simonjayhawkins 4bdf325
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 886d938
algos.unique_deltas - not optimised
simonjayhawkins 9dd6999
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins b9aa7a5
warm-up for multiindex_object.Integer.time_is_monotonic
simonjayhawkins 145f275
pre-commit fix
simonjayhawkins 51deb71
warm-up for categoricals.Contains.time_categorical_index_contains
simonjayhawkins 358d82a
algos.take_1d
simonjayhawkins 03138a7
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 519d903
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins a27d70c
add numba to all envs
simonjayhawkins 5f2c9e4
Merge remote-tracking branch 'upstream/master' into numba
simonjayhawkins 5d4cbfc
revert code changes to core/array_algos/take.py (specializations wip)
simonjayhawkins 71d125e
parallelize algos._take_1d
simonjayhawkins b2568de
revert changes to benchmarks
simonjayhawkins 0aa61e0
remove xfails
simonjayhawkins 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Empty file.
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 need to find a better solution that this. have now removed the changes to the benchmarks.