Skip to content

Commit ab97abe

Browse files
committed
Update version in docs to v1.3.0
1 parent 032e139 commit ab97abe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/whatsnew/v1.3.0.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ As an example of this, given:
221221
original = pd.Series(cat)
222222
unique = original.unique()
223223
224-
*pandas < 1.2.0*:
224+
*pandas < 1.3.0*:
225225

226226
.. code-block:: ipython
227227
@@ -231,7 +231,7 @@ As an example of this, given:
231231
In [2]: original.dtype == unique.dtype
232232
False
233233
234-
*pandas >= 1.2.0*
234+
*pandas >= 1.3.0*
235235

236236
.. ipython:: python
237237

pandas/core/arrays/categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ def unique(self):
21072107
Return the ``Categorical`` which ``categories`` and ``codes`` are
21082108
unique.
21092109
2110-
.. versionchanged:: 1.2.0
2110+
.. versionchanged:: 1.3.0
21112111
21122112
Previously, unused categories were dropped from the new categories.
21132113

0 commit comments

Comments
 (0)