Skip to content

Commit 288d3d8

Browse files
committed
adding whatsnew
1 parent bb579e2 commit 288d3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Other API Changes
235235
a ``KeyError`` (:issue:`21678`).
236236
- Invalid construction of ``IntervalDtype`` will now always raise a ``TypeError`` rather than a ``ValueError`` if the subdtype is invalid (:issue:`21185`)
237237
- Trying to reindex a ``DataFrame`` with a non unique ``MultiIndex`` now raises a ``ValueError`` instead of an ``Exception`` (:issue:`21770`)
238-
-
238+
- :class:`Float64HashTable` handles zeros/signed zeros and all flavors of NaNs consistently: it is no longer possible to have both, zero and signed-zero, as keys at the same time in a table, also there can be at most one NaN-key in a table (:issue:`21866`)
239239

240240
.. _whatsnew_0240.deprecations:
241241

0 commit comments

Comments
 (0)