Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
phpmlkit
/
ndarray
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
49
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ndarray
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 15, 2026
feat: add einsum with deterministic accumulation and generic contraction
Show description for c513f35
CodeWithKyrian
committed
c513f35
View commit details
Copy full SHA for c513f35
View code at this point
Browse repository at this point
feat: add scalar support to minimum() and maximum()
CodeWithKyrian
committed
7a0eb63
View commit details
Copy full SHA for 7a0eb63
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
fix: make topk() return numerically-keyed tuple for consistency
CodeWithKyrian
committed
513722b
View commit details
Copy full SHA for 513722b
View code at this point
Browse repository at this point
feat: add any() and all() logical reduction methods
CodeWithKyrian
committed
c1ddba4
View commit details
Copy full SHA for c1ddba4
View code at this point
Browse repository at this point
Commits on Jun 6, 2026
feat: add fromScalar() for creating 0-dimensional scalar arrays
CodeWithKyrian
committed
894a7d5
View commit details
Copy full SHA for 894a7d5
View code at this point
Browse repository at this point
fix: fromArray now actually uses the provided shape parameter
CodeWithKyrian
committed
2ebb7f1
View commit details
Copy full SHA for 2ebb7f1
View code at this point
Browse repository at this point
feat: add `cast()` for conditional dtype conversion without unnecessary
Show description for 82cacb7
CodeWithKyrian
committed
82cacb7
View commit details
Copy full SHA for 82cacb7
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
refactor: migrate FFI layer to Lib singleton with instance methods
CodeWithKyrian
committed
ee3fdd1
View commit details
Copy full SHA for ee3fdd1
View code at this point
Browse repository at this point
Commits on May 30, 2026
feat: add meshgrid coordinate grid creation
CodeWithKyrian
committed
86b0270
View commit details
Copy full SHA for 86b0270
View code at this point
Browse repository at this point
feat: support inferred reshape dimensions
CodeWithKyrian
committed
e8d1c8e
View commit details
Copy full SHA for e8d1c8e
View code at this point
Browse repository at this point
feat: add conditional return types for axis-dependent reduction methods
CodeWithKyrian
committed
54f42aa
View commit details
Copy full SHA for 54f42aa
View code at this point
Browse repository at this point
Commits on May 14, 2026
feat: allow optional axis index on `NDArray::shape()`
CodeWithKyrian
committed
95736b6
View commit details
Copy full SHA for 95736b6
View code at this point
Browse repository at this point
docs: add PHPDoc for window functions and Windows proxies
CodeWithKyrian
committed
61075d4
View commit details
Copy full SHA for 61075d4
View code at this point
Browse repository at this point
Commits on May 13, 2026
fix: validate broadcast for slice assign and align assign API
CodeWithKyrian
committed
cbb5665
View commit details
Copy full SHA for cbb5665
View code at this point
Browse repository at this point
feat: add global NDArray function proxies and docs
CodeWithKyrian
committed
c7af91c
View commit details
Copy full SHA for c7af91c
View code at this point
Browse repository at this point
Commits on Apr 22, 2026
feat: add fourier, dct, and windowing support
CodeWithKyrian
committed
537fe16
View commit details
Copy full SHA for 537fe16
View code at this point
Browse repository at this point
Commits on Apr 19, 2026
feat(linalg): dtype promotion and vector/matrix rules for matmul and dot
CodeWithKyrian
committed
b99e42c
View commit details
Copy full SHA for b99e42c
View code at this point
Browse repository at this point
feat(linalg): add eigen decomposition and docs
CodeWithKyrian
committed
c74e6ac
View commit details
Copy full SHA for c74e6ac
View code at this point
Browse repository at this point
feat: add complex number support with type promotion fixes
CodeWithKyrian
committed
515d0a3
View commit details
Copy full SHA for 515d0a3
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
feat: add comprehensive linear algebra operations with BLAS backend
Show description for 2c9f945
CodeWithKyrian
committed
2c9f945
View commit details
Copy full SHA for 2c9f945
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
feat: rework buffer API and array creation methods
Show description for ec36f47
CodeWithKyrian
committed
ec36f47
View commit details
Copy full SHA for ec36f47
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
chore: pin phpstan version to 2.1.39
CodeWithKyrian
committed
81d4fff
View commit details
Copy full SHA for 81d4fff
View code at this point
Browse repository at this point
Commits on Mar 12, 2026
refactor: consolidate array metadata and simplify NDArray constructor
CodeWithKyrian
committed
7587627
View commit details
Copy full SHA for 7587627
View code at this point
Browse repository at this point
Commits on Feb 28, 2026
feat: add element-wise minimum and maximum operations with broadcasting support
Show description for 8036481
CodeWithKyrian
committed
8036481
View commit details
Copy full SHA for 8036481
View code at this point
Browse repository at this point
feat: add fromBuffer and intoBuffer methods for FFI interoperability
Show description for 3ca7eb2
CodeWithKyrian
committed
3ca7eb2
View commit details
Copy full SHA for 3ca7eb2
View code at this point
Browse repository at this point
refactor: remove unused axis manipulation functions and clean up FFI bindings
Show description for d412a8b
CodeWithKyrian
committed
d412a8b
View commit details
Copy full SHA for d412a8b
View code at this point
Browse repository at this point
fix: make swapaxes and mergeaxes return views
CodeWithKyrian
committed
5372e54
View commit details
Copy full SHA for 5372e54
View code at this point
Browse repository at this point
feat: add integration tests and enhance documentation
Show description for 454276c
CodeWithKyrian
committed
454276c
View commit details
Copy full SHA for 454276c
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
chore: build the rust crate before running tests
CodeWithKyrian
committed
00fc413
View commit details
Copy full SHA for 00fc413
View code at this point
Browse repository at this point
feat: implement flat iteration and enhance array access
Show description for f5ebda5
CodeWithKyrian
committed
f5ebda5
View commit details
Copy full SHA for f5ebda5
View code at this point
Browse repository at this point
Commits on Feb 25, 2026
chore: update symfony/var-dumper version constraints in composer.json
CodeWithKyrian
committed
1048572
View commit details
Copy full SHA for 1048572
View code at this point
Browse repository at this point
feat: add detailed README and documentation powered by VitePress
CodeWithKyrian
committed
dc9a9e9
View commit details
Copy full SHA for dc9a9e9
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
chore: housekeeping to remove unused exports and standardize meta usage
CodeWithKyrian
committed
0d71495
View commit details
Copy full SHA for 0d71495
View code at this point
Browse repository at this point
Commits on Feb 20, 2026
refactor(ffi): bundle view metadata into single ViewMetadata struct
Show description for cfd105d
CodeWithKyrian
committed
cfd105d
View commit details
Copy full SHA for cfd105d
View code at this point
Browse repository at this point
chore: add PHPStan for static analysis
CodeWithKyrian
committed
53ca4bc
View commit details
Copy full SHA for 53ca4bc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.