Skip to content

v1.7.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jan 17:19

[1.7.1] - 2026-01-22

Fixed

  • 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.

Thanks to @ghisvail