Skip to content

ENH: Add dtype-support to the ufunc-based ndarray magic methods 3/4#18323

Merged
charris merged 4 commits intonumpy:masterfrom
BvB93:comparison4
Feb 5, 2021
Merged

ENH: Add dtype-support to the ufunc-based ndarray magic methods 3/4#18323
charris merged 4 commits intonumpy:masterfrom
BvB93:comparison4

Conversation

@BvB93
Copy link
Member

@BvB93 BvB93 commented Feb 4, 2021

Followup on #18228.

Third part in a series of PRs to add dtype-support to the (ufunc-based) ndarray magic methods.

The updated methods in question are:

  • __floordiv__
  • __rfloordiv__
  • __pow__
  • __rpow__
  • __truediv__
  • __rtruediv__
  • __lshift__
  • __rlshift__
  • __rshift__
  • __rrshift__
  • __and__
  • __rand__
  • __or__
  • __ror__
  • __xor__
  • __rxor__

@charris charris merged commit 4359812 into numpy:master Feb 5, 2021
@charris
Copy link
Member

charris commented Feb 5, 2021

Thanks Bas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants