Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 30, 2024
1 parent f31e22c commit 6fb8479
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-10-12)
## Unreleased (2024-10-30)

<section class="issues">

Expand All @@ -24,6 +24,7 @@ This release closes the following issue:

<details>

- [`fdd3963`](https://github.com/stdlib-js/stdlib/commit/fdd3963096904e999191e354dede1ca59461adc2) - **chore:** minor clean-up _(by Philipp Burckhardt)_
- [`efbff47`](https://github.com/stdlib-js/stdlib/commit/efbff479674b3a3941278a245dedda41baf137a3) - **refactor:** `blas/ext/base/snansumkbn2` according to current project conventions [(#3002)](https://github.com/stdlib-js/stdlib/pull/3002) _(by Gururaj Gurram, Gururaj Gurram, Philipp Burckhardt)_

</details>
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Justin Dennison <[email protected]>
Kaif Mohd <[email protected]>
Karthik Prakash <[email protected]>
Khaldon <[email protected]>
Kohantika Nath <[email protected]>
Krishnendu Das <[email protected]>
Lovelin <[email protected]>
Manik Sharma <[email protected]>
Expand All @@ -68,6 +69,7 @@ Praneki <[email protected]>
Pratik <[email protected]>
Priyansh <[email protected]>
Pushpendra Chandravanshi <[email protected]>
RISHAV <[email protected]>
Raunak Kumar Gupta <[email protected]>
Rejoan Sardar <[email protected]>
Ricky Reusser <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
ignoring `NaN` values and using a second-order iterative Kahan–Babuška
algorithm.

The `N` and stride parameters determine which elements in the strided
array are accessed at runtime.
The `N` and stride parameters determine which elements in the strided array
are accessed at runtime.

Indexing is relative to the first index. To introduce an offset,
use a typed array view.
Expand Down
38 changes: 19 additions & 19 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"options": {
"options": {
"task": "build"
},
"fields": [
"fields": [
{
"field": "src",
"resolve": true,
Expand All @@ -23,28 +23,28 @@
"resolve": true,
"relative": false
}
],
"confs": [
{
],
"confs": [
{
"task": "build",
"src": [
"./src/snansumkbn2.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": [
"src": [
"./src/snansumkbn2.c"
],
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libpath": [],
"dependencies": [
"@stdlib/math-base-assert-is-nanf",
"@stdlib/napi-export",
"@stdlib/napi-argv",
"@stdlib/napi-argv-int64",
"@stdlib/napi-argv-strided-float32array"
]
},
]
},
{
"task": "benchmark",
"src": [
Expand Down Expand Up @@ -77,5 +77,5 @@
"@stdlib/math-base-assert-is-nanf"
]
}
]
]
}

0 comments on commit 6fb8479

Please sign in to comment.