Skip to content

Commit 933258b

Browse files
authored
Merge branch 'stdlib-js:develop' into blas-ext-findIndex
2 parents d0c4f6a + a7b8f1e commit 933258b

File tree

985 files changed

+58130
-12805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

985 files changed

+58130
-12805
lines changed

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Muhammad Haris <[email protected]>
121121
Muhammad Taaha Tariq <[email protected]>
122122
Muhmmad Saad <[email protected]>
123123
NEEKUorAAYUSH <[email protected]>
124+
Nakul Krishnakumar <[email protected]>
124125
Naresh Jagadeesan <[email protected]>
125126
Naveen Kumar <[email protected]>
126127
Neeraj Pathak <[email protected]>
@@ -206,6 +207,7 @@ Vara Rahul Rajana <[email protected]>
206207
Varad Gupta <[email protected]>
207208
Vinit Pandit <[email protected]>
208209
Vivek Maurya <[email protected]>
210+
Wendy Yuchen Sun <[email protected]>
209211
Xiaochuan Ye <[email protected]>
210212
Yaswanth Kosuru <[email protected]>
211213
Yernar Yergaziyev <[email protected]>
2.76 MB
Loading

docs/talks.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ limitations under the License.
2626
2727
## 2025
2828

29+
### The Future of Numerical Computing in JavaScript
30+
31+
> [Gunj Joshi][gunjjoshi], JSNation, June 2025
32+
33+
<div class="image" align="center">
34+
<a title="The Future of Numerical Computing in JavaScript" href="https://gitnation.com/contents/the-future-of-numerical-computing-in-javascript">
35+
<img width="480" src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@5bee167f21165026dcf85c79048488ea384a9ede/docs/assets/talks/jsnation_2025_gunj_joshi.png" alt="The Future of Numerical Computing in JavaScript">
36+
</a>
37+
<br>
38+
</div>
39+
2940
### Numeric and Scientific Computing inside your Web Browser
3041

3142
> [Gunj Joshi][gunjjoshi], FOSSASIA, March 2025

etc/jsdoc/.jsdoc.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"opts": {
3-
"encoding": "utf8",
4-
"destination": "./build/",
5-
"package": "",
6-
"readme": ""
7-
},
8-
"plugins": [
9-
"plugins/markdown"
10-
],
11-
"templates": {
12-
"default": {
13-
"useLongnameInNav": false
14-
}
15-
}
2+
"opts": {
3+
"encoding": "utf8",
4+
"destination": "./build/",
5+
"package": "",
6+
"readme": ""
7+
},
8+
"plugins": [
9+
"plugins/markdown"
10+
],
11+
"templates": {
12+
"default": {
13+
"useLongnameInNav": false
14+
}
15+
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"pattern": "**/benchmark*.js"
2+
"pattern": "**/benchmark*.js"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"title": "Benchmarks"
2+
"title": "Benchmarks"
33
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"namespace": "tree",
3-
"bundler": "browserify",
4-
"requireName": "require",
5-
"exportName": "@stdlib/stdlib",
6-
"transforms": [],
7-
"plugins": []
2+
"namespace": "tree",
3+
"bundler": "browserify",
4+
"requireName": "require",
5+
"exportName": "@stdlib/stdlib",
6+
"transforms": [],
7+
"plugins": []
88
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"bundle": "benchmark_bundle.js",
3-
"dir": "",
4-
"html": "benchmark.html",
5-
"ignore": [],
6-
"mount": "/",
7-
"packages_pattern": "**/package.json",
8-
"files_pattern": "benchmark/**/benchmark*.js",
9-
"title": ""
2+
"bundle": "benchmark_bundle.js",
3+
"dir": "",
4+
"html": "benchmark.html",
5+
"ignore": [],
6+
"mount": "/",
7+
"packages_pattern": "**/package.json",
8+
"files_pattern": "benchmark/**/benchmark*.js",
9+
"title": ""
1010
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pattern": "**/package.json",
3-
"ignore": [],
4-
"base": "/docs/api/develop/"
2+
"pattern": "**/package.json",
3+
"ignore": [],
4+
"base": "/docs/api/develop/"
55
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pattern": "**/package.json",
3-
"ignore": [],
4-
"base": "/docs/api/develop/"
2+
"pattern": "**/package.json",
3+
"ignore": [],
4+
"base": "/docs/api/develop/"
55
}

0 commit comments

Comments
 (0)