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
Add get_xp decorator to genericize the namespace for the aliases
I still need to factor out uses of 'np' in other places in the code.
I'm also not completely sure about the solution for asarray(). asarray() can't
just infer the namespace from the input like every other function can. For
now, I have added a namespace keyword argument to it, which defaults to numpy.
0 commit comments