Skip to content

Commit db17d85

Browse files
author
Joe Jevnik
committed
DOC: whatsnew entry for pandas.util._move static variables
1 parent c88d9ea commit db17d85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.24.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,7 @@ Categorical
12621262
- In meth:`Series.unstack`, specifying a ``fill_value`` not present in the categories now raises a ``TypeError`` rather than ignoring the ``fill_value`` (:issue:`23284`)
12631263
- Bug when resampling :meth:`Dataframe.resample()` and aggregating on categorical data, the categorical dtype was getting lost. (:issue:`23227`)
12641264
- Bug in many methods of the ``.str``-accessor, which always failed on calling the ``CategoricalIndex.str`` constructor (:issue:`23555`, :issue:`23556`)
1265+
- Bug in :mod:`pandas.utils._move` where C variables were declared with external linkage causing import errors if certain other C libraries were imported before Pandas. (:issue:`24113`)
12651266

12661267
Datetimelike
12671268
^^^^^^^^^^^^

0 commit comments

Comments
 (0)