8000 Merge branch 'develop' of https://github.com/stdlib-js/stdlib into de… · stdlib-js/stdlib@9daa5b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9daa5b9

Browse files
committed
Merge branch 'develop' of https://github.com/stdlib-js/stdlib into develop
2 parents 4049106 + e1e1e0f commit 9daa5b9

File tree

5 files changed

+156
-151
lines changed

5 files changed

+156
-151
lines changed

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
172172
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
173173
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
174174
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
175+
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
175176
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
177+
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
176178
Utkarsh <http://utkarsh11105@gmail.com>
177179
Utkarsh Raj <rajutkarsh2505@gmail.com>
178180
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
{
2-
"options": {
3-
"task": "build"
4-
},
5-
"fields": [
6-
{
7-
"field": "src",
8-
"resolve": true,
9-
"relative": true
10-
},
11-
{
12-
"field": "include",
13-
"resolve": true,
14-
"relative": true
15-
},
16-
{
17-
"field": "libraries",
18-
"resolve": false,
19-
"relative": false
20-
},
21-
{
22-
"field": "libpath",
23-
"resolve": true,
24-
"relative": false
25-
}
26-
],
27-
"confs": [
28-
{
29-
"task": "build",
30-
"src": [
31-
"./src/dtrunc.c"
32-
],
33-
"include": [
34-
"./include"
35-
],
36-
"libraries": [],
37-
"libpath": [],
38-
"dependencies": [
39-
"@stdlib/math/base/special/trunc",
40-
"@stdlib/strided/base/dmap",
41-
"@stdlib/strided/napi/dmap"
42-
]
43-
},
44-
{
45-
"task": "examples",
46-
"src": [
47-
"./src/dtrunc.c"
48-
],
49-
"include": [
50-
"./include"
51-
],
52-
"libraries": [],
53-
"libpath": [],
54-
"dependencies": [
55-
"@stdlib/math/base/special/trunc",
56-
"@stdlib/strided/base/dmap"
57-
]
58-
},
59-
{
60-
"task": "benchmark",
61-
"src": [
62-
"./src/dtrunc.c"
63-
],
64-
"include": [
65-
"./include"
66-
],
67-
"libraries": [],
68-
"libpath": [],
69-
"dependencies": [
70-
"@stdlib/math/base/special/trunc",
71-
"@stdlib/strided/base/dmap"
72-
]
73-
}
74-
]
2+
"options": {
3+
"task": "build"
4+
},
5+
"fields": [
6+
{
7+
"field": "src",
8+
"resolve": true,
9+
"relative": true
10+
},
11+
{
12+
"field": "include",
13+
"resolve": true,
14+
"relative": true
15+
},
16+
{
17+
"field": "libraries",
18+
"resolve": false,
19+
"relative": false
20+
},
21+
{
22+
"field": "libpath",
23+
"resolve": true,
24+
"relative": false
25+
}
26+
],
27+
"confs": [
28+
{
29+
"task": "build",
30+
"src": [
31+
"./src/dtrunc.c"
32+
],
33+
"include": [
34+
"./include"
35+
],
36+
"libraries": [],
37+
"libpath": [],
38+
"dependencies": [
39+
"@stdlib/math/base/special/trunc",
40+
"@stdlib/strided/base/dmap",
41+
"@stdlib/strided/napi/dmap"
42+
]
43+
},
44+
{
45+
"task": "examples",
46+
"src": [
47+
"./src/dtrunc.c"
48+
],
49+
"include": [
50+
"./include"
51+
],
52+
"libraries": [],
53+
"libpath": [],
54+
"dependencies": [
55+
"@stdlib/math/base/special/trunc",
56+
"@stdlib/strided/base/dmap"
57+
]
58+
},
59+
{
60+
"task": "benchmark",
61+
"src": [
62+
"./src/dtrunc.c"
63+
],
64+
"include": [
65+
"./include"
66+
],
67+
"libraries": [],
68+
"libpath": [],
69+
"dependencies": [
70+
"@stdlib/math/base/special/trunc",
71+
"@stdlib/strided/base/dmap"
72+
]
73+
}
74+
]
7575
}

lib/node_modules/@stdlib/ndarray/base/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var o = ns;
6060
- <span class="signature">[`bytesPerElement( dtype )`][@stdlib/ndarray/base/bytes-per-element]</span><span class="delimiter">: </span><span class="description">return the number of bytes per element provided an underlying array data type.</span>
6161
- <span class="signature">[`char2dtype( [ch] )`][@stdlib/ndarray/base/char2dtype]</span><span class="delimiter">: </span><span class="description">return the data type string associated with a provided single letter character abbreviation.</span>
6262
- <span class="signature">[`clampIndex( idx, max )`][@stdlib/ndarray/base/clamp-index]</span><span class="delimiter">: </span><span class="description">restrict an index to the interval `[0,max]`.</span>
63+
- <span class="signature">[`countFalsy( arrays )`][@stdlib/ndarray/base/count-falsy]</span><span class="delimiter">: </span><span class="description">count the number of falsy elements in an ndarray.</span>
6364
- <span class="signature">[`countTruthy( arrays )`][@stdlib/ndarray/base/count-truthy]</span><span class="delimiter">: </span><span class="description">count the number of truthy elements in an ndarray.</span>
6465
- <span class="signature">[`ndarray( dtype, buffer, shape, strides, offset, order )`][@stdlib/ndarray/base/ctor]</span><span class="delimiter">: </span><span class="description">create a multidimensional array.</span>
6566
- <span class="signature">[`data( x )`][@stdlib/ndarray/base/data-buffer]</span><span class="delimiter">: </span><span class="description">return the underlying data buffer of a provided ndarray.</span>
@@ -255,6 +256,8 @@ console.log( objectKeys( ns ) );
255256

256257
[@stdlib/ndarray/base/clamp-index]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/clamp-index
257258

259+
[@stdlib/ndarray/base/count-falsy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/count-falsy
260+
258261
[@stdlib/ndarray/base/count-truthy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/count-truthy
259262

260263
[@stdlib/ndarray/base/ctor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/ctor
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": []
36-
}
37-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": []
36+
}
37+
]
3838
}
Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": [
36-
"@stdlib/ndarray/base/napi/addon-arguments",
37-
"@stdlib/ndarray/base/function-object",
38-
"@stdlib/ndarray/base/unary",
39-
"@stdlib/ndarray/ctor",
40-
"@stdlib/ndarray/dtypes"
41-
]
42-
}
43-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": [
36+
"@stdlib/ndarray/base/napi/addon-arguments",
37+
"@stdlib/ndarray/base/function-object",
38+
"@stdlib/ndarray/base/unary",
39+
"@stdlib/ndarray/ctor",
40+
"@stdlib/ndarray/dtypes"
41+
]
42+
}
43+
]
4444
}

0 commit comments

Comments
 (0)
0