Skip to content

Tags: phpmlkit/ndarray

Tags

2.2.0

Toggle 2.2.0's commit message
feat: add einsum with deterministic accumulation and generic contraction

kernels

2.1.1

Toggle 2.1.1's commit message
fix: fromArray now actually uses the provided shape parameter

2.1.0

Toggle 2.1.0's commit message
refactor: migrate FFI layer to Lib singleton with instance methods

2.0.1

Toggle 2.0.1's commit message
fix(stack): normalize stacked arrays to row-major layout for PHP meta…

…data

2.0.0

Toggle 2.0.0's commit message
feat: allow optional axis index on `NDArray::shape()`

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
CodeWithKyrian Kyrian Obikwelu
chore: remove version entry from composer.json

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update GitHub Actions workflow to use matrix for OS selection (#…

…10)

* chore: update GitHub Actions workflow to use matrix for OS selection

* chore: add ffi extension to PHP version setup in GitHub Actions workflow

* chore: add ffi extension to PHP version setup in GitHub Actions workflow

* fix: force bash as shell for building library on test to work on Windows

* chore: update GitHub Actions workflow to use actions/checkout@v6 and ramsey/composer-install@v4

1.1.0

Toggle 1.1.0's commit message
refactor(rust): simplify copy, fill, and assign operations

Refactor FFI array operations to use standardized view extraction helpers instead of wrapper methods. Removes redundant macros and simplifies the wrapper module by inlining operation logic directly in FFI functions.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
CodeWithKyrian Kyrian Obikwelu
chore: bump version to 1.0.0