@stdlib/array-base-flipud2d 0.2.1 → 0.2.2

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 (2) hide show
  1. package/README.md +20 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -120,6 +120,14 @@ console.log( y );
120
120
 
121
121
  <section class="related">
122
122
 
123
+ * * *
124
+
125
+ ## See Also
126
+
127
+ - <span class="package-name">[`@stdlib/array-base/flipud3d`][@stdlib/array/base/flipud3d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.</span>
128
+ - <span class="package-name">[`@stdlib/array-base/flipud4d`][@stdlib/array/base/flipud4d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.</span>
129
+ - <span class="package-name">[`@stdlib/array-base/flipud5d`][@stdlib/array/base/flipud5d]</span><span class="delimiter">: </span><span class="description">reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.</span>
130
+
123
131
  </section>
124
132
 
125
133
  <!-- /.related -->
@@ -163,8 +171,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
163
171
  [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-flipud2d.svg
164
172
  [npm-url]: https://npmjs.org/package/@stdlib/array-base-flipud2d
165
173
 
166
- [test-image]: https://github.com/stdlib-js/array-base-flipud2d/actions/workflows/test.yml/badge.svg?branch=v0.2.1
167
- [test-url]: https://github.com/stdlib-js/array-base-flipud2d/actions/workflows/test.yml?query=branch:v0.2.1
174
+ [test-image]: https://github.com/stdlib-js/array-base-flipud2d/actions/workflows/test.yml/badge.svg?branch=v0.2.2
175
+ [test-url]: https://github.com/stdlib-js/array-base-flipud2d/actions/workflows/test.yml?query=branch:v0.2.2
168
176
 
169
177
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-flipud2d/main.svg
170
178
  [coverage-url]: https://codecov.io/github/stdlib-js/array-base-flipud2d?branch=main
@@ -196,6 +204,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
196
204
 
197
205
  [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/array-base-flipud2d/main/LICENSE
198
206
 
207
+ <!-- <related-links> -->
208
+
209
+ [@stdlib/array/base/flipud3d]: https://www.npmjs.com/package/@stdlib/array-base-flipud3d
210
+
211
+ [@stdlib/array/base/flipud4d]: https://www.npmjs.com/package/@stdlib/array-base-flipud4d
212
+
213
+ [@stdlib/array/base/flipud5d]: https://www.npmjs.com/package/@stdlib/array-base-flipud5d
214
+
215
+ <!-- </related-links> -->
216
+
199
217
  </section>
200
218
 
201
219
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/array-base-flipud2d",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Reverse the order of elements along the first dimension of a two-dimensional nested input array.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {