-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
- single argument ufuncs (
sin,exp, etc.) and ufunc like functions (pd.isnull,notnull,astype,around,isclose) - broadcasting binary operations (e.g., ndarray arithmetic)
- three argument version of
where(preferably with broadcasting) - aggregation methods (
argmax/argmin/max/min/prod/std/var) - nan-skipping aggregations (e.g.,
nanmean,nansum) - indexing with integer arrays, booleans, slices,
None -
transpose -
insertor setting with fancy indexing -
broadcast_to(NumPy 1.10) -
concatenateandstack(NumPy 1.10)
cc @izaid who's interested in this for dynd
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels