stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes to improve the [README examples](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/iter#examples) of the `stats/iter` namespace package. Currently, namespace package READMEs only include minimal examples which are not particularly informative and do...
Resolves #1085 ## Description > What is the purpose of this pull request? This pull request: - Adds generics for improved type safety for the group-own function. ## Related Issues...
Resolves # . ## Description added examples in the logistic docs ## Checklist > Please ensure the following tasks are completed before submitting this pull request. - [x ] Read,...
### Description This RFC proposes adding C implementation for [`@stdlib/math/base/special/rempio2`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/rempio2). ```c double stdlib_base_rempio2( const double x, double *y ); ``` ### Related Issues Related issues #735. ### Questions No. ###...
Resolves #1088 ## Description > What is the purpose of this pull request? This pull request: - Improves type definition of ndarray's `array` function. - Infers return type based on...
## Description > What is the purpose of this pull request? This pull request: Adds native C implementation for @stdlib/math/base/special/sin `double stdlib_base_sin ( const double x );` ## Related Issues...
## Description > What is the purpose of this pull request? This pull request: - adds the `@cspell/eslint-plugin` for spellchecking support via ESLint. The spellchecking is configured to only run...
### Description This RFC proposes adding the package `@stdlib/array/base/mskfilter-map`. The package should be structured similarly to [`@stdlib/array/base/mskfilter`](https://github.com/stdlib-js/stdlib/tree/64931c5fdb4abc3a339b619658d3b5acc089e556/lib/node_modules/%40stdlib/array/base/mskfilter). The package should expose an API having the same signature as `mskfilter`, with...
Resolves #2228 ## Description > What is the purpose of this pull request? `make install-deps-openblas` fails because the OpenBLAS dependency is eight years out of date. By upgrading to [OpenBLAS...
### Description This RFC proposes adding the package `@stdlib/fs/stat` for inspecting details of files asynchronously and synchronously. ```javascript var stat = require( '@stdlib/fs/stat' ); var statSync = require( '@stdlib/fs/stat' ).sync;...