Skip to content

Commit f505dd0

Browse files
committed
Auto-generated commit
1 parent a8f23ba commit f505dd0

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-11-07)
7+
## Unreleased (2025-11-14)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`466d960`](https://github.com/stdlib-js/stdlib/commit/466d9605a5025efeb6b51c401828a4a08ac7a3ae) - add `dlinspace` to namespace
14+
- [`1719cd8`](https://github.com/stdlib-js/stdlib/commit/1719cd89e8f6e6ac9f333675aebe0cc300adb8cc) - add `blas/ext/base/ndarray/dlinspace`
1315
- [`12636b6`](https://github.com/stdlib-js/stdlib/commit/12636b62433a9a59fefdb4a0b548ff26f94f6d3c) - update `blas/ext/base/ndarray` TypeScript declarations
1416
- [`fbf2b82`](https://github.com/stdlib-js/stdlib/commit/fbf2b825782a1a55ef98bfbddd031b53707bc522) - add missing functions to namespace
1517
- [`f928b2f`](https://github.com/stdlib-js/stdlib/commit/f928b2fc629b187e21d707e7e7b68e3b4bcd3f79) - add `blas/ext/base/ndarray/gfind-last-index` [(#7786)](https://github.com/stdlib-js/stdlib/pull/7786)
@@ -65,6 +67,11 @@
6567

6668
<details>
6769

70+
- [`466d960`](https://github.com/stdlib-js/stdlib/commit/466d9605a5025efeb6b51c401828a4a08ac7a3ae) - **feat:** add `dlinspace` to namespace _(by Athan Reines)_
71+
- [`1719cd8`](https://github.com/stdlib-js/stdlib/commit/1719cd89e8f6e6ac9f333675aebe0cc300adb8cc) - **feat:** add `blas/ext/base/ndarray/dlinspace` _(by Athan Reines)_
72+
- [`2bf161a`](https://github.com/stdlib-js/stdlib/commit/2bf161a46f190ef9cef087f5d701c1913d70b819) - **bench:** fix test conditions _(by Athan Reines)_
73+
- [`065f726`](https://github.com/stdlib-js/stdlib/commit/065f72668f664257ca11f15fa4939845e1f3eee4) - **bench:** fix test conditions _(by Athan Reines)_
74+
- [`a5f1ef8`](https://github.com/stdlib-js/stdlib/commit/a5f1ef80fa394aba09a0141e2adb274033d2310c) - **bench:** fix test conditions _(by Athan Reines)_
6875
- [`5f5bb2d`](https://github.com/stdlib-js/stdlib/commit/5f5bb2d4277a24000b57fb07bc28d821500cd7e8) - **docs:** update namespace table of contents [(#8425)](https://github.com/stdlib-js/stdlib/pull/8425) _(by stdlib-bot, Athan Reines)_
6976
- [`12636b6`](https://github.com/stdlib-js/stdlib/commit/12636b62433a9a59fefdb4a0b548ff26f94f6d3c) - **feat:** update `blas/ext/base/ndarray` TypeScript declarations _(by Philipp Burckhardt)_
7077
- [`c92ba2d`](https://github.com/stdlib-js/stdlib/commit/c92ba2d92c3ae4ea40f9b86fc5d620d7f9579f55) - **docs:** clean-up code in TSDoc examples and remove self-requires _(by Philipp Burckhardt)_

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ setReadOnly( ns, 'dindexOf', require( '@stdlib/blas-ext-base-ndarray-dindex-of'
7272
*/
7373
setReadOnly( ns, 'dlastIndexOf', require( '@stdlib/blas-ext-base-ndarray-dlast-index-of' ) );
7474

75+
/**
76+
* @name dlinspace
77+
* @memberof ns
78+
* @readonly
79+
* @type {Function}
80+
* @see {@link module:@stdlib/blas/ext/base/ndarray/dlinspace}
81+
*/
82+
setReadOnly( ns, 'dlinspace', require( '@stdlib/blas-ext-base-ndarray-dlinspace' ) );
83+
7584
/**
7685
* @name dsorthp
7786
* @memberof ns

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@stdlib/blas-ext-base-ndarray-dcusum": "github:stdlib-js/blas-ext-base-ndarray-dcusum#main",
4141
"@stdlib/blas-ext-base-ndarray-dindex-of": "github:stdlib-js/blas-ext-base-ndarray-dindex-of#main",
4242
"@stdlib/blas-ext-base-ndarray-dlast-index-of": "github:stdlib-js/blas-ext-base-ndarray-dlast-index-of#main",
43+
"@stdlib/blas-ext-base-ndarray-dlinspace": "github:stdlib-js/blas-ext-base-ndarray-dlinspace#main",
4344
"@stdlib/blas-ext-base-ndarray-dsorthp": "github:stdlib-js/blas-ext-base-ndarray-dsorthp#main",
4445
"@stdlib/blas-ext-base-ndarray-dsum": "github:stdlib-js/blas-ext-base-ndarray-dsum#main",
4546
"@stdlib/blas-ext-base-ndarray-gcusum": "github:stdlib-js/blas-ext-base-ndarray-gcusum#main",
@@ -73,6 +74,7 @@
7374
"@stdlib/blas-ext-base-dcusum": "^0.2.2",
7475
"@stdlib/blas-ext-base-dindex-of": "github:stdlib-js/blas-ext-base-dindex-of#main",
7576
"@stdlib/blas-ext-base-dlast-index-of": "github:stdlib-js/blas-ext-base-dlast-index-of#main",
77+
"@stdlib/blas-ext-base-dlinspace": "github:stdlib-js/blas-ext-base-dlinspace#main",
7678
"@stdlib/blas-ext-base-dsorthp": "^0.2.2",
7779
"@stdlib/blas-ext-base-dsum": "^0.2.2",
7880
"@stdlib/blas-ext-base-gcusum": "^0.2.2",
@@ -99,6 +101,7 @@
99101
"@stdlib/math-base-assert-is-positive-zero": "^0.2.2",
100102
"@stdlib/math-base-assert-is-positive-zerof": "^0.1.3",
101103
"@stdlib/math-base-special-pow": "^0.3.0",
104+
"@stdlib/ndarray-base-assert-is-equal-data-type": "github:stdlib-js/ndarray-base-assert-is-equal-data-type#main",
102105
"@stdlib/ndarray-base-ctor": "^0.2.2",
103106
"@stdlib/ndarray-base-data-buffer": "^0.2.2",
104107
"@stdlib/ndarray-base-from-scalar": "^0.2.2",

0 commit comments

Comments
 (0)