numpy.js

0.5.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i numpy.js

Weekly Downloads

3

Version

0.5.0

License

MIT

Unpacked Size

41.6 kB

Total Files

31

Last publish

Collaborators

  • asilvas