You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is anyone aware of existing conversations or work on something equivalent to NumPy's numexpr capability? It enables binding whole arrays to variables, and evaluating mathematical expressions (represented as strings) against them (when the shapes are compatible).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is anyone aware of existing conversations or work on something equivalent to NumPy's
numexpr
capability? It enables binding whole arrays to variables, and evaluating mathematical expressions (represented as strings) against them (when the shapes are compatible).https://github.com/pydata/numexpr
(Note, I'm not asking about linear algebra capabilities, but simpler cell-wise operations via user-provided math expressions.)
Beta Was this translation helpful? Give feedback.
All reactions