@stdlib/ndarray-base-meta-data-props 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +6 -6
- package/package.json +4 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ var obj = {};
|
|
|
89
89
|
setProps( meta, dtypes, obj );
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
The `meta` data argument should be an
|
|
92
|
+
The `meta` data argument should be an object with the following properties:
|
|
93
93
|
|
|
94
94
|
- **nargs**: total number of arguments. This value is one more than might be expected, as the output array is treated as an implicit argument, even when not explicitly provided.
|
|
95
95
|
- **nin**: number of input ndarrays.
|
|
@@ -200,7 +200,7 @@ See [LICENSE][stdlib-license].
|
|
|
200
200
|
|
|
201
201
|
## Copyright
|
|
202
202
|
|
|
203
|
-
Copyright © 2016-
|
|
203
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
204
204
|
|
|
205
205
|
</section>
|
|
206
206
|
|
|
@@ -213,8 +213,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
213
213
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-meta-data-props.svg
|
|
214
214
|
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-meta-data-props
|
|
215
215
|
|
|
216
|
-
[test-image]: https://github.com/stdlib-js/ndarray-base-meta-data-props/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
217
|
-
[test-url]: https://github.com/stdlib-js/ndarray-base-meta-data-props/actions/workflows/test.yml?query=branch:v0.2.
|
|
216
|
+
[test-image]: https://github.com/stdlib-js/ndarray-base-meta-data-props/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
217
|
+
[test-url]: https://github.com/stdlib-js/ndarray-base-meta-data-props/actions/workflows/test.yml?query=branch:v0.2.3
|
|
218
218
|
|
|
219
219
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-meta-data-props/main.svg
|
|
220
220
|
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-meta-data-props?branch=main
|
|
@@ -226,8 +226,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
226
226
|
|
|
227
227
|
-->
|
|
228
228
|
|
|
229
|
-
[chat-image]: https://img.shields.io/
|
|
230
|
-
[chat-url]: https://
|
|
229
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
230
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
231
231
|
|
|
232
232
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
233
233
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/ndarray-base-meta-data-props",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Define non-enumerable read-only properties which expose ndarray function meta data.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/ndarray-base-dtypes2signatures": "^0.2.
|
|
34
|
-
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.
|
|
35
|
-
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.
|
|
33
|
+
"@stdlib/ndarray-base-dtypes2signatures": "^0.2.2",
|
|
34
|
+
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.4",
|
|
35
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {},
|
|
38
38
|
"engines": {
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
"properties",
|
|
63
63
|
"props"
|
|
64
64
|
],
|
|
65
|
-
"__stdlib__": {},
|
|
66
65
|
"funding": {
|
|
67
66
|
"type": "opencollective",
|
|
68
67
|
"url": "https://opencollective.com/stdlib"
|