Commit 719e4a6
* Fix for issue #57268 - ENH: Preserve input start/end type in interval_range
* issue #57268 - github actions resolution
* Use generated datatype from breaks
* Ruff - Pre-commit issue fix
* Fix for issue #57268 - floating point support
* int - float dtype compatability
* whatsnew documentation update
* OS based varaible access
* Fixing failed unit test cases
* pytest - interval passsed
* Python backwards compatability
* Pytest
* Fixing PyLint and mypy issues
* dtype specification
* Conditional statement simplification
* remove redundant code blocks
* Changing whatsnew to interval section
* Passing expected in parameterize
* Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* Update pandas/core/indexes/interval.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
1 parent 450880b commit 719e4a6
File tree
3 files changed
+36
-3
lines changed- doc/source/whatsnew
- pandas
- core/indexes
- tests/indexes/interval
3 files changed
+36
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1101 | 1101 | | |
1102 | 1102 | | |
1103 | 1103 | | |
| 1104 | + | |
1104 | 1105 | | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
1105 | 1118 | | |
1106 | 1119 | | |
| 1120 | + | |
1107 | 1121 | | |
1108 | 1122 | | |
1109 | 1123 | | |
| |||
1122 | 1136 | | |
1123 | 1137 | | |
1124 | 1138 | | |
1125 | | - | |
| 1139 | + | |
1126 | 1140 | | |
1127 | 1141 | | |
1128 | 1142 | | |
| |||
1131 | 1145 | | |
1132 | 1146 | | |
1133 | 1147 | | |
1134 | | - | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
223 | 237 | | |
224 | 238 | | |
225 | 239 | | |
| |||
0 commit comments