diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..613a4cd --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-03-01T05:45:37.617Z 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 72675ad..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,8 +27,10 @@ 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 @@ -34,12 +39,17 @@ 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 e388399..4a0ec5a 100644 --- a/README.md +++ b/README.md @@ -254,8 +254,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-strided-special-abs2.svg [npm-url]: https://npmjs.org/package/@stdlib/math-strided-special-abs2 -[test-image]: https://github.com/stdlib-js/math-strided-special-abs2/actions/workflows/test.yml/badge.svg?branch=v0.2.1 -[test-url]: https://github.com/stdlib-js/math-strided-special-abs2/actions/workflows/test.yml?query=branch:v0.2.1 +[test-image]: https://github.com/stdlib-js/math-strided-special-abs2/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math-strided-special-abs2/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-strided-special-abs2/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-strided-special-abs2?branch=main diff --git a/package.json b/package.json index 4f87522..d6b2e04 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "@stdlib/utils-try-require": "^0.2.1" }, "devDependencies": { - "@stdlib/array-filled": "^0.2.0", - "@stdlib/array-filled-by": "^0.2.0", + "@stdlib/array-filled": "^0.2.1", + "@stdlib/array-filled-by": "^0.2.1", "@stdlib/array-float64": "^0.2.1", "@stdlib/array-typed-real-float-dtypes": "^0.2.1", "@stdlib/array-uint8": "^0.2.1", @@ -67,7 +67,7 @@ "@stdlib/math-base-special-floor": "^0.2.1", "@stdlib/math-base-special-pow": "^0.2.1", "@stdlib/ndarray-base-dtypes2signatures": "^0.2.1", - "@stdlib/random-base-uniform": "^0.2.0", + "@stdlib/random-base-uniform": "^0.2.1", "@stdlib/strided-base-dtype-enum2str": "^0.2.1", "@stdlib/strided-base-unary-addon-dispatch": "^0.2.1", "proxyquire": "^2.0.0",