Skip to content

Commit

Permalink
DOC: move Categorical.name to deprecations section
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Aug 2, 2015
1 parent 0ed46a0 commit ae30697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/whatsnew/v0.17.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ Other API Changes
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).
- Serialize metadata properties of subclasses of pandas objects (:issue:`10553`).
- ``Categorical.name`` was removed to make `Categorical` more ``numpy.ndarray`` like. Use ``Series(cat, name="whatever")`` instead (:issue:`10482`).
- ``Categorical.unique`` now returns new ``Categorical`` which ``categories`` and ``codes`` are unique, rather than returning ``np.array`` (:issue:`10508`)

- unordered category: values and categories are sorted by appearance order.
Expand Down Expand Up @@ -454,6 +453,8 @@ Deprecations
``.icol(j)`` ``.iloc[:, j]``
===================== ==============================================================

- ``Categorical.name`` was deprecated to make ``Categorical`` more ``numpy.ndarray`` like. Use ``Series(cat, name="whatever")`` instead (:issue:`10482`).

.. _whatsnew_0170.prior_deprecations:

Removal of prior version deprecations/changes
Expand Down

0 comments on commit ae30697

Please sign in to comment.