Skip to content

Commit 77ba721

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into stats-array-nanmean
2 parents 242577b + c1ec14d commit 77ba721

File tree

2,354 files changed

+111984
-36138
lines changed

Some content is hidden

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

2,354 files changed

+111984
-36138
lines changed

.github/workflows/scripts/run_tests_coverage

100644100755
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,10 @@ compare_cov() {
144144
main() {
145145
start_heartbeat "${heartbeat_interval}"
146146

147-
# Only keep files which reside in package directories:
148-
changed=$(echo "${changed}" | tr ' ' '\n' | grep '^lib/node_modules/@stdlib') || true
147+
# Only keep files which reside in package directories, but exclude _tools:
148+
changed=$(echo "${changed}" | tr ' ' '\n' | \
149+
grep '^lib/node_modules/@stdlib' | \
150+
grep -v '^lib/node_modules/@stdlib/_tools') || true
149151

150152
# Find unique package directories:
151153
directories=$(echo "${changed}" | tr ' ' '\n' | sed -E 's/\/(benchmark|bin|data|docs|etc|examples|include|lib|scripts|src|test)(\/.*)?\/?$//' | uniq)

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
2424
Amit Jimiwal <[email protected]>
25+
Annamalai Prabu <[email protected]>
2526
Anshu Kumar <[email protected]>
2627
Anshu Kumar <[email protected]>
2728
Anudeep Sanapala <[email protected]>
@@ -38,6 +39,7 @@ Daniel Killenberger <[email protected]>
3839
Daniel Yu <[email protected]>
3940
Debashis Maharana <[email protected]>
4041
Deep Trivedi <[email protected]>
42+
Deepak Singh <[email protected]>
4143
Desh Deepak Kant <[email protected]>
4244
4345
Dhanyabad behera <[email protected]>
@@ -119,6 +121,7 @@ Ognjen Jevremović <[email protected]>
119121
Oneday12323 <[email protected]>
120122
Ori Miles <[email protected]>
121123
Philipp Burckhardt <[email protected]>
124+
Pierre Forstmann <[email protected]>
122125
Prajjwal Bajpai <[email protected]>
123126
Prajwal Kulkarni <[email protected]>
124127
Pranav Goswami <[email protected]>

docs/policies/domains.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ This document lists domain names which are officially affiliated with the projec
1515
List of active domains:
1616

1717
- [stdlib.io](https://stdlib.io): the domain of the website
18-
- [stdlib.blog](https://stdlib.blog): the domain of the development blog
18+
- [stdlib.blog](https://www.stdlib.blog): the domain of the development blog
1919

2020
## Idle
2121

2222
List of **currently** unused domains:
2323

2424
- [libstd.com](http://libstd.com): redirects to repository
2525
- [libstd.org](http://libstd.org): redirects to repository
26-
- [stdlib.ai](http://stdlib.ai): redirects to website
27-
- [stdlib.app](http://stdlib.app): ????
26+
- [stdlib.ai](http://www.stdlib.ai): redirects to website
27+
- [stdlib.app](http://www.stdlib.app): redirects to website
2828
- [stdlibjs.com](http://stdlibjs.com): redirects to website
2929
- [stdlib.co](http://stdlib.co): redirects to repository
3030
- [stdlibjs.co](http://stdlibjs.co): redirects to repository
@@ -38,6 +38,10 @@ List of **currently** unused domains:
3838
- [stdlibjs.studio](http://stdlibjs.studio): redirects to website
3939
- [stdlibjs.xyz](http://stdlibjs.xyz): redirects to website
4040
- [stdlibjs.org](http://stdlibjs.org): redirects to website
41+
- [stdlib.dev](http://www.stdlib.dev): redirects to repository
42+
- [stdlibjs.dev](http://www.stdlibjs.dev): redirects to repository
43+
- [stdlibjs.blog](https://www.stdlibjs.blog): redirects to development blog
44+
- [stdlibhq.com](http://www.stdlibhq.com): redirects to website
4145

4246
## Former
4347

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"pattern": "**/benchmark*.js",
3-
"bundle": "benchmark_bundle.js",
4-
"mount": "/",
5-
"html": "benchmarks.html",
6-
"title": "Benchmarks"
2+
"pattern": "**/benchmark*.js",
3+
"bundle": "benchmark_bundle.js",
4+
"mount": "/",
5+
"html": "benchmarks.html",
6+
"title": "Benchmarks"
77
}
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"tags": [
3-
"constant",
4-
"constructor",
2+
"tags": [
3+
"constant",
4+
"constructor",
55
"customfunction",
6-
"default",
7-
"example",
8-
"function",
9-
"license",
10-
"memberof",
11-
"module",
12-
"name",
13-
"namespace",
14-
"param",
15-
"private",
16-
"readonly",
17-
"returns",
18-
"see",
19-
"throws",
20-
"type"
21-
]
6+
"default",
7+
"example",
8+
"function",
9+
"license",
10+
"memberof",
11+
"module",
12+
"name",
13+
"namespace",
14+
"param",
15+
"private",
16+
"readonly",
17+
"returns",
18+
"see",
19+
"throws",
20+
"type"
21+
]
2222
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"limit": 5000,
3-
"remaining": 4823,
4-
"reset": 1454693201845
2+
"limit": 5000,
3+
"remaining": 4823,
4+
"reset": 1454693201845
55
}

lib/node_modules/@stdlib/_tools/github/user-rate-limit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function clbk( error, status ) {
192192
### Usage
193193

194194
```bash
195-
Usage: ghratelimit [options]
195+
Usage: ghratelimit [options]
196196

197197
Options:
198198

lib/node_modules/@stdlib/_tools/licenses/header-regexp-table/test/fixtures/file.f.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ contains
9999
tmp = adjustl( str )
100100
print '(A,A)', ' iterations: ', trim( tmp )
101101
! ..
102-
write (str, '(f0.9)') elapsed
102+
write (str, '(f100.9)') elapsed
103103
tmp = adjustl( str )
104104
print '(A,A)', ' elapsed: ', trim( tmp )
105105
! ..
106-
write( str, '(f0.9)') rate
106+
write( str, '(f100.9)') rate
107107
tmp = adjustl( str )
108108
print '(A,A)', ' rate: ', trim( tmp )
109109
! ..
@@ -177,4 +177,4 @@ contains
177177
end do
178178
call print_summary( repeats, repeats )
179179
end subroutine main
180-
end program bench
180+
end program bench

lib/node_modules/@stdlib/_tools/licenses/header-regexp/test/fixtures/file.f.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ contains
9999
tmp = adjustl( str )
100100
print '(A,A)', ' iterations: ', trim( tmp )
101101
! ..
102-
write (str, '(f0.9)') elapsed
102+
write (str, '(f100.9)') elapsed
103103
tmp = adjustl( str )
104104
print '(A,A)', ' elapsed: ', trim( tmp )
105105
! ..
106-
write( str, '(f0.9)') rate
106+
write( str, '(f100.9)') rate
107107
tmp = adjustl( str )
108108
print '(A,A)', ' rate: ', trim( tmp )
109109
! ..
@@ -177,4 +177,4 @@ contains
177177
end do
178178
call print_summary( repeats, repeats )
179179
end subroutine main
180-
end program bench
180+
end program bench

lib/node_modules/@stdlib/_tools/licenses/insert-header/examples/fixtures/file.f.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ contains
8181
tmp = adjustl( str )
8282
print '(A,A)', ' iterations: ', trim( tmp )
8383
! ..
84-
write (str, '(f0.9)') elapsed
84+
write (str, '(f100.9)') elapsed
8585
tmp = adjustl( str )
8686
print '(A,A)', ' elapsed: ', trim( tmp )
8787
! ..
88-
write( str, '(f0.9)') rate
88+
write( str, '(f100.9)') rate
8989
tmp = adjustl( str )
9090
print '(A,A)', ' rate: ', trim( tmp )
9191
! ..

0 commit comments

Comments
 (0)