0.5.0 • Published 5 years ago

numpy.js v0.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

numpy.js

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

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.