Skip to content

Commit 5334994

Browse files
committed
Update version in docs to v1.3.0
1 parent 38e3516 commit 5334994

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
@@ -96,7 +96,7 @@ As an example of this, given:
9696
original = pd.Series(cat)
9797
unique = original.unique()
9898
99-
*pandas < 1.2.0*:
99+
*pandas < 1.3.0*:
100100

101101
.. code-block:: ipython
102102
@@ -106,7 +106,7 @@ As an example of this, given:
106106
In [2]: original.dtype == unique.dtype
107107
False
108108
109-
*pandas >= 1.2.0*
109+
*pandas >= 1.3.0*
110110

111111
.. ipython:: python
112112

pandas/core/arrays/categorical.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ def unique(self):
21292129
Return the ``Categorical`` which ``categories`` and ``codes`` are
21302130
unique.
21312131
2132-
.. versionchanged:: 1.2.0
2132+
.. versionchanged:: 1.3.0
21332133
21342134
Previously, unused categories were dropped from the new categories.
21352135

0 commit comments

Comments
 (0)