Skip to content

Releases: RubixML/Tensor

3.0.5

15 Mar 19:44
9f0ee17

Choose a tag to compare

  • Update Zephir dependency to 0.17

3.0.4

20 Sep 05:06

Choose a tag to compare

  • Fix bug in Vector less equal operation

3.0.3

03 Apr 07:02
2c5d484

Choose a tag to compare

  • Compensate for PHP 8.1 backward compatibility issues

3.0.2

02 Apr 04:13

Choose a tag to compare

  • Added PHP 8.1 support to the extension

3.0.1

31 Oct 23:35

Choose a tag to compare

  • Add positive semi-definite typehinting

3.0.0

06 Jun 06:41

Choose a tag to compare

  • No changes

3.0.0-beta

25 May 05:47

Choose a tag to compare

3.0.0-beta Pre-release
Pre-release
  • 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

25 May 05:38

Choose a tag to compare

  • Remove dependency on pthreads

2.2.2

01 Apr 01:05

Choose a tag to compare

  • Compensate for PSR-4 issues

2.2.1

08 Mar 06:06

Choose a tag to compare

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