FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names` by BvB93 · Pull Request #18599 · numpy/numpy · GitHub

/ numpy Public

MAINT: Add annotations for dtype.__getitem__, __mul__ and names - #18599

Merged
rgommers merged 1 commit into
numpy:maintenance/1.20.xfrom
BvB93:getitem_backport
Mar 13, 2021
Merged

rgommers merged 1 commit into
numpy:maintenance/1.20.xfrom
BvB93:getitem_backport

Conversation

BvB93 commented Mar 11, 2021

Copy link
Copy Markdown
Member

Backport of #18598.
Closes #18597.

A couple of method-annotations were missing from np.dtype; they have now been added:

  • __getitem__
  • __mul__ and __rmul__
  • names

BvB93 added this to the 1.20.2 release milestone Mar 11, 2021
BvB93 linked an issue Mar 11, 2021 that may be closed by this pull request
rgommers merged commit a21cbb1 into numpy:maintenance/1.20.x Mar 13, 2021
BvB93 deleted the getitem_backport branch March 15, 2021 13:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

Missing type annotation for dtype.__getitem__

2 participants


Back | FazBrowse Home | New Git URL