Skip to content

Conversation

@TomAugspurger
Copy link
Contributor

No description provided.

@TomAugspurger TomAugspurger added this to the 0.25.1 milestone Aug 21, 2019
@TomAugspurger
Copy link
Contributor Author

Ignoring codecov failure.

@TomAugspurger TomAugspurger merged commit 7f6ba6b into pandas-dev:master Aug 21, 2019
@TomAugspurger TomAugspurger deleted the doc-finalize branch August 21, 2019 20:52
@lumberbot-app
Copy link

lumberbot-app bot commented Aug 21, 2019

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
$ git checkout 0.25.x $ git pull 
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 7f6ba6b353e63e004c293cfa4b7d3a23bda4cc5a 
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #28073: DOC: Update whatsnew' 
  1. Push to a named branch :
git push YOURFORK 0.25.x:auto-backport-of-pr-28073-on-0.25.x 
  1. Create a PR against branch 0.25.x, I would have named this PR:

"Backport PR #28073 on branch 0.25.x"

And apply the correct labels and milestones.

Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!

If these instruction are inaccurate, feel free to suggest an improvement.

TomAugspurger added a commit to TomAugspurger/pandas that referenced this pull request Aug 21, 2019
TomAugspurger added a commit that referenced this pull request Aug 22, 2019
galuhsahid pushed a commit to galuhsahid/pandas that referenced this pull request Aug 25, 2019
galuhsahid added a commit to galuhsahid/pandas that referenced this pull request Aug 25, 2019
* master: (40 commits) DOC: Fix GL01 and GL02 errors in the docstrings (pandas-dev#27988) Remove Encoding of values in char** For Labels (pandas-dev#27618) TYPING: more type hints for io.formats.printing (pandas-dev#27765) TST: fix compression tests when run without virtualenv/condaenv (pandas-dev#28051) DOC: Start 0.25.2 (pandas-dev#28111) DOC: Fix docstrings lack of punctuation (pandas-dev#28031) DOC: Remove alias for numpy.random.randn from the docs (pandas-dev#28082) DOC: update GroupBy.head()/tail() documentation (pandas-dev#27844) BUG: timedelta merge asof with tolerance (pandas-dev#27650) BUG: Series.rename raises error on values accepted by Series construc… (pandas-dev#27814) Preserve index when setting new column on empty dataframe. (pandas-dev#26471) BUG: Fixed groupby quantile for listlike q (pandas-dev#27827) BUG: iter with readonly values, closes pandas-dev#28055 (pandas-dev#28074) TST: non-strict xfail for period test (pandas-dev#28072) DOC: Update whatsnew (pandas-dev#28073) CI: disable codecov (pandas-dev#28065) CI: Set SHA for codecov upload (pandas-dev#28067) BUG: Correct the previous bug fixing on xlim for plotting (pandas-dev#28059) CI: Add pip dependence explicitly (pandas-dev#28008) DOC: Change document code prun in a row (pandas-dev#28029) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 participant