Skip to content

Sync Fork from Upstream Repo #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 12, 2021
Merged

Sync Fork from Upstream Repo #173

merged 14 commits into from
Apr 12, 2021

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Apr 12, 2021

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

maciejkos and others added 14 commits April 10, 2021 23:02
I fixed the missing space that made the documentation render "isthe" instead of "is the".

Before the change:
- This **isthe** equivalent of the numpy.ndarray method argmax.
- This **isthe** equivalent of the numpy.ndarray method argmin.

After the change:
- This **is the** equivalent of the numpy.ndarray method argmax.
- This **is the** equivalent of the numpy.ndarray method argmin.


- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] whatsnew entry
* Improve clip() typing.

* Update typing.

* More clip overloads.

* Add missing axis types
* Skipt failing tests for numpy dev

* Add missed test to skip

* Change if condition
Co-authored-by: Simon Hawkins <[email protected]>
Co-authored-by: Joris Van den Bossche <[email protected]>
@sthagen sthagen merged commit adc9703 into sthagen:master Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.