Commit ff7c06c
committed
Squashed commit of the following:
commit 11a0d93
Author: Tom Augspurger <[email protected]>
Date: Wed Oct 3 14:26:34 2018 -0500
typerror
commit a0cd5e7
Author: Tom Augspurger <[email protected]>
Date: Wed Oct 3 14:25:38 2018 -0500
TypeError for Series
commit 2247461
Author: Tom Augspurger <[email protected]>
Date: Wed Oct 3 13:29:29 2018 -0500
Test op(Series[EA], EA])
commit c9fe5d3
Author: Tom Augspurger <[email protected]>
Date: Wed Oct 3 13:21:33 2018 -0500
make strict
commit 7ef697c
Author: Tom Augspurger <[email protected]>
Date: Wed Oct 3 13:14:52 2018 -0500
Use super
commit 35d4213
Merge: 0671e7d ee80803
Author: Tom Augspurger <[email protected]>
Date: Wed Oct 3 13:11:05 2018 -0500
Merge remote-tracking branch 'upstream/master' into ea-divmod
commit ee80803
Author: Matthew Roeschke <[email protected]>
Date: Wed Oct 3 08:25:44 2018 -0700
BUG: Correctly weekly resample over DST (pandas-dev#22941)
* test resample fix
* move the localization until needed
* BUG: Correctly weekly resample over DST
* Move whatsnew to new section
commit fea27f0
Author: Tom Augspurger <[email protected]>
Date: Wed Oct 3 08:49:44 2018 -0500
CI: pin moto to 1.3.4 (pandas-dev#22959)
commit 15d32bb
Author: jbrockmendel <[email protected]>
Date: Wed Oct 3 04:32:35 2018 -0700
[CLN] Dispatch (some) Frame ops to Series, avoiding _data.eval (pandas-dev#22019)
* avoid casting to object dtype in mixed-type frames
* Dispatch to Series ops in _combine_match_columns
* comment
* docstring
* flake8 fixup
* dont bother with try_cast_result
* revert non-central change
* simplify
* revert try_cast_results
* revert non-central changes
* Fixup typo syntaxerror
* simplify assertion
* use dispatch_to_series in combine_match_columns
* Pass unwrapped op where appropriate
* catch correct error
* whatsnew note
* comment
* whatsnew section
* remove unnecessary tester
* doc fixup
commit 3e3256b
Author: alimcmaster1 <[email protected]>
Date: Wed Oct 3 12:23:22 2018 +0100
Allow passing a mask to NanOps (pandas-dev#22865)
commit e756e99
Author: jbrockmendel <[email protected]>
Date: Wed Oct 3 02:19:27 2018 -0700
CLN: Use is_period_dtype instead of ABCPeriodIndex checks (pandas-dev#22958)
commit 03181f0
Author: Wenhuan <[email protected]>
Date: Wed Oct 3 15:28:07 2018 +0800
BUG: fix Series(extension array) + extension array values addition (pandas-dev#22479)
commit 04ea51d
Author: Joris Van den Bossche <[email protected]>
Date: Wed Oct 3 09:24:36 2018 +0200
CLN: small clean-up of IntervalIndex (pandas-dev#22956)
commit b0f9a10
Author: Tony Tao <[email protected]>
Date: Tue Oct 2 19:01:08 2018 -0500
DOC GH22893 Fix docstring of groupby in pandas/core/generic.py (pandas-dev#22920)
commit 08ecba8
Author: jbrockmendel <[email protected]>
Date: Tue Oct 2 14:22:53 2018 -0700
BUG: fix DataFrame+DataFrame op with timedelta64 dtype (pandas-dev#22696)
commit c44bad2
Author: Pamela Wu <[email protected]>
Date: Tue Oct 2 17:16:25 2018 -0400
CLN GH22873 Replace base excepts in pandas/core (pandas-dev#22901)
commit 8e749a3
Author: Pamela Wu <[email protected]>
Date: Tue Oct 2 17:14:48 2018 -0400
CLN GH22874 replace bare excepts in pandas/io/pytables.py (pandas-dev#22919)
commit 1102a33
Author: Joris Van den Bossche <[email protected]>
Date: Tue Oct 2 22:31:36 2018 +0200
DOC/CLN: clean-up shared_docs in generic.py (pandas-dev#20074)
commit 9caf048
Author: Tom Augspurger <[email protected]>
Date: Tue Oct 2 13:25:22 2018 -0500
CI: change windows vm image (pandas-dev#22948)
commit 0671e7d
Author: Tom Augspurger <[email protected]>
Date: Tue Oct 2 11:10:42 2018 -0500
Fixup
commit 1b4261f
Merge: c92a4a8 1d9f76c
Author: Tom Augspurger <[email protected]>
Date: Tue Oct 2 10:58:43 2018 -0500
Merge remote-tracking branch 'upstream/master' into ea-divmod
commit 1d9f76c
Author: Joris Van den Bossche <[email protected]>
Date: Tue Oct 2 17:11:11 2018 +0200
CLN: remove Index._to_embed (pandas-dev#22879)
* CLN: remove Index._to_embed
* pep8
commit 6247da0
Author: Tom Augspurger <[email protected]>
Date: Tue Oct 2 08:50:41 2018 -0500
Provide default implementation for `data_repated` (pandas-dev#22935)
commit c92a4a8
Author: Tom Augspurger <[email protected]>
Date: Mon Oct 1 16:56:15 2018 -0500
Update old test
commit 52538fa
Author: Tom Augspurger <[email protected]>
Date: Mon Oct 1 16:51:48 2018 -0500
BUG: divmod return type
commit 5ce06b5
Author: Matthew Roeschke <[email protected]>
Date: Mon Oct 1 14:22:20 2018 -0700
BUG: to_datetime preserves name of Index argument in the result (pandas-dev#22918)
* BUG: to_datetime preserves name of Index argument in the result
* correct test1 parent 012be1c commit ff7c06c
File tree
41 files changed
+849
-319
lines changed- ci
- doc/source
- whatsnew
- pandas
- core
- arrays
- computation
- dtypes
- indexes
- internals
- sparse
- tools
- io
- tests
- arithmetic
- extension
- base
- decimal
- json
- frame
- reshape
- series
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+849
-319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
166 | 175 | | |
167 | 176 | | |
168 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
582 | 611 | | |
583 | 612 | | |
584 | 613 | | |
| |||
713 | 742 | | |
714 | 743 | | |
715 | 744 | | |
716 | | - | |
| 745 | + | |
717 | 746 | | |
718 | 747 | | |
719 | 748 | | |
| |||
841 | 870 | | |
842 | 871 | | |
843 | 872 | | |
| 873 | + | |
844 | 874 | | |
845 | 875 | | |
846 | 876 | | |
| |||
881 | 911 | | |
882 | 912 | | |
883 | 913 | | |
884 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
782 | 790 | | |
783 | 791 | | |
784 | 792 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 111 | + | |
117 | 112 | | |
118 | 113 | | |
119 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
364 | 366 | | |
365 | 367 | | |
366 | | - | |
367 | | - | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | | - | |
| 517 | + | |
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3260 | 3260 | | |
3261 | 3261 | | |
3262 | 3262 | | |
3263 | | - | |
| 3263 | + | |
3264 | 3264 | | |
3265 | 3265 | | |
3266 | 3266 | | |
| |||
3629 | 3629 | | |
3630 | 3630 | | |
3631 | 3631 | | |
3632 | | - | |
| 3632 | + | |
| 3633 | + | |
3633 | 3634 | | |
3634 | 3635 | | |
3635 | 3636 | | |
| |||
4479 | 4480 | | |
4480 | 4481 | | |
4481 | 4482 | | |
4482 | | - | |
| 4483 | + | |
| 4484 | + | |
4483 | 4485 | | |
4484 | 4486 | | |
4485 | 4487 | | |
| |||
4521 | 4523 | | |
4522 | 4524 | | |
4523 | 4525 | | |
4524 | | - | |
| 4526 | + | |
| 4527 | + | |
4525 | 4528 | | |
4526 | 4529 | | |
4527 | 4530 | | |
| |||
4886 | 4889 | | |
4887 | 4890 | | |
4888 | 4891 | | |
4889 | | - | |
| 4892 | + | |
4890 | 4893 | | |
4891 | 4894 | | |
4892 | 4895 | | |
| |||
4896 | 4899 | | |
4897 | 4900 | | |
4898 | 4901 | | |
4899 | | - | |
4900 | 4902 | | |
4901 | 4903 | | |
4902 | 4904 | | |
| |||
4916 | 4918 | | |
4917 | 4919 | | |
4918 | 4920 | | |
4919 | | - | |
4920 | | - | |
4921 | | - | |
4922 | | - | |
4923 | | - | |
| 4921 | + | |
4924 | 4922 | | |
4925 | 4923 | | |
4926 | 4924 | | |
| |||
7747 | 7745 | | |
7748 | 7746 | | |
7749 | 7747 | | |
7750 | | - | |
| 7748 | + | |
7751 | 7749 | | |
7752 | 7750 | | |
7753 | 7751 | | |
| |||
0 commit comments