10000 Release v0.2.1 · stdlib-js/array-full@b0ed83e · GitHub
[go: up one dir, main page]

Skip to content

Commit b0ed83e

Browse files
committed
Release v0.2.1
1 parent 996e98e commit b0ed83e

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
56
Ali Salesi <ali_sal1381@yahoo.com>
67
Amit Jimiwal <amitjimiwal45@gmail.com>
78
Athan Reines <kgryte@gmail.com>
@@ -13,6 +14,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
1314
Dominik Moritz <domoritz@gmail.com>
1415
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1516
Frank Kovacs <fran70kk@gmail.com>
17+
GUNJ JOSHI <gunjjoshi8372@gmail.com>
1618
Harshita Kalani <harshitakalani02@gmail.com>
1719
James Gelok <jdgelok@gmail.com>
1820
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -21,6 +23,7 @@ Joey Reed <joeyrreed@gmail.com>
2123
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2224
Joris Labie <joris.labie1@gmail.com>
2325
Justin Dennison <justin1dennison@gmail.com>
26+
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
2427
Marcus Fantham <mfantham@users.noreply.github.com>
2528
Matt Cochrane <matthew.cochrane.eng@gmail.com>
2629
Milan Raj <rajsite@users.noreply.github.com>
@@ -29,13 +32,15 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
2932
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3033
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3134
Philipp Burckhardt <pburckhardt@outlook.com>
35+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3236
Pranav Goswami <goswami.4@iitj.ac.in>
3337
Ricky Reusser <rsreusser@gmail.com>
3438
Robert Gislason <gztown2216@yahoo.com>
3539
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
3640
Ryan Seal <splrk@users.noreply.github.com>
3741
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
3842
Shraddheya Shendre <shendreshraddheya@gmail.com>
43+
Spandan Barve <114365550+marsian83@users.noreply.github.com>
3944
Stephannie Jiménez Gacha <steff456@hotmail.com>
4045
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
4146
orimiles5 <97595296+orimiles5@users.noreply.github.com>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
207207
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-full.svg
208208
[npm-url]: https://npmjs.org/package/@stdlib/array-full
209209

210-
[test-image]: https://github.com/stdlib-js/array-full/actions/workflows/test.yml/badge.svg?branch=main
211-
[test-url]: https://github.com/stdlib-js/array-full/actions/workflows/test.yml?query=branch:main
210+
[test-image]: https://github.com/stdlib-js/array-full/actions/work 10000 flows/test.yml/badge.svg?branch=v0.2.1
211+
[test-url]: https://github.com/stdlib-js/array-full/actions/workflows/test.yml?query=branch:v0.2.1
212212

213213
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-full/main.svg
214214
[coverage-url]: https://codecov.io/github/stdlib-js/array-full?branch=main

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-full",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Create a filled array having a specified length.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,13 +37,14 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-filled": "^0.2.0",
41-
"@stdlib/array-ctors": "^0.2.0",
42-
"@stdlib/array-defaults": "^0.2.0",
43-
"@stdlib/assert-is-nonnegative-integer": "^0.2.0",
44-
"@stdlib/blas-ext-base-gfill": "^0.2.0",
40+
"@stdlib/array-base-filled": "^0.2.1",
41+
"@stdlib/array-ctors": "^0.2.1",
42+
"@stdlib/array-defaults": "^0.2.1",
43+
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
44+
"@stdlib/blas-ext-base-gfill": "^0.2.1",
4545
"@stdlib/string-format": "^0.2.1",
46-
"@stdlib/types": "^0.3.2"
46+
"@stdlib/types": "^0.3.2",
47+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
4748
},
4849
"devDependencies": {
4950
"@stdlib/array-complex128": "^0.2.0",
@@ -53,24 +54,24 @@
5354
"@stdlib/array-int16": "^0.2.1",
5455
"@stdlib/array-int32": "^0.2.1",
5556
"@stdlib/array-int8": "^0.2.1",
56-
"@stdlib/array-typed-real-dtypes": "^0.2.0",
57+
"@stdlib/array-typed-real-dtypes": "^0.2.1",
< CCB9 code>5758
"@stdlib/array-uint16": "^0.2.1",
5859
"@stdlib/array-uint32": "^0.2.1",
5960
"@stdlib/array-uint8": "^0.2.1",
6061
"@stdlib/array-uint8c": "^0.2.1",
6162
"@stdlib/assert-instance-of": "^0.2.1",
6263
"@stdlib/assert-is-array": "^0.2.1",
63-
"@stdlib/assert-is-typed-array": "^0.2.0",
64-
"@stdlib/assert-is-typed-array-like": "^0.2.0",
65-
"@stdlib/complex-float32": "^0.2.0",
66-
"@stdlib/complex-float64": "^0.2.0",
67-
"@stdlib/math-base-special-pow": "^0.2.0",
64+
"@stdlib/assert-is-typed-array": "^0.2.1",
65+
"@stdlib/assert-is-typed-array-like": "^0.2.1",
66+
"@stdlib/complex-float32": "^0.2.1",
67+
"@stdlib/complex-float64": "^0.2.1",
68+
"@stdlib/math-base-special-pow": "^0.2.1",
6869
"@stdlib/strided-base-reinterpret-complex128": "^0.2.1",
6970
"@stdlib/strided-base-reinterpret-complex64": "^0.2.0",
7071
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7172
"istanbul": "^0.4.1",
7273
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
73-
"@stdlib/bench-harness": "^0.2.0"
74+
"@stdlib/bench-harness": "^0.2.1"
7475
},
7576
"engines": {
7677
"node": ">=0.10.0",

0 commit comments

Comments
 (0)
0