Commit 28da588
BUG: preserve DTA/TDA+timedeltalike scalar with mismatched resos (#48923)
* BUG: Timedelta.__new__
* remove assertion
* GH refs
* API: Timedelta(td64_obj) retain resolution
* API: Timedelta constructor pytimedelta, Tick preserve reso
* STYLE: fix pylint style checks for inherit-non-class. (#48897)
* fix pylint for non-class-inherit and add pre-commit changes
* move ExtensionArraySupportsAnyAll to below ExtensionArray
* move if TYPE_CHECKING back up to line 94
* remove erroneous space
* BUG: preserve DTA/TDA+timedeltalike scalar with mismatched resos
* merge main
* remove debugging variable
Co-authored-by: Kostya Farber <73378227+kostyafarber@users.noreply.github.com>1 parent bada58a commit 28da588
1 file changed
+34
-1
lines changed| 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 | 10 | | |
10 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
221 | 225 | | |
222 | 226 | | |
223 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
224 | 257 | | |
225 | 258 | | |
226 | 259 | | |
| |||
0 commit comments