Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 25, 2024
1 parent 2997783 commit 9cc4a70
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 54 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Contributors listed in alphabetical order.

Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
Ali Salesi <ali_sal1381@yahoo.com>
Amit Jimiwal <amitjimiwal45@gmail.com>
Athan Reines <kgryte@gmail.com>
Expand All @@ -13,6 +14,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
Dominik Moritz <domoritz@gmail.com>
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
Frank Kovacs <fran70kk@gmail.com>
GUNJ JOSHI <gunjjoshi8372@gmail.com>
Harshita Kalani <harshitakalani02@gmail.com>
James Gelok <jdgelok@gmail.com>
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
Expand All @@ -21,6 +23,7 @@ Joey Reed <joeyrreed@gmail.com>
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Joris Labie <joris.labie1@gmail.com>
Justin Dennison <justin1dennison@gmail.com>
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
Marcus Fantham <mfantham@users.noreply.github.com>
Matt Cochrane <matthew.cochrane.eng@gmail.com>
Milan Raj <rajsite@users.noreply.github.com>
Expand All @@ -29,13 +32,15 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
Philipp Burckhardt <pburckhardt@outlook.com>
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
Pranav Goswami <goswami.4@iitj.ac.in>
Ricky Reusser <rsreusser@gmail.com>
Robert Gislason <gztown2216@yahoo.com>
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Ryan Seal <splrk@users.noreply.github.com>
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Shraddheya Shendre <shendreshraddheya@gmail.com>
Spandan Barve <114365550+marsian83@users.noreply.github.com>
Stephannie Jiménez Gacha <steff456@hotmail.com>
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
orimiles5 <97595296+orimiles5@users.noreply.github.com>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/random-strided.svg
[npm-url]: https://npmjs.org/package/@stdlib/random-strided

[test-image]: https://github.com/stdlib-js/random-strided/actions/workflows/test.yml/badge.svg?branch=main
[test-url]: https://github.com/stdlib-js/random-strided/actions/workflows/test.yml?query=branch:main
[test-image]: https://github.com/stdlib-js/random-strided/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/random-strided/actions/workflows/test.yml?query=branch:v0.2.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-strided/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/random-strided?branch=main
Expand Down
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/random-strided",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pseudorandom number generator strided array functions.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -36,93 +36,93 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/random-strided-arcsine": "^0.2.0",
"@stdlib/random-strided-bernoulli": "^0.1.0",
"@stdlib/random-strided-beta": "^0.2.0",
"@stdlib/random-strided-betaprime": "^0.2.0",
"@stdlib/random-strided-chi": "^0.1.0",
"@stdlib/random-strided-chisquare": "^0.1.0",
"@stdlib/random-strided-cosine": "^0.2.0",
"@stdlib/random-strided-discrete-uniform": "^0.2.0",
"@stdlib/random-strided-exponential": "^0.2.0",
"@stdlib/random-strided-gamma": "^0.2.0",
"@stdlib/random-strided-geometric": "^0.1.0",
"@stdlib/random-strided-invgamma": "^0.2.0",
"@stdlib/random-strided-lognormal": "^0.2.0",
"@stdlib/random-strided-minstd": "^0.2.0",
"@stdlib/random-strided-minstd-shuffle": "^0.2.0",
"@stdlib/random-strided-mt19937": "^0.2.0",
"@stdlib/random-strided-normal": "^0.2.0",
"@stdlib/random-strided-poisson": "^0.1.0",
"@stdlib/random-strided-randu": "^0.2.0",
"@stdlib/random-strided-rayleigh": "^0.1.0",
"@stdlib/random-strided-t": "^0.1.0",
"@stdlib/random-strided-uniform": "^0.2.0",
"@stdlib/random-strided-weibull": "^0.2.0",
"@stdlib/random-strided-arcsine": "^0.2.1",
"@stdlib/random-strided-bernoulli": "^0.1.1",
"@stdlib/random-strided-beta": "^0.2.1",
"@stdlib/random-strided-betaprime": "^0.2.1",
"@stdlib/random-strided-chi": "^0.1.1",
"@stdlib/random-strided-chisquare": "^0.1.1",
"@stdlib/random-strided-cosine": "^0.2.1",
"@stdlib/random-strided-discrete-uniform": "^0.2.1",
"@stdlib/random-strided-exponential": "^0.2.1",
"@stdlib/random-strided-gamma": "^0.2.1",
"@stdlib/random-strided-geometric": "^0.1.1",
"@stdlib/random-strided-invgamma": "^0.2.1",
"@stdlib/random-strided-lognormal": "^0.2.1",
"@stdlib/random-strided-minstd": "^0.2.1",
"@stdlib/random-strided-minstd-shuffle": "^0.2.1",
"@stdlib/random-strided-mt19937": "^0.2.1",
"@stdlib/random-strided-normal": "^0.2.1",
"@stdlib/random-strided-poisson": "^0.1.1",
"@stdlib/random-strided-randu": "^0.2.1",
"@stdlib/random-strided-rayleigh": "^0.1.1",
"@stdlib/random-strided-t": "^0.1.1",
"@stdlib/random-strided-uniform": "^0.2.1",
"@stdlib/random-strided-weibull": "^0.2.1",
"@stdlib/utils-define-read-only-property": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-base-assert-is-accessor-array": "^0.2.0",
"@stdlib/array-base-linspace": "^0.2.0",
"@stdlib/array-base-assert-is-accessor-array": "^0.2.1",
"@stdlib/array-base-linspace": "^0.2.1",
"@stdlib/array-base-to-accessor-array": "^0.2.0",
"@stdlib/array-base-zero-to": "^0.2.0",
"@stdlib/array-filled": "^0.2.0",
"@stdlib/array-filled-by": "^0.2.0",
"@stdlib/array-float64": "^0.2.0",
"@stdlib/array-float64": "^0.2.1",
"@stdlib/array-zero-to": "^0.2.0",
"@stdlib/array-zeros": "^0.2.0",
"@stdlib/assert-is-function": "^0.2.1",
"@stdlib/assert-is-method-in": "^0.2.0",
"@stdlib/assert-is-plain-object": "^0.2.0",
"@stdlib/assert-is-method-in": "^0.2.1",
"@stdlib/assert-is-plain-object": "^0.2.1",
"@stdlib/assert-is-uint32array": "^0.2.1",
"@stdlib/console-log-each": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/math-base-assert-is-nanf": "^0.2.0",
"@stdlib/math-base-special-pow": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-assert-is-nanf": "^0.2.1",
"@stdlib/math-base-special-pow": "^0.2.1",
"@stdlib/random-array-uniform": "^0.2.0",
"@stdlib/random-base-arcsine": "^0.2.0",
"@stdlib/random-base-bernoulli": "^0.2.0",
"@stdlib/random-base-beta": "^0.2.0",
"@stdlib/random-base-betaprime": "^0.2.0",
"@stdlib/random-base-chi": "^0.2.0",
"@stdlib/random-base-chisquare": "^0.2.0",
"@stdlib/random-base-cosine": "^0.2.0",
"@stdlib/random-base-beta": "^0.2.1",
"@stdlib/random-base-betaprime": "^0.2.1",
"@stdlib/random-base-chi": "^0.2.1",
"@stdlib/random-base-chisquare": "^0.2.1",
"@stdlib/random-base-cosine": "^0.2.1",
"@stdlib/random-base-discrete-uniform": "^0.2.0",
"@stdlib/random-base-exponential": "^0.2.0",
"@stdlib/random-base-gamma": "^0.2.0",
"@stdlib/random-base-gamma": "^0.2.1",
"@stdlib/random-base-geometric": "^0.2.0",
"@stdlib/random-base-hypergeometric": "^0.2.0",
"@stdlib/random-base-invgamma": "^0.2.0",
"@stdlib/random-base-lognormal": "^0.2.0",
"@stdlib/random-base-invgamma": "^0.2.1",
"@stdlib/random-base-lognormal": "^0.2.1",
"@stdlib/random-base-minstd": "^0.2.0",
"@stdlib/random-base-minstd-shuffle": "^0.2.0",
"@stdlib/random-base-mt19937": "^0.2.0",
"@stdlib/random-base-mt19937": "^0.2.1",
"@stdlib/random-base-normal": "^0.2.0",
"@stdlib/random-base-poisson": "^0.2.0",
"@stdlib/random-base-randu": "^0.2.0",
"@stdlib/random-base-rayleigh": "^0.2.0",
"@stdlib/random-base-t": "^0.2.0",
"@stdlib/random-base-rayleigh": "^0.2.1",
"@stdlib/random-base-t": "^0.2.1",
"@stdlib/random-base-triangular": "^0.2.0",
"@stdlib/random-base-uniform": "^0.2.0",
"@stdlib/random-base-weibull": "^0.2.0",
"@stdlib/random-strided-tools-binary-factory": "^0.2.0",
"@stdlib/random-strided-tools-ternary-factory": "^0.2.0",
"@stdlib/random-strided-tools-unary-factory": "^0.2.0",
"@stdlib/strided-base-binary": "^0.2.0",
"@stdlib/strided-base-nullary": "^0.2.0",
"@stdlib/random-base-weibull": "^0.2.1",
"@stdlib/random-strided-tools-binary-factory": "^0.2.1",
"@stdlib/random-strided-tools-ternary-factory": "^0.2.1",
"@stdlib/random-strided-tools-unary-factory": "^0.2.1",
"@stdlib/strided-base-binary": "^0.2.1",
"@stdlib/strided-base-nullary": "^0.2.1",
"@stdlib/strided-base-ternary": "^0.2.1",
"@stdlib/strided-base-unary": "^0.2.0",
"@stdlib/strided-base-unary": "^0.2.1",
"@stdlib/string-format": "^0.2.1",
"@stdlib/utils-constant-function": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1",
"@stdlib/utils-keys": "^0.2.0",
"@stdlib/utils-keys": "^0.2.1",
"@stdlib/utils-noop": "^0.2.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.2.0"
"@stdlib/bench-harness": "^0.2.1"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit 9cc4a70

Please sign in to comment.