We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e222bd commit d898b8bCopy full SHA for d898b8b
doc/source/whatsnew/v0.21.0.txt
@@ -36,6 +36,8 @@ Backwards incompatible API changes
36
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37
38
- Support has been dropped for Python 3.4 (:issue:`15251`)
39
+- The Categorical constructor no longer accepts a scalar for the ``categories`` keyword. (:issue:`16022`)
40
+
41
42
.. _whatsnew_0210.api:
43
@@ -112,7 +114,6 @@ Numeric
112
114
Categorical
113
115
^^^^^^^^^^^
116
-- The Categorical constructor no longer accepts a scalar for the ``categories`` keyword (:issue:`16022`)
117
118
Other
119
^^^^^
0 commit comments