Skip to content

Commit 5f0f817

Browse files
committed
Auto-generated commit
1 parent 98896fb commit 5f0f817

5 files changed

Lines changed: 3 additions & 15 deletions

File tree

CHANGELOG.md

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

1111
### Features
1212

13-
- [`a1693f8`](https://github.com/stdlib-js/stdlib/commit/a1693f8fea97d0808f8325e0b780126c45ad3e68) - add `zxpy` to namespace
1413
- [`bf4aa3e`](https://github.com/stdlib-js/stdlib/commit/bf4aa3e2c46f0218ec550fb1c909ef20eadb6714) - update `blas/ext/base/ndarray` TypeScript declarations [(#13039)](https://github.com/stdlib-js/stdlib/pull/13039)
1514
- [`ef06e88`](https://github.com/stdlib-js/stdlib/commit/ef06e88569a1ec15a9fcc15407fc44bbe3916296) - add `blas/ext/base/ndarray/zxpy` [(#13037)](https://github.com/stdlib-js/stdlib/pull/13037)
1615
- [`ec6375f`](https://github.com/stdlib-js/stdlib/commit/ec6375f6499b2f10522731a249cd7b0a7466e308) - add `cxpy` and `sxpy` to namespace
@@ -152,7 +151,6 @@
152151

153152
<details>
154153

155-
- [`a1693f8`](https://github.com/stdlib-js/stdlib/commit/a1693f8fea97d0808f8325e0b780126c45ad3e68) - **feat:** add `zxpy` to namespace _(by Athan Reines)_
156154
- [`bf4aa3e`](https://github.com/stdlib-js/stdlib/commit/bf4aa3e2c46f0218ec550fb1c909ef20eadb6714) - **feat:** update `blas/ext/base/ndarray` TypeScript declarations [(#13039)](https://github.com/stdlib-js/stdlib/pull/13039) _(by stdlib-bot)_
157155
- [`ef06e88`](https://github.com/stdlib-js/stdlib/commit/ef06e88569a1ec15a9fcc15407fc44bbe3916296) - **feat:** add `blas/ext/base/ndarray/zxpy` [(#13037)](https://github.com/stdlib-js/stdlib/pull/13037) _(by Karan Anand)_
158156
- [`ab50f59`](https://github.com/stdlib-js/stdlib/commit/ab50f59f75c9074346747fe1d71fcf55bda1db2f) - **docs:** update Markdown stdlib package URLs [(#13038)](https://github.com/stdlib-js/stdlib/pull/13038) _(by stdlib-bot)_

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: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,15 +1035,6 @@ setReadOnly( ns, 'zsumkbn', require( '@stdlib/blas-ext-base-ndarray-zsumkbn' ) )
10351035
*/
10361036
setReadOnly( ns, 'zunitspace', require( '@stdlib/blas-ext-base-ndarray-zunitspace' ) );
10371037

1038-
/**
1039-
* @name zxpy
1040-
* @memberof ns
1041-
* @readonly
1042-
* @type {Function}
1043-
* @see {@link module:@stdlib/blas/ext/base/ndarray/zxpy}
1044-
*/
1045-
setReadOnly( ns, 'zxpy', require( '@stdlib/blas-ext-base-ndarray-zxpy' ) );
1046-
10471038
/**
10481039
* @name zxsa
10491040
* @memberof ns

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
"@stdlib/blas-ext-base-ndarray-zsum": "^0.1.1",
148148
"@stdlib/blas-ext-base-ndarray-zsumkbn": "^0.1.1",
149149
"@stdlib/blas-ext-base-ndarray-zunitspace": "github:stdlib-js/blas-ext-base-ndarray-zunitspace#main",
150-
"@stdlib/blas-ext-base-ndarray-zxpy": "github:stdlib-js/blas-ext-base-ndarray-zxpy#main",
151150
"@stdlib/blas-ext-base-ndarray-zxsa": "github:stdlib-js/blas-ext-base-ndarray-zxsa#main",
152151
"@stdlib/blas-ext-base-ndarray-zzero-to": "github:stdlib-js/blas-ext-base-ndarray-zzero-to#main",
153152
"@stdlib/utils-define-read-only-property": "^0.2.3"

0 commit comments

Comments
 (0)