stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes add support for serializing positive and negative `Infinity` to JSON. Currently, when serializing an object containing an `Infinity` (either positive or negative), the resultant value...
### Description This RFC proposes add support for serializing `NaN` to JSON. Currently, when serializing an object containing a `NaN`, the resultant value is `null`. ```javascript In [1]: JSON.stringify( {...
### Description This RFC proposes to add a [metalog](https://en.wikipedia.org/wiki/Metalog_distribution) distribution, based on the implementation provided by [rmetalog](https://github.com/isaacfab/rmetalog/). This implementation will include functions for: - `quantile` - `pdf` - `cdf` -...
This PR - updates the related packages section of READMEs to include links to related packages.
## Description > What is the purpose of this pull request? This pull request: - adds tooling for generating changelog files for project packages. ## Questions > Any questions for...
## Description > What is the purpose of this pull request? This pull request: - proposes changing the TypeScript definitions for packages accepting a `dtype` parameter and returning an array...
## Description > What is the purpose of this pull request? This pull request: - simplifies the types of `array/slice` and `array/base/slice` through the use of generic type parameters. ##...
# FIXME annotations - [docs/migration-guides/scijs/Makefile#L132](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/scijs/Makefile#L132): # FIXME: -rm -rf - [docs/migration-guides/tfjs/Makefile#L132](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/tfjs/Makefile#L132): # FIXME: -rm -rf - [docs/migration-guides/mathjs/benchmark/benchmark.erf.matrix.2d.size.js#L82](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/benchmark/benchmark.erf.matrix.2d.size.js#L82): // y = erf( x ); FIXME: support once we have `@stdlib/math/special/erf` -...
# TODO annotations - [docs/assets/sponsors/README.md#L44](https://github.com/stdlib-js/stdlib/blob/develop/docs/assets/sponsors/README.md#L44): \ - [docs/migration-guides/scijs/Makefile#L146](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/scijs/Makefile#L146): # TODO: add Windows command - [docs/migration-guides/tfjs/Makefile#L146](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/tfjs/Makefile#L146): # TODO: add Windows command - [docs/migration-guides/mathjs/benchmark/benchmark.square.array.float64.js#L91](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/benchmark/benchmark.square.array.float64.js#L91): // TODO: add math/special/abs2 benchmarks - [docs/migration-guides/mathjs/benchmark/benchmark.ceil.number.js#L65](https://github.com/stdlib-js/stdlib/blob/develop/docs/migration-guides/mathjs/benchmark/benchmark.ceil.number.js#L65): //...