stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

Results 538 stdlib issues
Sort by recently updated
recently updated
newest added

### Description Currently, the `@stdlib/ndarray/base/nullary/test/test.js` only tests whether the main export is a function. This RFC proposes to add tests to verify: - The first argument provided is an ndarray-like...

RFC
Accepted

### Description [OpenBLAS 0.2.19](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.2.19) is almost eight years out of date. As a result, I ran into issues running make install-deps-openblas. See truncated error logs below: ... Makefile:488: warning: undefined...

RFC

Resolves #2072 ## Description > What is the purpose of this pull request? This pull request: - [x] adds syntax highlighting to the REPL - [ ] add more color...

Enhancement
REPL

## Description > What is the purpose of this pull request? This RFC proposes to add a routine to scale values of input complex double-precision floating-point vector by another complex...

Needs Review
BLAS

## Description > What is the purpose of this pull request? This pull request: - Adds the typed array `toLocaleString` method to prototype of `Complex128Array` ## Related Issues > Does...

This PR - updates package meta data

automated-pr

This PR changes the permissions of project `cli` scripts to be executable.

automated-pr

This PR - updates the REPL namespace documentation

Documentation
automated-pr

### Description This RFC proposes moving packages found in [`@stdlib/math/base/ops`](https://github.com/stdlib-js/stdlib/tree/c37109b3c683878107df935c393a9301cb38d5a7/lib/node_modules/%40stdlib/math/base/ops) to respective sub-namespaces in `@stdlib/number/*` and `@stdlib/complex/*`. For example, - `@stdlib/math/base/ops/add` => `@stdlib/number/float64/base/add` - `@stdlib/math/base/ops/addf` => `@stdlib/number/float32/base/add` - ... Currently,...

RFC

### Description This RFC proposes refactoring the `@stdlib/complex` namespace into separate sub-namespaces for `float32` and `float64`. Currently, the `@stdlib/complex` is a flat(ish) namespace, containing top-level packages which are tailored to...

RFC
Accepted