-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PDEP6 implementation pt 2: eablock.setitem, eablock.putmask #53405
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
Merged
Merged
Changes from 110 commits
Commits
Show all changes
111 commits
Select commit
Hold shift + click to select a range
ccfcb8d
pt1
30dde08
fixup test collection
d2dfa3c
fixup warnings
e4ea519
add comments
e160d7f
fixup warnings
f7971f0
fixup test_indexing
373a30e
fixup test_set_value
26ab49d
fixup test_where
cc7cc5a
fixup test_asof
0362481
add one more explicit upcast
120aee7
fixup test_update
7972c08
fixup test_constructors
a16dcb8
fixup test_stack_unstack
25dc26f
catch warnings in test_update_dtypes
d45b312
fixup all test_update
e4ed811
start fixing up setitem
ace5e05
finish fixing up test_setitem
34a6194
more fixups
0cfefa4
catch numpy-dev warning
150fa9a
fixup some more
1cc3f50
fixup test_indexing
3f15670
fixup test_function
d0de3f1
fixup test_multi;
dc6c60b
fixup test_base
e33563a
fixup test_impl
37e0520
fixup multiindex/test_setitem
2dd85ab
fixup test_scalar
24ca7c2
fixup test_loc
3aed02f
fixup test_iloc
25f0693
fixup test_at
0e5fb73
fixup test_groupby
9f56342
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
9b9e975
fixup some doc warnings
2f980c6
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
044227f
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
741b37d
post-merge fixup
c536d8a
change dtype in doctest
142992e
fixup doctest
4551855
explicit cast in test
f6e34ef
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
01b0c72
fixup test for COW
d9c2225
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
6676bad
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
df740e6
fixup COW
9a54956
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
8386032
catch warnings in testsetitemcastingequivalents
39decb2
wip
7549888
fixup setitem test int key!
527fa2d
getting there!
caa35c3
fixup test_setitem
cc1542d
getting there
6636a37
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
492d443
fixup remaining warnings
eb8dd0f
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
90a64ab
fix test_update
272b735
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
b3f6b93
fixup some failing test
b8532cc
one more
81bba3c
simplify
87922b5
simplify and remove some false-positives
f314dd1
clean up
6b5bc73
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
8cad201
remove final filterwarnings
d3b12ab
undo unrelated change
adc0022
fixup raises_chained_assignment_error
d5bdfcf
remove another filterwarnings
37836e5
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
1a23fe7
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
dfa8ed2
fixup interchange test
3efe0a5
better parametrisation
cc95eec
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
4ba259d
okwarning => codeblock
c21aa4d
okwarning => codeblock in v1.3.0
05ffc27
one more codeblock
6612690
avoid upcast
d1aba37
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
adaf4e4
post-merge fixup
f194434
docs fixup;
6dc7fd1
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
82ecca2
post-merge fixup
a9d5891
remove more upcasts
0ccb541
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
MarcoGorelli aec0c87
adapt test from EA types
MarcoGorelli 72e5609
move test to series/indexing
MarcoGorelli 1455263
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
MarcoGorelli d16eea6
add tests about warnings
MarcoGorelli 25198d4
fixup tests
MarcoGorelli ba6daa5
add dataframe tests too
MarcoGorelli 9b15bc2
fixup tests
MarcoGorelli ebd1a50
simplify
MarcoGorelli a835281
try-fix docs build
MarcoGorelli 908430b
Merge branch 'main' into pt1-deprecate-ban-upcasting
MarcoGorelli 9802696
Merge remote-tracking branch 'upstream/main' into pt1-deprecate-ban-u…
MarcoGorelli 5ee4ebf
post-merge fixup
MarcoGorelli bb37b09
raise assertionerror if self.dtype equals new_dtype
MarcoGorelli f46f7e3
Merge branch 'pt1-deprecate-ban-upcasting' of github.com:MarcoGorelli…
MarcoGorelli 7df15e9
add todo for test case which should warn
MarcoGorelli f323d2a
add more todos
MarcoGorelli 5f5a6a5
post-merge fixup
MarcoGorelli 0fb017b
Merge branch 'main' into pt1-deprecate-ban-upcasting
MarcoGorelli 6e92144
fixup setitem
MarcoGorelli 2d0e953
Merge remote-tracking branch 'upstream/main' into pt2-pdep6-eablock
MarcoGorelli e0267b6
fixup
MarcoGorelli e93d940
Merge remote-tracking branch 'upstream/main' into pt2-pdep6-eablock
MarcoGorelli 352e9a6
wip fixup
MarcoGorelli ff0e0dc
wip fixup
MarcoGorelli 4f4d3f9
another fixup
MarcoGorelli 01be57d
Merge remote-tracking branch 'upstream/main' into pt2-pdep6-eablock
MarcoGorelli f85d7b7
Merge remote-tracking branch 'upstream/main' into pt2-pdep6-eablock
MarcoGorelli 56d77cd
add whatsnew
MarcoGorelli 656950d
list examples of operations
MarcoGorelli 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
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
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
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.
Worth listing what methods are setitem-like?