-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for issue #57268 - ENH: Preserve input start/end type in interval… (
#57399) * 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>
- Loading branch information
1 parent
450880b
commit 719e4a6
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 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 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