Skip to content

Commit f68a38b

Browse files
committed
Update version in docs to v1.3.0
1 parent 5ed054c commit f68a38b

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
@@ -246,7 +246,7 @@ As an example of this, given:
246246
original = pd.Series(cat)
247247
unique = original.unique()
248248
249-
*pandas < 1.2.0*:
249+
*pandas < 1.3.0*:
250250

251251
.. code-block:: ipython
252252
@@ -256,7 +256,7 @@ As an example of this, given:
256256
In [2]: original.dtype == unique.dtype
257257
False
258258
259-
*pandas >= 1.2.0*
259+
*pandas >= 1.3.0*
260260

261261
.. ipython:: python
262262

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)