Skip to content
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

Update documentation to address MaskedArray breaking change #966

Merged
merged 1 commit into from
Dec 31, 2019

Conversation

jthielen
Copy link
Contributor

As discussed in #963 (comment), #963 introduced a breaking change with MaskedArrays with the implementation of __array_ufunc__ on Unit. This PR documents this breaking change as prompted by #963 (comment) (with the hope that numpy/numpy#15200 can be resolved soon!)

  • Closes # (insert issue number)
  • Executed black -t py36 . && isort -rc . && flake8 with no errors
  • The change is fully covered by automated unit tests (documentation update only)
  • Documented in docs/ as appropriate
  • Added an entry to the CHANGES file

@hgrecco
Copy link
Owner

hgrecco commented Dec 31, 2019

bors r+

bors bot added a commit that referenced this pull request Dec 31, 2019
966: Update documentation to address MaskedArray breaking change r=hgrecco a=jthielen

As discussed in #963 (comment), #963 introduced a breaking change with MaskedArrays with the implementation of `__array_ufunc__` on Unit. This PR documents this breaking change as prompted by #963 (comment) (with the hope that numpy/numpy#15200 can be resolved soon!)

- ~~Closes # (insert issue number)~~
- [x] Executed ``black -t py36 . && isort -rc . && flake8`` with no errors
- ~~The change is fully covered by automated unit tests~~ (documentation update only)
- [x] Documented in docs/ as appropriate
- [x] Added an entry to the CHANGES file


Co-authored-by: Jon Thielen <[email protected]>
@bors
Copy link
Contributor

bors bot commented Dec 31, 2019

Build succeeded

And happy new year from bors! 🎉

@bors bors bot merged commit 58cce93 into hgrecco:master Dec 31, 2019
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.

2 participants