@stdlib/slice-base-length 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 +23 -5
- package/package.json +2 -3
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2026 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -179,6 +179,14 @@ console.log( '[ %s ]', incrspace( s2.start, s2.stop || -1, s2.step ).join( ', '
|
|
|
179
179
|
|
|
180
180
|
<section class="related">
|
|
181
181
|
|
|
182
|
+
* * *
|
|
183
|
+
|
|
184
|
+
## See Also
|
|
185
|
+
|
|
186
|
+
- <span class="package-name">[`@stdlib/slice-base/nonreduced-dimensions`][@stdlib/slice/base/nonreduced-dimensions]</span><span class="delimiter">: </span><span class="description">return a list of non-reduced dimensions in an un-normalized multi-slice.</span>
|
|
187
|
+
- <span class="package-name">[`@stdlib/slice-base/reduced-dimensions`][@stdlib/slice/base/reduced-dimensions]</span><span class="delimiter">: </span><span class="description">return a list of reduced dimensions in an un-normalized multi-slice.</span>
|
|
188
|
+
- <span class="package-name">[`@stdlib/slice-base/shape`][@stdlib/slice/base/shape]</span><span class="delimiter">: </span><span class="description">compute the shape of a normalized multi-slice.</span>
|
|
189
|
+
|
|
182
190
|
</section>
|
|
183
191
|
|
|
184
192
|
<!-- /.related -->
|
|
@@ -209,7 +217,7 @@ See [LICENSE][stdlib-license].
|
|
|
209
217
|
|
|
210
218
|
## Copyright
|
|
211
219
|
|
|
212
|
-
Copyright © 2016-
|
|
220
|
+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
|
|
213
221
|
|
|
214
222
|
</section>
|
|
215
223
|
|
|
@@ -222,8 +230,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
222
230
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-length.svg
|
|
223
231
|
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-length
|
|
224
232
|
|
|
225
|
-
[test-image]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
226
|
-
[test-url]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml?query=branch:v0.2.
|
|
233
|
+
[test-image]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml/badge.svg?branch=v0.2.3
|
|
234
|
+
[test-url]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml?query=branch:v0.2.3
|
|
227
235
|
|
|
228
236
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-length/main.svg
|
|
229
237
|
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-length?branch=main
|
|
@@ -235,8 +243,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
235
243
|
|
|
236
244
|
-->
|
|
237
245
|
|
|
238
|
-
[chat-image]: https://img.shields.io/
|
|
239
|
-
[chat-url]: https://
|
|
246
|
+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
|
|
247
|
+
[chat-url]: https://stdlib.zulipchat.com
|
|
240
248
|
|
|
241
249
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
242
250
|
|
|
@@ -257,6 +265,16 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
257
265
|
|
|
258
266
|
[@stdlib/slice/base/normalize-slice]: https://www.npmjs.com/package/@stdlib/slice-base-normalize-slice
|
|
259
267
|
|
|
268
|
+
<!-- <related-links> -->
|
|
269
|
+
|
|
270
|
+
[@stdlib/slice/base/nonreduced-dimensions]: https://www.npmjs.com/package/@stdlib/slice-base-nonreduced-dimensions
|
|
271
|
+
|
|
272
|
+
[@stdlib/slice/base/reduced-dimensions]: https://www.npmjs.com/package/@stdlib/slice-base-reduced-dimensions
|
|
273
|
+
|
|
274
|
+
[@stdlib/slice/base/shape]: https://www.npmjs.com/package/@stdlib/slice-base-shape
|
|
275
|
+
|
|
276
|
+
<!-- </related-links> -->
|
|
277
|
+
|
|
260
278
|
</section>
|
|
261
279
|
|
|
262
280
|
<!-- /.links -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/slice-base-length",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Compute the number of elements in a normalized slice.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@stdlib/math-base-special-ceil": "^0.2.
|
|
33
|
+
"@stdlib/math-base-special-ceil": "^0.2.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {},
|
|
36
36
|
"engines": {
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
"len",
|
|
66
66
|
"shape"
|
|
67
67
|
],
|
|
68
|
-
"__stdlib__": {},
|
|
69
68
|
"funding": {
|
|
70
69
|
"type": "opencollective",
|
|
71
70
|
"url": "https://opencollective.com/stdlib"
|