stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

✨ Standard library for JavaScript and Node.js. ✨

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

### 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...

Enhancement
RFC
Native Addons
Accepted
Good First Issue
priority: High
JavaScript
C
difficulty: 2

### 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...

Enhancement
RFC
Native Addons
Accepted
Good First Issue
priority: High
JavaScript
C
difficulty: 2

### 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...

RFC
Native Addons
Accepted
Good First Issue
priority: High
JavaScript
C
difficulty: 2

### 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...

RFC
Native Addons
Accepted
Good First Issue
priority: High
JavaScript
C

### 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...

Enhancement
RFC
Native Addons
Accepted
Good First Issue
BLAS
priority: High
JavaScript
C
difficulty: 2

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...

Dependencies
github_actions

### 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...

RFC
Feature
Math
Statistics

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...

Documentation
Needs Changes

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...

Tests
TypeScript
Needs Changes