You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closespandas-dev#13793
Author: sinhrks <[email protected]>
Closespandas-dev#13803 from sinhrks/range_none and squashes the following commits:
aab6ae6 [sinhrks] BUG: RangeIndex can be created without args
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+1
Original file line number
Diff line number
Diff line change
@@ -766,6 +766,7 @@ Bug Fixes
766
766
- Bug in ``DatetimeIndex`` with nanosecond frequency does not include timestamp specified with ``end`` (:issue:`13672`)
767
767
768
768
- Bug in ``Index`` raises ``OutOfBoundsDatetime`` if ``datetime`` exceeds ``datetime64[ns]`` bounds, rather than coercing to ``object`` dtype (:issue:`13663`)
769
+
- Bug in ``RangeIndex`` can be created without no arguments rather than raises ``TypeError`` (:issue:`13793`)
769
770
- Bug in ``.value_counts`` raises ``OutOfBoundsDatetime`` if data exceeds ``datetime64[ns]`` bounds (:issue:`13663`)
770
771
- Bug in ``DatetimeIndex`` may raise ``OutOfBoundsDatetime`` if input ``np.datetime64`` has other unit than ``ns`` (:issue:`9114`)
771
772
- Bug in ``isnull`` ``notnull`` raise ``TypeError`` if input datetime-like has other unit than ``ns`` (:issue:`13389`)
0 commit comments