Skip to content

Commit 7f470c3

Browse files
authored
Merge branch 'stdlib-js:develop' into nullary-strided1d
2 parents 4c5c84a + 3ac7464 commit 7f470c3

File tree

1,423 files changed

+89217
-13158
lines changed

Some content is hidden

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

1,423 files changed

+89217
-13158
lines changed

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Abdelrahman Samir <[email protected]>
99
Abdul Kaium <[email protected]>
1010
Abhay Punia <[email protected]>
1111
Abhijit Raut <[email protected]>
12+
Abhishek G <[email protected]>
1213
Abhishek Jain <[email protected]>
1314
Adarsh Palaskar <[email protected]>
1415
Aditya Sapra <[email protected]>
16+
Aditya Singh <[email protected]>
1517
Ahmed Atwa <[email protected]>
1618
Ahmed Kashkoush <[email protected]>
1719
Ahmed Khaled <[email protected]>
@@ -119,6 +121,8 @@ Momtchil Momtchev <[email protected]>
119121
Muhammad Haris <[email protected]>
120122
Muhammad Taaha Tariq <[email protected]>
121123
Muhmmad Saad <[email protected]>
124+
NEEKUorAAYUSH <[email protected]>
125+
Nakul Krishnakumar <[email protected]>
122126
Naresh Jagadeesan <[email protected]>
123127
Naveen Kumar <[email protected]>
124128
Neeraj Pathak <[email protected]>
@@ -133,6 +137,7 @@ Oneday12323 <[email protected]>
133137
Ori Miles <[email protected]>
134138
Philipp Burckhardt <[email protected]>
135139
Pierre Forstmann <[email protected]>
140+
Pradyumn Prasad <[email protected]>
136141
Prajjwal Bajpai <[email protected]>
137142
Prajwal Kulkarni <[email protected]>
138143
Pranav Goswami <[email protected]>
@@ -198,10 +203,12 @@ Utkarsh <http://[email protected]>
198203
Utkarsh Raj <[email protected]>
199204
UtkershBasnet <[email protected]>
200205
Vaibhav Patel <[email protected]>
206+
Vansh Choudhary <[email protected]>
201207
Vara Rahul Rajana <[email protected]>
202208
Varad Gupta <[email protected]>
203209
Vinit Pandit <[email protected]>
204210
Vivek Maurya <[email protected]>
211+
Wendy Yuchen Sun <[email protected]>
205212
Xiaochuan Ye <[email protected]>
206213
Yaswanth Kosuru <[email protected]>
207214
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
}

lib/node_modules/@stdlib/_tools/docs/www/readme-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function done( error, db ) {
115115
}
116116
```
117117

118-
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
118+
To have internal URLs of the READMEs link to relative (or absolute) documentation pages with a specified base path, set the `base` option.
119119

120120
<!-- run-disable -->
121121

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)