Skip to content

Commit 72e379d

Browse files
committed
Auto-generated commit
1 parent aec5a32 commit 72e379d

4 files changed

Lines changed: 55 additions & 20 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-02-02T02:07:41.683Z

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-02-02)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`2b2ae6a`](https://github.com/stdlib-js/stdlib/commit/2b2ae6abbdb5752c90e0164c74d7669607e65895) - **docs:** improve doctests for ndarray instances in `ndarray/dcusumpw` [(#10005)](https://github.com/stdlib-js/stdlib/pull/10005) _(by Bhargav Dabhade)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Bhargav Dabhade
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.1.0">
640

741
## 0.1.0 (2026-01-31)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
175175
[npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-ndarray.svg
176176
[npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-ndarray
177177

178-
[test-image]: https://github.com/stdlib-js/blas-ext-base-ndarray/actions/workflows/test.yml/badge.svg?branch=v0.1.0
179-
[test-url]: https://github.com/stdlib-js/blas-ext-base-ndarray/actions/workflows/test.yml?query=branch:v0.1.0
178+
[test-image]: https://github.com/stdlib-js/blas-ext-base-ndarray/actions/workflows/test.yml/badge.svg?branch=main
179+
[test-url]: https://github.com/stdlib-js/blas-ext-base-ndarray/actions/workflows/test.yml?query=branch:main
180180

181181
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-ndarray/main.svg
182182
[coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-ndarray?branch=main

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"@stdlib/blas-ext-base-ndarray-dlinspace": "^0.1.0",
4444
"@stdlib/blas-ext-base-ndarray-dsorthp": "^0.1.0",
4545
"@stdlib/blas-ext-base-ndarray-dsum": "^0.1.0",
46-
"@stdlib/blas-ext-base-ndarray-gcusum": "github:stdlib-js/blas-ext-base-ndarray-gcusum#main",
47-
"@stdlib/blas-ext-base-ndarray-gfind-index": "github:stdlib-js/blas-ext-base-ndarray-gfind-index#main",
48-
"@stdlib/blas-ext-base-ndarray-gfind-last-index": "github:stdlib-js/blas-ext-base-ndarray-gfind-last-index#main",
46+
"@stdlib/blas-ext-base-ndarray-gcusum": "^0.1.0",
47+
"@stdlib/blas-ext-base-ndarray-gfind-index": "^0.1.0",
48+
"@stdlib/blas-ext-base-ndarray-gfind-last-index": "^0.1.0",
4949
"@stdlib/blas-ext-base-ndarray-gindex-of": "^0.1.0",
5050
"@stdlib/blas-ext-base-ndarray-glast-index-of": "^0.1.0",
5151
"@stdlib/blas-ext-base-ndarray-glinspace": "^0.1.0",
@@ -58,12 +58,12 @@
5858
"@stdlib/blas-ext-base-ndarray-ssorthp": "^0.1.0",
5959
"@stdlib/blas-ext-base-ndarray-ssum": "^0.1.0",
6060
"@stdlib/blas-ext-base-ndarray-zsum": "^0.1.0",
61-
"@stdlib/utils-define-read-only-property": "^0.2.2"
61+
"@stdlib/utils-define-read-only-property": "^0.2.3"
6262
},
6363
"devDependencies": {
64-
"@stdlib/array-complex128": "^0.3.0",
65-
"@stdlib/array-complex64": "^0.3.0",
66-
"@stdlib/array-filled-by": "^0.2.1",
64+
"@stdlib/array-complex128": "^0.3.1",
65+
"@stdlib/array-complex64": "^0.3.1",
66+
"@stdlib/array-filled-by": "^0.3.0",
6767
"@stdlib/array-float32": "^0.2.2",
6868
"@stdlib/array-float64": "^0.2.2",
6969
"@stdlib/array-zeros": "^0.2.2",
@@ -102,15 +102,15 @@
102102
"@stdlib/blas-ext-base-gcusumkbn2": "^0.3.0",
103103
"@stdlib/blas-ext-base-gcusumors": "^0.3.0",
104104
"@stdlib/blas-ext-base-gcusumpw": "^0.3.0",
105-
"@stdlib/blas-ext-base-gfind-index": "github:stdlib-js/blas-ext-base-gfind-index#main",
106-
"@stdlib/blas-ext-base-gfind-last-index": "github:stdlib-js/blas-ext-base-gfind-last-index#main",
105+
"@stdlib/blas-ext-base-gfind-index": "^0.1.0",
106+
"@stdlib/blas-ext-base-gfind-last-index": "^0.1.0",
107107
"@stdlib/blas-ext-base-gindex-of": "^0.1.0",
108108
"@stdlib/blas-ext-base-gjoin": "^0.1.0",
109109
"@stdlib/blas-ext-base-glast-index-of": "^0.1.0",
110110
"@stdlib/blas-ext-base-glinspace": "^0.1.0",
111111
"@stdlib/blas-ext-base-gnansum": "^0.3.0",
112-
"@stdlib/blas-ext-base-gnansumkbn": "^0.2.2",
113-
"@stdlib/blas-ext-base-gnansumkbn2": "^0.2.2",
112+
"@stdlib/blas-ext-base-gnansumkbn": "^0.3.0",
113+
"@stdlib/blas-ext-base-gnansumkbn2": "^0.3.0",
114114
"@stdlib/blas-ext-base-gnansumors": "^0.3.0",
115115
"@stdlib/blas-ext-base-gnansumpw": "^0.3.0",
116116
"@stdlib/blas-ext-base-gsorthp": "^0.3.0",
@@ -142,36 +142,36 @@
142142
"@stdlib/complex-float32-ctor": "^0.1.0",
143143
"@stdlib/complex-float32-imag": "^0.1.1",
144144
"@stdlib/complex-float32-real": "^0.1.1",
145-
"@stdlib/complex-float64-ctor": "^0.1.0",
145+
"@stdlib/complex-float64-ctor": "^0.1.1",
146146
"@stdlib/complex-float64-imag": "^0.1.1",
147147
"@stdlib/complex-float64-real": "^0.1.1",
148148
"@stdlib/math-base-assert-is-nan": "^0.2.2",
149149
"@stdlib/math-base-assert-is-nanf": "^0.2.2",
150150
"@stdlib/math-base-assert-is-positive-zero": "^0.2.2",
151151
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.3",
152152
"@stdlib/math-base-special-pow": "^0.3.0",
153-
"@stdlib/ndarray-base-assert-is-equal-data-type": "github:stdlib-js/ndarray-base-assert-is-equal-data-type#main",
154-
"@stdlib/ndarray-base-ctor": "^0.2.2",
153+
"@stdlib/ndarray-base-assert-is-equal-data-type": "^0.1.0",
154+
"@stdlib/ndarray-base-ctor": "^0.3.0",
155155
"@stdlib/ndarray-base-data-buffer": "^0.2.2",
156156
"@stdlib/ndarray-base-from-scalar": "^0.2.2",
157-
"@stdlib/ndarray-base-from-scalar-like": "github:stdlib-js/ndarray-base-from-scalar-like#main",
157+
"@stdlib/ndarray-base-from-scalar-like": "^0.1.0",
158158
"@stdlib/ndarray-base-ndarraylike2scalar": "^0.1.0",
159159
"@stdlib/ndarray-base-numel-dimension": "^0.3.2",
160160
"@stdlib/ndarray-base-offset": "^0.2.2",
161161
"@stdlib/ndarray-base-stride": "^0.2.2",
162162
"@stdlib/ndarray-data-buffer": "^0.2.2",
163163
"@stdlib/ndarray-dtype": "^0.2.2",
164-
"@stdlib/ndarray-from-scalar": "^0.2.1",
164+
"@stdlib/ndarray-from-scalar": "^0.3.0",
165165
"@stdlib/ndarray-offset": "^0.2.2",
166166
"@stdlib/ndarray-shape": "^0.2.2",
167167
"@stdlib/ndarray-strides": "^0.2.2",
168168
"@stdlib/ndarray-to-array": "^0.2.1",
169-
"@stdlib/ndarray-zeros-like": "^0.3.0",
169+
"@stdlib/ndarray-zeros-like": "^0.3.1",
170170
"@stdlib/random-array-discrete-uniform": "^0.2.1",
171171
"@stdlib/random-array-uniform": "^0.2.1",
172172
"@stdlib/random-base-bernoulli": "^0.2.1",
173173
"@stdlib/random-base-discrete-uniform": "^0.2.1",
174-
"@stdlib/random-base-uniform": "^0.2.1",
174+
"@stdlib/random-base-uniform": "^0.2.2",
175175
"@stdlib/utils-keys": "^0.2.2",
176176
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
177177
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)