From e5ddafb52f9969d8ee27d637d6ab7b62a15a9a2c Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 26 Dec 2023 23:26:39 +0000 Subject: [PATCH] Auto-generated commit --- .github/workflows/npm_downloads.yml | 4 ++-- .github/workflows/test_coverage.yml | 4 ++-- README.md | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 03ae4494..1c69d07b 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -102,8 +102,8 @@ jobs: # Send data to events server: - name: 'Post data' - # Pin action to full length commit SHA corresponding to v3.0.3: - uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 + # Pin action to full length commit SHA + uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3 env: webhook_url: ${{ secrets.STDLIB_NPM_DOWNLOADS_URL }} webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }} diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index 25dcbeff..1b9adfa4 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -119,8 +119,8 @@ jobs: # Send data to events server: - name: 'Post data' - # Pin action to full length commit SHA corresponding to v3.0.3: - uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 + # Pin action to full length commit SHA + uses: distributhor/workflow-webhook@48a40b380ce4593b6a6676528cd005986ae56629 # v3.0.3 env: webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }} webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }} diff --git a/README.md b/README.md index 4a28d3f1..6f33d377 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ In addition, the namespace contains the following multidimensional array utility - [`ndarrayCastingModes()`][@stdlib/ndarray/casting-modes]: list of ndarray casting modes. - [`ndarrayDataBuffer( x )`][@stdlib/ndarray/data-buffer]: return the underlying data buffer of a provided ndarray. - [`defaults()`][@stdlib/ndarray/defaults]: default ndarray settings. +- [`dispatchBy( fcns, types, data, nargs, nin, nout )`][@stdlib/ndarray/dispatch-by]: create an ndarray function interface which performs multiple dispatch. - [`dispatch( fcns, types, data, nargs, nin, nout )`][@stdlib/ndarray/dispatch]: create an ndarray function interface which performs multiple dispatch. - [`ndarrayDataType( x )`][@stdlib/ndarray/dtype]: return the data type of a provided ndarray. - [`ndarrayDataTypes( [kind] )`][@stdlib/ndarray/dtypes]: list of ndarray data types. @@ -257,6 +258,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors]. [@stdlib/ndarray/defaults]: https://github.com/stdlib-js/ndarray/tree/main/defaults +[@stdlib/ndarray/dispatch-by]: https://github.com/stdlib-js/ndarray/tree/main/dispatch-by + [@stdlib/ndarray/dispatch]: https://github.com/stdlib-js/ndarray/tree/main/dispatch [@stdlib/ndarray/dtype]: https://github.com/stdlib-js/ndarray/tree/main/dtype