Skip to content

Commit 21430d8

Browse files
committed
Release v0.0.1
1 parent efb37ce commit 21430d8

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ limitations under the License.
1818
1919
-->
2020

21+
22+
<details>
23+
<summary>
24+
About stdlib...
25+
</summary>
26+
<p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>
27+
<p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>
28+
<p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>
29+
<p>To join us in bringing numerical computing to the web, get started by checking us out on <a href="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <a href="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>
30+
</details>
31+
2132
# filled3dBy
2233

2334
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
@@ -197,8 +208,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
197208
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-filled3d-by.svg
198209
[npm-url]: https://npmjs.org/package/@stdlib/array-base-filled3d-by
199210

200-
[test-image]: https://github.com/stdlib-js/array-base-filled3d-by/actions/workflows/test.yml/badge.svg?branch=main
201-
[test-url]: https://github.com/stdlib-js/array-base-filled3d-by/actions/workflows/test.yml?query=branch:main
211+
[test-image]: https://github.com/stdlib-js/array-base-filled3d-by/actions/workflows/test.yml/badge.svg?branch=v0.0.1
212+
[test-url]: https://github.com/stdlib-js/array-base-filled3d-by/actions/workflows/test.yml?query=branch:v0.0.1
202213

203214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-filled3d-by/main.svg
204215
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-filled3d-by?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-filled3d-by",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Create a filled three-dimensional nested array according to a provided callback function.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)