Skip to content

Commit ff6117e

Browse files
jorisvandenbosschenateGeorge
authored andcommitted
RLS: switch master from 0.18.2 to 0.19.0 (pandas-dev#13586)
1 parent 5675b82 commit ff6117e

21 files changed

+574
-575
lines changed

doc/source/categorical.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ The same applies to ``df.append(df_different)``.
653653
Unioning
654654
~~~~~~~~
655655

656-
.. versionadded:: 0.18.2
656+
.. versionadded:: 0.19.0
657657

658658
If you want to combine categoricals that do not necessarily have
659659
the same categories, the `union_categorical` function will

doc/source/merging.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ fill/interpolate missing data:
11331133
Merging AsOf
11341134
~~~~~~~~~~~~
11351135

1136-
.. versionadded:: 0.18.2
1136+
.. versionadded:: 0.19.0
11371137

11381138
A :func:`merge_asof` is similar to an ordered left-join except that we match on nearest key rather than equal keys. For each row in the ``left`` DataFrame, we select the last row in the ``right`` DataFrame whose ``on`` key is less than the left's key. Both DataFrames must be sorted by the key.
11391139

doc/source/text.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ then ``extractall(pat).xs(0, level='match')`` gives the same result as
316316
``Index`` also supports ``.str.extractall``. It returns a ``DataFrame`` which has the
317317
same result as a ``Series.str.extractall`` with a default index (starts from 0).
318318

319-
.. versionadded:: 0.18.2
319+
.. versionadded:: 0.19.0
320320

321321
.. ipython:: python
322322

doc/source/whatsnew.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ What's New
1818

1919
These are new features and improvements of note in each release.
2020

21-
.. include:: whatsnew/v0.18.2.txt
21+
.. include:: whatsnew/v0.19.0.txt
2222

2323
.. include:: whatsnew/v0.18.1.txt
2424

0 commit comments

Comments
 (0)