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
Support for dtype and copy parameters in Quantity._array.
Added typing stubs for Unit and Quantity.
Changed
Remove use of deprecated numpy.array with copy=False.
Removed internal inconsistency in how scalar and array-valued Quantities
were handled in the Quantity.wrapper() routine. Now, scalar-valued
quantities can similarly be filled from the C++ side.
Prevent NumPy from creating an object array on left-hand multiplication
by setting __array_ufunc__ = None.