diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..008139d --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-03-01T04:34:26.396Z diff --git a/.npmignore b/.npmignore index 5c7f09d..8eea7dc 100644 --- a/.npmignore +++ b/.npmignore @@ -29,8 +29,9 @@ branches.md .postinstall.json Makefile -# Ignore `binding.gyp` file to avoid compilation of native addon when installing package: +# Ignore files to avoid compilation of native addon when installing package: binding.gyp +include.gypi # Directories # ############### diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a084916..6a1c080 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,11 +3,13 @@ # Contributors listed in alphabetical order. Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> +AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com> Ali Salesi Amit Jimiwal Athan Reines Brendan Graetz Bruno Fenzl +Chinmay J <86140365+JawHawk@users.noreply.github.com> Christopher Dambamuromo Dan Rose Daniel Killenberger @@ -15,6 +17,7 @@ Dominik Moritz Dorrin Sotoudeh Frank Kovacs GUNJ JOSHI +Golden <103646877+AuenKr@users.noreply.github.com> Harshita Kalani James Gelok Jaysukh Makvana @@ -24,21 +27,29 @@ Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison Karthik Prakash <116057817+skoriop@users.noreply.github.com> +Khaldon Marcus Fantham Matt Cochrane +Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj Momtchil Momtchev Naresh Jagadeesan Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović Philipp Burckhardt +Prajwal Kulkarni Pranav Goswami +Praneki <97080887+PraneGIT@users.noreply.github.com> +Pratik <97464067+Pratik772846@users.noreply.github.com> Ricky Reusser Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> +Rutam <138517416+performant23@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei Shraddheya Shendre +Shubham +Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com> Spandan Barve <114365550+marsian83@users.noreply.github.com> Stephannie Jiménez Gacha Yernar Yergaziyev diff --git a/README.md b/README.md index 6fce00a..a40ba77 100644 --- a/README.md +++ b/README.md @@ -229,8 +229,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-levy-logcdf.svg [npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-levy-logcdf -[test-image]: https://github.com/stdlib-js/stats-base-dists-levy-logcdf/actions/workflows/test.yml/badge.svg?branch=v0.2.1 -[test-url]: https://github.com/stdlib-js/stats-base-dists-levy-logcdf/actions/workflows/test.yml?query=branch:v0.2.1 +[test-image]: https://github.com/stdlib-js/stats-base-dists-levy-logcdf/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/stats-base-dists-levy-logcdf/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-levy-logcdf/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-levy-logcdf?branch=main diff --git a/package.json b/package.json index b61f4d5..cf61dad 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "devDependencies": { "@stdlib/constants-float64-eps": "^0.2.1", "@stdlib/constants-float64-pinf": "^0.2.1", - "@stdlib/math-base-special-abs": "^0.2.0", - "@stdlib/random-base-randu": "^0.2.0", + "@stdlib/math-base-special-abs": "^0.2.1", + "@stdlib/random-base-randu": "^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",