Skip to content

Commit 62d7a2f

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 571942e + e38f6c6 commit 62d7a2f

File tree

21 files changed

+20
-20
lines changed

21 files changed

+20
-20
lines changed

lib/node_modules/@stdlib/blas/base/ggemm/test/fixtures/column_major_nta_tb.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"offsetB": 0,
2828
"beta": 1.0,
2929
"C": [ 1.0, 5.0, 2.0, 6.0, 3.0, 7.0, 4.0, 8.0 ],
30+
"C_mat": [
31+
[ 1.0, 2.0, 3.0, 4.0 ],
32+
[ 5.0, 6.0, 7.0, 8.0 ]
33+
],
3034
"ldc": 2,
3135
"strideC1": 1,
3236
"strideC2": 2,

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY,"@stdlib/constants/time/hours-in-day"
18281828
HOURS_IN_WEEK,"@stdlib/constants/time/hours-in-week"
18291829
hoursInMonth,"@stdlib/time/hours-in-month"
18301830
hoursInYear,"@stdlib/time/hours-in-year"
1831-
httpServer,"@stdlib/net/http-server"
1831+
httpServerFactory,"@stdlib/net/http-server"
18321832
identity,"@stdlib/utils/identity-function"
18331833
ifelse,"@stdlib/utils/if-else"
18341834
ifelseAsync,"@stdlib/utils/async/if-else"

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2related/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY,"HOURS_IN_WEEK"
18281828
HOURS_IN_WEEK,"HOURS_IN_DAY"
18291829
hoursInMonth,"hoursInYear"
18301830
hoursInYear,"hoursInMonth"
1831-
httpServer,""
1831+
httpServerFactory,""
18321832
identity,"constantFunction"
18331833
ifelse,"ifelseAsync,ifthen"
18341834
ifelseAsync,"ifthenAsync,ifelse"

lib/node_modules/@stdlib/namespace/alias2related/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY,"@stdlib/constants-time-hours-in-day"
18281828
HOURS_IN_WEEK,"@stdlib/constants-time-hours-in-week"
18291829
hoursInMonth,"@stdlib/time-hours-in-month"
18301830
hoursInYear,"@stdlib/time-hours-in-year"
1831-
httpServer,"@stdlib/net-http-server"
1831+
httpServerFactory,"@stdlib/net-http-server"
18321832
identity,"@stdlib/utils-identity-function"
18331833
ifelse,"@stdlib/utils-if-else"
18341834
ifelseAsync,"@stdlib/utils-async-if-else"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ HOURS_IN_DAY
18281828
HOURS_IN_WEEK
18291829
hoursInMonth
18301830
hoursInYear
1831-
httpServer
1831+
httpServerFactory
18321832
identity
18331833
ifelse
18341834
ifelseAsync

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@
18281828
"@stdlib/constants/time/hours-in-week",HOURS_IN_WEEK
18291829
"@stdlib/time/hours-in-month",hoursInMonth
18301830
"@stdlib/time/hours-in-year",hoursInYear
1831-
"@stdlib/net/http-server",httpServer
1831+
"@stdlib/net/http-server",httpServerFactory
18321832
"@stdlib/utils/identity-function",identity
18331833
"@stdlib/utils/if-else",ifelse
18341834
"@stdlib/utils/async/if-else",ifelseAsync

0 commit comments

Comments
 (0)