Skip to content

3.0.10

Choose a tag to compare

@andrewdalpino andrewdalpino released this 18 Sep 00:41
· 41 commits to master since this release
  • Update to Zephir 0.23, adds support for PHP 8.5
  • Fixed Matrix and Vector build() validation
  • Fixed bug in Matrix row variance
  • Fixed LU decomposition pivot selection, singular matrices now throw a RuntimeException
  • Fixed undefined array key in Vector and Matrix quantile at q=1.0 or with a single element
  • Fix extension rank() operation
  • Fixed reduce() callback argument order inconsistency between Matrix and Vector
  • Fix covariance() summation axis
  • Fixed Vector notEqualMatrix throwing InvalidArgumentException instead of DimensionalityMismatch
  • Fixed memory leak in the extension on the failure path of inverse, pseudoinverse