Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10.9k
Open
Milestone
Description
Proposed new feature or change:
currently thenumpy.dtype.flags bitmasks are exposed in numpy._core.multiarray
the flag numpy._core.multiarray.LIST_PICKLE isused by distributed to determine how best to pickle an ndarray so it would be great if there were a public namespace to access these flags, egnumpy.dtypes.LIST_PICKLE