RubixML Tensor Versions Save

A library and extension that provides objects for scientific computing in PHP.

3.0.5

2 months ago
  • Update Zephir dependency to 0.17

3.0.4

7 months ago
  • Fix bug in Vector less equal operation

3.0.3

2 years ago
  • Compensate for PHP 8.1 backward compatibility issues

3.0.2

2 years ago
  • Added PHP 8.1 support to the extension

3.0.1

2 years ago
  • Add positive semi-definite typehinting

3.0.0

2 years ago
  • No changes

3.0.0-beta

2 years ago
  • Add support for PHP 8.0 in the extension
  • Drop extension support for PHP 7.2 and 7.3
  • Tensors only compute floating point operations
  • Remove dependency on JAMA library
  • Remove previously deprecated items
  • Matrix returns vector on row access
  • Added Algebraic and Special function interfaces

2.2.3

2 years ago
  • Remove dependency on pthreads

2.2.2

3 years ago
  • Compensate for PSR-4 issues

2.2.1

3 years ago
  • Optimize 2D convolution operation
  • Fix and optimize vector convolve 1D operation