diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..473e9e9 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-04-01T05:49:03.918Z diff --git a/.github/workflows/productionize.yml b/.github/workflows/productionize.yml index 9106b5d..ec90164 100644 --- a/.github/workflows/productionize.yml +++ b/.github/workflows/productionize.yml @@ -340,8 +340,8 @@ jobs: # Send status to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} @@ -514,8 +514,8 @@ jobs: # Send status to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} @@ -694,8 +694,8 @@ jobs: # Send status to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 010fb9d..3eec50e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -214,8 +214,8 @@ jobs: # Send status to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0df8834..f6dcea0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,8 +91,8 @@ jobs: # Send status to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} diff --git a/.github/workflows/test_bundles.yml b/.github/workflows/test_bundles.yml index 5c9dc95..6d77abd 100644 --- a/.github/workflows/test_bundles.yml +++ b/.github/workflows/test_bundles.yml @@ -90,8 +90,8 @@ jobs: # Send notification to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} @@ -135,8 +135,8 @@ jobs: # Send notification to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} @@ -180,8 +180,8 @@ jobs: # Send notification to Slack channel if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index 912e7fe..f5410dd 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -113,8 +113,8 @@ jobs: # Send Slack notification if job fails: - name: 'Send status to Slack channel in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index b4ca887..12d33f6 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -77,8 +77,8 @@ jobs: # Send Slack notification if job fails: - name: 'Send notification to Slack in case of failure' - # Pin action to full length commit SHA corresponding to v2.0.0 - uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f + # Pin action to full length commit SHA + uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 with: status: ${{ job.status }} steps: ${{ toJson(steps) }} 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/.npmrc b/.npmrc index 36f5bef..5af9067 100644 --- a/.npmrc +++ b/.npmrc @@ -26,3 +26,6 @@ shrinkwrap = false # Disable automatically "saving" dependencies on install: save = false + +# Generate provenance metadata: +provenance = true diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 72675ad..4500383 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,46 +2,85 @@ # # Contributors listed in alphabetical order. -Aditya Sapra <110766802+adityacodes30@users.noreply.github.com> +Adarsh Palaskar +Aditya Sapra +AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com> Ali Salesi +Aman Bhansali Amit Jimiwal +Anudeep Sanapala Athan Reines +Ayaka <73595362+USERSATOSHI@users.noreply.github.com> Brendan Graetz Bruno Fenzl +Bryan Elee +Chinmay Joshi <86140365+JawHawk@users.noreply.github.com> Christopher Dambamuromo Dan Rose Daniel Killenberger Dominik Moritz Dorrin Sotoudeh +EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com> Frank Kovacs -GUNJ JOSHI +Golden Kumar <103646877+AuenKr@users.noreply.github.com> +Gunj Joshi Harshita Kalani +Jaimin Godhani <112328542+Jai0401@users.noreply.github.com> James Gelok Jaysukh Makvana Jithin KS +Joel Mathew Koshy Joey Reed Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com> Joris Labie Justin Dennison Karthik Prakash <116057817+skoriop@users.noreply.github.com> +Khaldon +Krishnendu Das <86651039+itskdhere@users.noreply.github.com> +Lovelin <100030865+lovelindhoni@users.noreply.github.com> +Manik Sharma Marcus Fantham Matt Cochrane +Mihir Pandit <129577900+MSP20086@users.noreply.github.com> Milan Raj Momtchil Momtchev +Muhammad Haris Naresh Jagadeesan +NightKnight Nithin Katta <88046362+nithinkatta@users.noreply.github.com> Ognjen Jevremović +Oneday12323 <107678750+Oneday12323@users.noreply.github.com> Philipp Burckhardt Prajwal Kulkarni Pranav Goswami +Praneki <97080887+PraneGIT@users.noreply.github.com> +Pratik <97464067+Pratik772846@users.noreply.github.com> +Priyansh <88396544+itsspriyansh@users.noreply.github.com> +Pushpendra Chandravanshi +Raunak Kumar Gupta +Rejoan Sardar <119718513+Rejoan-Sardar@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 +Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com> Seyyed Parsa Neshaei +Shashank Shekhar Singh +Shivam <11shivam00@gmail.com> Shraddheya Shendre -Spandan Barve <114365550+marsian83@users.noreply.github.com> +Shubham Mishra +Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com> +Spandan Barve Stephannie Jiménez Gacha +Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com> +Tirtadwipa Manunggal +Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com> +Utkarsh +Utkarsh Raj +Varad Gupta Yernar Yergaziyev +naveen +nishant-s7 <97207366+nishant-s7@users.noreply.github.com> orimiles5 <97595296+orimiles5@users.noreply.github.com> rei2hu diff --git a/README.md b/README.md index c76574a..eafbf9f 100644 --- a/README.md +++ b/README.md @@ -13484,8 +13484,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-unary.svg [npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-unary -[test-image]: https://github.com/stdlib-js/ndarray-base-unary/actions/workflows/test.yml/badge.svg?branch=v0.2.1 -[test-url]: https://github.com/stdlib-js/ndarray-base-unary/actions/workflows/test.yml?query=branch:v0.2.1 +[test-image]: https://github.com/stdlib-js/ndarray-base-unary/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/ndarray-base-unary/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-unary/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-unary?branch=main diff --git a/package.json b/package.json index 670753c..b58a951 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "@stdlib/utils-library-manifest": "^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-typed-complex-ctors": "^0.2.1", "@stdlib/blas-base-gscal": "^0.2.1", "@stdlib/fs-read-dir": "^0.2.1", @@ -69,7 +69,7 @@ "@stdlib/math-base-assert-is-nan": "^0.2.1", "@stdlib/math-base-special-abs": "^0.2.1", "@stdlib/math-base-special-cbrt": "^0.2.1", - "@stdlib/math-base-special-floor": "^0.2.1", + "@stdlib/math-base-special-floor": "^0.2.2", "@stdlib/math-base-special-identity": "^0.2.1", "@stdlib/math-base-special-pow": "^0.2.1", "@stdlib/math-base-special-round": "^0.2.1", @@ -82,8 +82,8 @@ "@stdlib/ndarray-base-to-array": "^0.2.1", "@stdlib/ndarray-dtypes": "^0.2.1", "@stdlib/ndarray-safe-casts": "^0.2.1", - "@stdlib/random-base-discrete-uniform": "^0.2.0", - "@stdlib/random-base-randu": "^0.2.0", + "@stdlib/random-base-discrete-uniform": "^0.2.1", + "@stdlib/random-base-randu": "^0.2.1", "@stdlib/string-format": "^0.2.1", "@stdlib/string-replace": "^0.2.1", "@stdlib/string-substring-after": "^0.2.1",