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
No, local_dict is only for data. Each function supported by numexpr must have specific code in the library. It would be theoretically possible to implement a mechanism to let users define custom element-wise functions, but this would probably kill performance and it does not exist at the moment.
I want to use numpy's math function and I try:
evaluate("log2(x)", {"log2": numpy.log2}), it gives errors.
The text was updated successfully, but these errors were encountered: