Skip to content

Commit d898b8b

Browse files
committed
fixup! BUG: Categorical constructor scalar categories
1 parent 7e222bd commit d898b8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Backwards incompatible API changes
3636
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3737

3838
- 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+
3941

4042
.. _whatsnew_0210.api:
4143

@@ -112,7 +114,6 @@ Numeric
112114
Categorical
113115
^^^^^^^^^^^
114116

115-
- The Categorical constructor no longer accepts a scalar for the ``categories`` keyword (:issue:`16022`)
116117

117118
Other
118119
^^^^^

0 commit comments

Comments
 (0)