Commit d26d3d2
committed
Squashed commit of the following:
commit c9d6e89
Author: Tom Augspurger <[email protected]>
Date: Thu Oct 4 08:34:22 2018 -0500
xpass -> skip
commit 95d5cbf
Author: Tom Augspurger <[email protected]>
Date: Thu Oct 4 08:22:17 2018 -0500
typo, import
commit 4e9b7f0
Author: Tom Augspurger <[email protected]>
Date: Thu Oct 4 08:18:40 2018 -0500
doc update
commit cc2bfc8
Merge: 11a0d93 fe67b94
Author: Tom Augspurger <[email protected]>
Date: Thu Oct 4 08:15:46 2018 -0500
Merge remote-tracking branch 'upstream/master' into ea-divmod
commit fe67b94
Author: Tom Augspurger <[email protected]>
Date: Thu Oct 4 06:55:09 2018 -0500
Update type for PeriodDtype / DatetimeTZDtype / IntervalDtype (pandas-dev#22938)
commit b12e5ba
Author: Tom Augspurger <[email protected]>
Date: Thu Oct 4 06:30:29 2018 -0500
Safer is dtype (pandas-dev#22975)
commit c19c805
Author: Tom Augspurger <[email protected]>
Date: Thu Oct 4 06:27:54 2018 -0500
Catch Exception in combine (pandas-dev#22936)
commit d553ab3
Author: Anjali2019 <[email protected]>
Date: Thu Oct 4 13:24:06 2018 +0200
TST: Fixturize series/test_combine_concat.py (pandas-dev#22964)
commit 4c78b97
Author: Anjali2019 <[email protected]>
Date: Thu Oct 4 13:23:39 2018 +0200
TST: Fixturize series/test_constructors.py (pandas-dev#22965)
commit 45d3bb7
Author: Anjali2019 <[email protected]>
Date: Thu Oct 4 13:23:20 2018 +0200
TST: Fixturize series/test_datetime_values.py (pandas-dev#22966)
commit f1a22ff
Author: Anjali2019 <[email protected]>
Date: Thu Oct 4 13:22:21 2018 +0200
TST: Fixturize series/test_dtypes.py (pandas-dev#22967)
commit abf68fd
Author: Anjali2019 <[email protected]>
Date: Thu Oct 4 13:21:45 2018 +0200
TST: Fixturize series/test_io.py (pandas-dev#22972)
commit e6b0c29
Author: Anjali2019 <[email protected]>
Date: Thu Oct 4 13:20:46 2018 +0200
TST: Fixturize series/test_missing.py (pandas-dev#22973)
commit 9b405b8
Author: Joris Van den Bossche <[email protected]>
Date: Thu Oct 4 13:16:28 2018 +0200
CLN: values is required argument in _shallow_copy_with_infer (pandas-dev#22983)
commit c282e31
Author: h-vetinari <[email protected]>
Date: Thu Oct 4 03:34:35 2018 +0200
Fix ASV import error (pandas-dev#22978)
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 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 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 type1 parent 0c7b704 commit d26d3d2
File tree
24 files changed
+182
-168
lines changed- asv_bench/benchmarks
- doc/source
- pandas
- core
- arrays
- dtypes
- indexes
- tests
- dtypes
- extension
- decimal
- json
- frame
- series
24 files changed
+182
-168
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 56 | + | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 78 | | |
84 | 79 | | |
85 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
781 | 781 | | |
782 | 782 | | |
783 | 783 | | |
784 | | - | |
785 | | - | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
786 | 789 | | |
787 | | - | |
788 | | - | |
789 | | - | |
| 790 | + | |
790 | 791 | | |
791 | | - | |
| 792 | + | |
792 | 793 | | |
793 | | - | |
794 | | - | |
795 | | - | |
796 | | - | |
| 794 | + | |
| 795 | + | |
797 | 796 | | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
798 | 802 | | |
799 | 803 | | |
800 | 804 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4908 | 4908 | | |
4909 | 4909 | | |
4910 | 4910 | | |
4911 | | - | |
| 4911 | + | |
| 4912 | + | |
4912 | 4913 | | |
4913 | 4914 | | |
4914 | 4915 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
557 | | - | |
558 | 556 | | |
559 | 557 | | |
560 | 558 | | |
| |||
0 commit comments