Skip to content

Commit 8d9e3e6

Browse files
committed
add gh number
1 parent e665083 commit 8d9e3e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/whatsnew/v1.4.0.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ Other API changes
199199

200200
Deprecations
201201
~~~~~~~~~~~~
202-
- Deprecated :class:`Int64Index` (:issue:`xxxxx`).
203-
- Deprecated :class:`UInt64Index` (:issue:`xxxxx`).
204-
- Deprecated :class:`Float64Index` (:issue:`xxxxx`).
202+
- Deprecated :class:`Int64Index` (:issue:`43028`).
203+
- Deprecated :class:`UInt64Index` (:issue:`43028`).
204+
- Deprecated :class:`Float64Index` (:issue:`43028`).
205205
- Deprecated :meth:`Index.is_type_compatible` (:issue:`42113`)
206206
- Deprecated ``method`` argument in :meth:`Index.get_loc`, use ``index.get_indexer([label], method=...)`` instead (:issue:`42269`)
207207
- Deprecated treating integer keys in :meth:`Series.__setitem__` as positional when the index is a :class:`Float64Index` not containing the key, a :class:`IntervalIndex` with no entries containing the key, or a :class:`MultiIndex` with leading :class:`Float64Index` level not containing the key (:issue:`33469`)

0 commit comments

Comments
 (0)