-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Closed
Labels
63 - C APIChanges or additions to the C API. Mailing list should usually be notified.Changes or additions to the C API. Mailing list should usually be notified.component: numpy._core
Milestone
Description
The following changes are in progress:
- An overview of these changes and how downstream code should be updated for the transition guide.
- The flags are still semi-public, the need to move. This means also making them
usignedand adding the hack to at least unpickle old pickles with the "negative" flag value. (Follow up to API: IntroducePyDataType_FLAGSaccessor for public access #25816). - The metadata, etc. fields are not actually removed yet MAINT,API: Make metadata, c_metadata, fields, and names only exist on old-style dtypes #25802.
- Expose
PyArray_PackMAINT: Expose PyArray_Pack and deal with PyArray_SETITEM #23893 -
PyArray_GetArrFuncsneeds docs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
63 - C APIChanges or additions to the C API. Mailing list should usually be notified.Changes or additions to the C API. Mailing list should usually be notified.component: numpy._core