Skip to content

Commit 40b5059

Browse files
committed
Merge branch 'add-ndarray-meankbn' of https://github.com/shaswata-26/stdlib into add-ndarray-meankbn
2 parents d2f6f37 + a6f08c8 commit 40b5059

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check_tracking_issue_closure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969
run: |
7070
. "$GITHUB_WORKSPACE/.github/workflows/scripts/check_tracking_issue_closure" 1
7171
env:
72-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
GITHUB_TOKEN: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
7373
DEBUG: ${{ inputs.debug || 'false' }}

lib/node_modules/@stdlib/array/from-scalar/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ declare function scalar2array( value: number, dtype: 'uint8' ): Uint8Array;
190190
* @returns output array
191191
*
192192
* @example
193-
* var x = scalar2array( 1, 'uint8c' );
193+
* var x = scalar2array( 1, uint8c' );
194194
* // returns <Uint8ClampedArray>[]
195195
*/
196196
declare function scalar2array( value: number, dtype: 'uint8c' ): Uint8ClampedArray;

lib/node_modules/@stdlib/math/base/special/beta/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"libraries": [],
5959
"libpath": [],
6060
"dependencies": [
61-
"@stdlib/math/base/special/abs",
61+
"@stdlib/math/base/special/abs",
6262
"@stdlib/math/base/assert/is-nan",
6363
"@stdlib/math/base/special/sqrt",
6464
"@stdlib/math/base/special/log1p",
@@ -79,7 +79,7 @@
7979
"libraries": [],
8080
"libpath": [],
8181
"dependencies": [
82-
"@stdlib/math/base/special/abs",
82+
"@stdlib/math/base/special/abs",
8383
"@stdlib/math/base/assert/is-nan",
8484
"@stdlib/math/base/special/sqrt",
8585
"@stdlib/math/base/special/log1p",

0 commit comments

Comments
 (0)