Releases: RubixML/Tensor
Releases · RubixML/Tensor
3.0.5
3.0.4
- Fix bug in Vector less equal operation
3.0.3
- Compensate for PHP 8.1 backward compatibility issues
3.0.2
- Added PHP 8.1 support to the extension
3.0.1
- Add positive semi-definite typehinting
3.0.0
- No changes
3.0.0-beta
- 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
- Remove dependency on pthreads
2.2.2
- Compensate for PSR-4 issues
2.2.1
- Optimize 2D convolution operation
- Fix and optimize vector convolve 1D operation