@stdlib/slice-base-shape 0.2.2 → 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.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +23 -5
  3. package/package.json +2 -3
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2024 The Stdlib Authors.
1
+ Copyright (c) 2016-2026 The Stdlib Authors.
package/README.md CHANGED
@@ -166,6 +166,14 @@ console.log( '[ %s ]', sh.join( ', ' ) );
166
166
 
167
167
  <section class="related">
168
168
 
169
+ * * *
170
+
171
+ ## See Also
172
+
173
+ - <span class="package-name">[`@stdlib/slice-base/length`][@stdlib/slice/base/length]</span><span class="delimiter">: </span><span class="description">compute the number of elements in a normalized slice.</span>
174
+ - <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>
175
+ - <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>
176
+
169
177
  </section>
170
178
 
171
179
  <!-- /.related -->
@@ -196,7 +204,7 @@ See [LICENSE][stdlib-license].
196
204
 
197
205
  ## Copyright
198
206
 
199
- Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
207
+ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
200
208
 
201
209
  </section>
202
210
 
@@ -209,8 +217,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
209
217
  [npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-shape.svg
210
218
  [npm-url]: https://npmjs.org/package/@stdlib/slice-base-shape
211
219
 
212
- [test-image]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml/badge.svg?branch=v0.2.2
213
- [test-url]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml?query=branch:v0.2.2
220
+ [test-image]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml/badge.svg?branch=v0.2.3
221
+ [test-url]: https://github.com/stdlib-js/slice-base-shape/actions/workflows/test.yml?query=branch:v0.2.3
214
222
 
215
223
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-shape/main.svg
216
224
  [coverage-url]: https://codecov.io/github/stdlib-js/slice-base-shape?branch=main
@@ -222,8 +230,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
222
230
 
223
231
  -->
224
232
 
225
- [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
226
- [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
233
+ [chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
234
+ [chat-url]: https://stdlib.zulipchat.com
227
235
 
228
236
  [stdlib]: https://github.com/stdlib-js/stdlib
229
237
 
@@ -244,6 +252,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
244
252
 
245
253
  [@stdlib/slice/base/normalize-multi-slice]: https://www.npmjs.com/package/@stdlib/slice-base-normalize-multi-slice
246
254
 
255
+ <!-- <related-links> -->
256
+
257
+ [@stdlib/slice/base/length]: https://www.npmjs.com/package/@stdlib/slice-base-length
258
+
259
+ [@stdlib/slice/base/nonreduced-dimensions]: https://www.npmjs.com/package/@stdlib/slice-base-nonreduced-dimensions
260
+
261
+ [@stdlib/slice/base/reduced-dimensions]: https://www.npmjs.com/package/@stdlib/slice-base-reduced-dimensions
262
+
263
+ <!-- </related-links> -->
264
+
247
265
  </section>
248
266
 
249
267
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/slice-base-shape",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Compute the shape of a normalized multi-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/slice-base-length": "^0.2.1"
33
+ "@stdlib/slice-base-length": "^0.2.3"
34
34
  },
35
35
  "devDependencies": {},
36
36
  "engines": {
@@ -65,7 +65,6 @@
65
65
  "dims",
66
66
  "dimensions"
67
67
  ],
68
- "__stdlib__": {},
69
68
  "funding": {
70
69
  "type": "opencollective",
71
70
  "url": "https://opencollective.com/stdlib"