Skip to content

Commit 4954cc5

Browse files
committed
Release v0.0.1
1 parent 562ca73 commit 4954cc5

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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
# onesnd
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] -->
@@ -167,8 +178,8 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
167178
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-onesnd.svg
168179
[npm-url]: https://npmjs.org/package/@stdlib/array-base-onesnd
169180

170-
[test-image]: https://github.com/stdlib-js/array-base-onesnd/actions/workflows/test.yml/badge.svg?branch=main
171-
[test-url]: https://github.com/stdlib-js/array-base-onesnd/actions/workflows/test.yml?query=branch:main
181+
[test-image]: https://github.com/stdlib-js/array-base-onesnd/actions/workflows/test.yml/badge.svg?branch=v0.0.1
182+
[test-url]: https://github.com/stdlib-js/array-base-onesnd/actions/workflows/test.yml?query=branch:v0.0.1
172183

173184
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-onesnd/main.svg
174185
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-onesnd?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-onesnd",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Create an n-dimensional nested array filled with ones.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-fillednd": "github:stdlib-js/array-base-fillednd#main",
40+
"@stdlib/array-base-fillednd": "^0.0.1",
4141
"@stdlib/types": "^0.0.14"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)