stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/ssortins`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssortins) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/ssort2hp`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/ssort2hp) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/sdsnansumpw`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sdsnansumpw) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/sapxsumors`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/sapxsumors) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...
### Description This RFC proposes refactoring [`@stdlib/blas/ext/base/dsort2ins`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/ext/base/dsort2ins) to follow current project conventions. These conventions are outlined in more detail in https://github.com/stdlib-js/stdlib/issues/788. Namely, we want to migrate from C++ add-on interfaces...
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2.23.0 to 2.24.0. Release notes Sourced from msys2/setup-msys2's releases. v2.24.0 Update base distribution to 20240727. [#402] Changelog Sourced from msys2/setup-msys2's changelog. Changelog 2.24.0 Update base distribution to...
### Description This RFC proposes enhancing the README examples for the number/float64 namespace package. Presently, the READMEs for namespace packages offer minimal examples that lack informative value and fail to...
## Checklist > Please ensure the following tasks are completed before filing an issue. - [x] Read and understood the [Code of Conduct][code-of-conduct]. - [x] Searched for existing issues and...
Resolves #1612 ## Description > What is the purpose of this pull request? This pull request: - a. Enhances Documentation: Improves the README examples for the stats/base/dists/arcsine namespace. It adds...
Toward #474. ## Description > What is the purpose of this pull request? This pull request adds missing tests to `utils/circular-buffer`. ## Related Issues > Does this pull request have...