@stdlib/ndarray-base-binary-tiling-block-size 0.0.1 → 0.0.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 +2 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -146,11 +146,6 @@ For more information on the project, filing bug reports and feature requests, an
146
146
 
147
147
  ---
148
148
 
149
- ## License
150
-
151
- See [LICENSE][stdlib-license].
152
-
153
-
154
149
  ## Copyright
155
150
 
156
151
  Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
@@ -166,8 +161,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
166
161
  [npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-binary-tiling-block-size.svg
167
162
  [npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-binary-tiling-block-size
168
163
 
169
- [test-image]: https://github.com/stdlib-js/ndarray-base-binary-tiling-block-size/actions/workflows/test.yml/badge.svg?branch=v0.0.1
170
- [test-url]: https://github.com/stdlib-js/ndarray-base-binary-tiling-block-size/actions/workflows/test.yml?query=branch:v0.0.1
164
+ [test-image]: https://github.com/stdlib-js/ndarray-base-binary-tiling-block-size/actions/workflows/test.yml/badge.svg?branch=v0.0.2
165
+ [test-url]: https://github.com/stdlib-js/ndarray-base-binary-tiling-block-size/actions/workflows/test.yml?query=branch:v0.0.2
171
166
 
172
167
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-binary-tiling-block-size/main.svg
173
168
  [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-binary-tiling-block-size?branch=main
@@ -194,8 +189,6 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
194
189
  [esm-url]: https://github.com/stdlib-js/ndarray-base-binary-tiling-block-size/tree/esm
195
190
  [branches-url]: https://github.com/stdlib-js/ndarray-base-binary-tiling-block-size/blob/main/branches.md
196
191
 
197
- [stdlib-license]: https://raw.githubusercontent.com/stdlib-js/ndarray-base-binary-tiling-block-size/main/LICENSE
198
-
199
192
  [@stdlib/ndarray/dtypes]: https://www.npmjs.com/package/@stdlib/ndarray-dtypes
200
193
 
201
194
  </section>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/ndarray-base-binary-tiling-block-size",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Resolve a loop block size for multi-dimensional array tiled loops.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {