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 adding the package `@stdlib/iter/cusome`, which cumulatively tests whether at least `n` iterated values are truthy. The function should be a transform iterator, continuing to iterate...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

### Description This RFC proposes adding the package `@stdlib/iter/cunone`, which cumulatively tests whether every iterated value is falsy. The function should be a transform iterator, continuing to iterate while source...

RFC
Feature
Accepted
Good First Issue
priority: Normal
JavaScript
difficulty: 2

## Description > What is the purpose of this pull request? This RFC proposes to add the Fortran implementation for lsame to evaluate whether two characters are similar irrespective of...

Feature
Needs Review
BLAS
Fortran

### Description Encountered an error when trying to run `example( )` in the REPL, which runs the example code from the respective package's `repl.txt` file. The error seems to occur...

## Description > What is the purpose of this pull request? This PR proposes adding native C / Fortran implementations for [`@stdlib/blas/base/drotg`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/blas/base/drotg) ## Related Issues > Does this pull request...

Feature
Needs Review
BLAS
Fortran
C
Needs Changes

## Description > What is the purpose of this pull request? This pull request: - adds `math/base/special/atandf`, which would be the single-precision equivalent for [`math/base/special/atand`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/atand). ```c float stdlib_base_atandf( const float...

Math

Progresses #2039. ## Description > What is the purpose of this pull request? This pull request: - updates implementations based on current package standards for `dspmv` - updates benchmarks, descriptions,...

BLAS

Progresses #2039. ## Description > What is the purpose of this pull request? This pull request: - updates implementations based on current package standards - updates benchmarks, descriptions, docs, and...

BLAS

Resolves #2510 ## Description > What is the purpose of this pull request? This pull request: - adds support for automatic loading and saving of a default configuration for persisting...

Feature
Needs Review
REPL

Resolves #2335. ## Description > What is the purpose of this pull request? Adds JS implementation for `@stdlib/iter/cuany-by` This pull request: - resolves #2335 ## Questions > Any questions for...