Skip to content

Releases: interop-phpobjects/polite-math

Add return type

Choose a tag to compare

@yuichiis yuichiis released this 07 Apr 07:15

Add and Change Return type in PHPDoc

  • NDArray::buffer() change return type from ArrayAccess to Buffer in PHPDoc.
  • NDArray::dtype() add return type int int PHPDoc.

Add Complex data types

Choose a tag to compare

@yuichiis yuichiis released this 17 Mar 02:15

Add Complex data types in NDArray

Add DeviceBuffer

Choose a tag to compare

@yuichiis yuichiis released this 28 Jan 00:41

Added DeviceBuffer, which is used for buffers created in special memory spaces such as GPUs and accelerators.

Change LinearBuffer format

Choose a tag to compare

@yuichiis yuichiis released this 31 Dec 09:39

Signagure has been added to the format of LinearBuffer in Matrix.h.

Add C language header for LinearBuffer

Choose a tag to compare

@yuichiis yuichiis released this 21 Dec 13:44

Add C language header for PHP extension of LinearBuffer implementation.

  • Matrix.h

OpenCL support

Choose a tag to compare

@yuichiis yuichiis released this 21 Dec 05:55

Add new interfaces

  • Buffer
  • LinearBuffer
  • OpenCL

Change Interface

  • NDArray::toArray - Change to mixed return value for scalar buffer.

fix minimum-stability

Choose a tag to compare

@yuichiis yuichiis released this 31 Mar 05:59

composer.json

  • disable minimum-stability

first public release

Choose a tag to compare

@yuichiis yuichiis released this 02 Feb 13:46
1.0.0

first commit