Skip to content

Commit b4f7a59

Browse files
committed
Auto-generated commit
1 parent 9befbb7 commit b4f7a59

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Features
1212

13+
- [`f8be298`](https://github.com/stdlib-js/stdlib/commit/f8be298367efe43ece03373744891ccfc22b9945) - add `coneTo` to namespace
14+
- [`5b0f76d`](https://github.com/stdlib-js/stdlib/commit/5b0f76d17b0ad323617cb7afbd89a3e81f7a2985) - add `goneTo` to namespace
1315
- [`cf9c1fd`](https://github.com/stdlib-js/stdlib/commit/cf9c1fd10bbb26b8ffe798bef302240f93389953) - add `blas/ext/base/ndarray/gone-to` [(#11308)](https://github.com/stdlib-js/stdlib/pull/11308)
1416
- [`f7bab5c`](https://github.com/stdlib-js/stdlib/commit/f7bab5c115b0a9ad1ce2436b25a73e703be268d8) - add `blas/ext/base/cone-to` [(#11299)](https://github.com/stdlib-js/stdlib/pull/11299)
1517
- [`31214ce`](https://github.com/stdlib-js/stdlib/commit/31214cef89dc16436602f8290be8717d30381fd5) - add `soneTo` to namespace
@@ -121,6 +123,8 @@
121123

122124
<details>
123125

126+
- [`f8be298`](https://github.com/stdlib-js/stdlib/commit/f8be298367efe43ece03373744891ccfc22b9945) - **feat:** add `coneTo` to namespace _(by Athan Reines)_
127+
- [`5b0f76d`](https://github.com/stdlib-js/stdlib/commit/5b0f76d17b0ad323617cb7afbd89a3e81f7a2985) - **feat:** add `goneTo` to namespace _(by Athan Reines)_
124128
- [`cf9c1fd`](https://github.com/stdlib-js/stdlib/commit/cf9c1fd10bbb26b8ffe798bef302240f93389953) - **feat:** add `blas/ext/base/ndarray/gone-to` [(#11308)](https://github.com/stdlib-js/stdlib/pull/11308) _(by Muhammad Haris)_
125129
- [`f7bab5c`](https://github.com/stdlib-js/stdlib/commit/f7bab5c115b0a9ad1ce2436b25a73e703be268d8) - **feat:** add `blas/ext/base/cone-to` [(#11299)](https://github.com/stdlib-js/stdlib/pull/11299) _(by Muhammad Haris)_
126130
- [`31214ce`](https://github.com/stdlib-js/stdlib/commit/31214cef89dc16436602f8290be8717d30381fd5) - **feat:** add `soneTo` to namespace _(by Athan Reines)_

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
@@ -54,6 +54,15 @@ setReadOnly( ns, 'cfill', require( '@stdlib/blas-ext-base-cfill' ) );
5454
*/
5555
setReadOnly( ns, 'cindexOfRow', require( '@stdlib/blas-ext-base-cindex-of-row' ) );
5656

57+
/**
58+
* @name coneTo
59+
* @memberof ns
60+
* @readonly
61+
* @type {Function}
62+
* @see {@link module:@stdlib/blas/ext/base/cone-to}
63+
*/
64+
setReadOnly( ns, 'coneTo', require( '@stdlib/blas-ext-base-cone-to' ) );
65+
5766
/**
5867
* @name csum
5968
* @memberof ns

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"dependencies": {
3939
"@stdlib/blas-ext-base-cfill": "^0.1.1",
4040
"@stdlib/blas-ext-base-cindex-of-row": "github:stdlib-js/blas-ext-base-cindex-of-row#main",
41+
"@stdlib/blas-ext-base-cone-to": "github:stdlib-js/blas-ext-base-cone-to#main",
4142
"@stdlib/blas-ext-base-csum": "^0.1.1",
4243
"@stdlib/blas-ext-base-csumkbn": "^0.1.1",
4344
"@stdlib/blas-ext-base-czero-to": "github:stdlib-js/blas-ext-base-czero-to#main",
@@ -281,6 +282,7 @@
281282
"@stdlib/blas-ext-base-ndarray-gnansumkbn2": "^0.1.1",
282283
"@stdlib/blas-ext-base-ndarray-gnansumors": "^0.1.1",
283284
"@stdlib/blas-ext-base-ndarray-gnansumpw": "^0.1.1",
285+
"@stdlib/blas-ext-base-ndarray-gone-to": "github:stdlib-js/blas-ext-base-ndarray-gone-to#main",
284286
"@stdlib/blas-ext-base-ndarray-gsort": "github:stdlib-js/blas-ext-base-ndarray-gsort#main",
285287
"@stdlib/blas-ext-base-ndarray-gsorthp": "^0.1.1",
286288
"@stdlib/blas-ext-base-ndarray-gsum": "^0.1.1",

0 commit comments

Comments
 (0)