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
NumPy 2.x compatibility: Fixed AttributeError when using np.trapz which was removed in NumPy 2.0 (now uses np.trapezoid with fallback for NumPy 1.x). Closes #10.