Skip to content

asilvas/numpy.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numpy.js

AKA Yet-Another-Numpy-to-JS-Port.

CircleCI

Why

There are a number numpy-to-JS ports out there that cover a small subset of Numpy, especially on the easier stuff. This project also covers a small subset, but includes some harder to solve ports, and requires no dependencies. There is some overlap with other projects, but all ports in this repo were created due to incomplete or incorrect implementations.

Usage

const numpy = require('numpy.js');

Supported functions/classes and docs:

Testing

npm test

All (> 80) tests were designed and verified against official Python Numpy.

Contribution

Happy to take contributions. Better yet, if someone wants to own a full port of Numpy, feel free to take what you like.

About

Collection of Numpy ports to JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published