Skip to content

Commit a1e3f7a

Browse files
committed
Merge branch 'develop' into feat/sinf
2 parents ef366fc + d884d93 commit a1e3f7a

File tree

1,330 files changed

+57106
-5817
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,330 files changed

+57106
-5817
lines changed

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2222
Aman Bhansali <bhansali.1@iitj.ac.in>
2323
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2424
Amit Jimiwal <amitjimiwal45@gmail.com>
25+
Annamalai Prabu <apfossdev@gmail.com>
2526
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2627
Anshu Kumar <contact.anshukumar@protonmail.com>
2728
Anudeep Sanapala <anudeep0306@gmail.com>
@@ -38,6 +39,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
3839
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
3940
Debashis Maharana <debashismaharana7854@gmail.com>
4041
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
42+
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
4143
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
4244
Dev Goel <135586571+corsairier@users.noreply.github.com>
4345
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>

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: 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/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
! ..

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

Lines changed: 2 additions & 2 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
! ..

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

Lines changed: 2 additions & 2 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
! ..

lib/node_modules/@stdlib/_tools/lint/license-header-file-list/test/fixtures/bad/file.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ subroutine print_results( elapsed )
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
! ..

lib/node_modules/@stdlib/_tools/lint/license-header-file-list/test/fixtures/good/file.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ subroutine print_results( elapsed )
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
! ..

lib/node_modules/@stdlib/_tools/lint/license-header-glob/test/fixtures/bad/file.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ subroutine print_results( elapsed )
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
! ..

lib/node_modules/@stdlib/_tools/lint/license-header-glob/test/fixtures/good/file.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ subroutine print_results( elapsed )
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
! ..

lib/node_modules/@stdlib/_tools/pkgs/browser-entry-points/lib/entries.sync.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function entryPoints( pkgs ) {
5959
var k;
6060

6161
total = pkgs.length;
62-
out = new Array( total );
62+
out = [];
6363

6464
debug( 'Determining main entry points for %d packages...', total );
6565
for ( i = 0; i < total; i++ ) {
@@ -68,12 +68,12 @@ function entryPoints( pkgs ) {
6868
main = pkgs[ i ].id;
6969

7070
debug( 'Determined main entry point for package: %s (%d of %d). Main: %s', pkg, k, total, main );
71-
out[ i ] = {
71+
out.push({
7272
'id': main,
7373
'pkg': pkg,
7474
'dir': pkgs[ i ].dir,
7575
'entries': []
76-
};
76+
});
7777
}
7878
debug( 'Finished determining main entry points.' );
7979

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ var o = blas;
7474
- <span class="signature">[`isamax( N, x, strideX )`][@stdlib/blas/base/isamax]</span><span class="delimiter">: </span><span class="description">find the index of the first element having the maximum absolute value.</span>
7575
- <span class="signature">[`sasum( N, x, stride )`][@stdlib/blas/base/sasum]</span><span class="delimiter">: </span><span class="description">compute the sum of absolute values (_L1_ norm).</span>
7676
- <span class="signature">[`saxpy( N, alpha, x, strideX, y, strideY )`][@stdlib/blas/base/saxpy]</span><span class="delimiter">: </span><span class="description">multiply a vector `x` by a constant `alpha` and add the result to `y`.</span>
77-
- <span class="signature">[`scasum( N, cx, strideX )`][@stdlib/blas/base/scasum]</span><span class="delimiter">: </span><span class="description">compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.</span>
78-
- <span class="signature">[`scnrm2( N, cx, strideX )`][@stdlib/blas/base/scnrm2]</span><span class="delimiter">: </span><span class="description">compute the L2-norm of a complex single-precision floating-point vector.</span>
77+
- <span class="signature">[`scasum( N, x, strideX )`][@stdlib/blas/base/scasum]</span><span class="delimiter">: </span><span class="description">compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.</span>
78+
- <span class="signature">[`scnrm2( N, x, strideX )`][@stdlib/blas/base/scnrm2]</span><span class="delimiter">: </span><span class="description">compute the L2-norm of a complex single-precision floating-point vector.</span>
7979
- <span class="signature">[`scopy( N, x, strideX, y, strideY )`][@stdlib/blas/base/scopy]</span><span class="delimiter">: </span><span class="description">copy values from `x` into `y`.</span>
8080
- <span class="signature">[`sdot( N, x, strideX, y, strideY )`][@stdlib/blas/base/sdot]</span><span class="delimiter">: </span><span class="description">calculate the dot product of two single-precision floating-point vectors.</span>
8181
- <span class="signature">[`sdsdot( N, scalar, x, strideX, y, strideY )`][@stdlib/blas/base/sdsdot]</span><span class="delimiter">: </span><span class="description">calculate the dot product of two single-precision floating-point vectors with extended accumulation.</span>

lib/node_modules/@stdlib/blas/base/ccopy/benchmark/fortran/benchmark.length.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ subroutine print_results( iterations, elapsed )
9696
tmp = adjustl( str )
9797
print '(A,A)', ' iterations: ', trim( tmp )
9898
! ..
99-
write (str, '(f0.9)') elapsed
99+
write (str, '(f100.9)') elapsed
100100
tmp = adjustl( str )
101101
print '(A,A)', ' elapsed: ', trim( tmp )
102102
! ..
103-
write( str, '(f0.9)') rate
103+
write( str, '(f100.9)') rate
104104
tmp = adjustl( str )
105105
print '(A,A)', ' rate: ', trim( tmp )
106106
! ..

lib/node_modules/@stdlib/blas/base/cscal/benchmark/fortran/benchmark.length.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ subroutine print_results( iterations, elapsed )
103103
tmp = adjustl( str )
104104
print '(A,A)', ' iterations: ', trim( tmp )
105105
! ..
106-
write (str, '(f0.9)') elapsed
106+
write (str, '(f100.9)') elapsed
107107
tmp = adjustl( str )
108108
print '(A,A)', ' elapsed: ', trim( tmp )
109109
! ..
110-
write( str, '(f0.9)') rate
110+
write( str, '(f100.9)') rate
111111
tmp = adjustl( str )
112112
print '(A,A)', ' rate: ', trim( tmp )
113113
! ..
@@ -152,7 +152,7 @@ end subroutine cscal
152152
! ..
153153
call random_number( r1 )
154154
call random_number( r2 )
155-
alpha = cmplx( (real(r1)*5.0), (real(r2)*5.0) )
155+
alpha = cmplx( (real(r1)*0.5), (real(r2)*0.5) )
156156
do i = 1, len
157157
call random_number( r1 )
158158
call random_number( r2 )

lib/node_modules/@stdlib/blas/base/csrot/benchmark/fortran/benchmark.length.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ subroutine print_results( iterations, elapsed )
9696
tmp = adjustl( str )
9797
print '(A,A)', ' iterations: ', trim( tmp )
9898
! ..
99-
write (str, '(f0.9)') elapsed
99+
write (str, '(f100.9)') elapsed
100100
tmp = adjustl( str )
101101
print '(A,A)', ' elapsed: ', trim( tmp )
102102
! ..
103-
write( str, '(f0.9)') rate
103+
write( str, '(f100.9)') rate
104104
tmp = adjustl( str )
105105
print '(A,A)', ' rate: ', trim( tmp )
106106
! ..

lib/node_modules/@stdlib/blas/base/cswap/benchmark/fortran/benchmark.length.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ subroutine print_results( iterations, elapsed )
9696
tmp = adjustl( str )
9797
print '(A,A)', ' iterations: ', trim( tmp )
9898
! ..
99-
write (str, '(f0.9)') elapsed
99+
write (str, '(f100.9)') elapsed
100100
tmp = adjustl( str )
101101
print '(A,A)', ' elapsed: ', trim( tmp )
102102
! ..
103-
write( str, '(f0.9)') rate
103+
write( str, '(f100.9)') rate
104104
tmp = adjustl( str )
105105
print '(A,A)', ' rate: ', trim( tmp )
106106
! ..
@@ -207,4 +207,4 @@ subroutine main()
207207
end do
208208
call print_summary( count, count )
209209
end subroutine main
210-
end program bench
210+
end program bench

lib/node_modules/@stdlib/blas/base/dasum/benchmark/fortran/benchmark.length.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ subroutine print_results( iterations, elapsed )
9696
tmp = adjustl( str )
9797
print '(A,A)', ' iterations: ', trim( tmp )
9898
! ..
99-
write (str, '(f0.9)') elapsed
99+
write (str, '(f100.9)') elapsed
100100
tmp = adjustl( str )
101101
print '(A,A)', ' elapsed: ', trim( tmp )
102102
! ..
103-
write( str, '(f0.9)') rate
103+
write( str, '(f100.9)') rate
104104
tmp = adjustl( str )
105105
print '(A,A)', ' rate: ', trim( tmp )
106106
! ..
@@ -207,4 +207,4 @@ subroutine main()
207207
end do
208208
call print_summary( count, count )
209209
end subroutine main
210-
end program bench
210+
end program bench

lib/node_modules/@stdlib/blas/base/daxpy/benchmark/fortran/benchmark.length.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ subroutine print_results( iterations, elapsed )
9696
tmp = adjustl( str )
9797
print '(A,A)', ' iterations: ', trim( tmp )
9898
! ..
99-
write (str, '(f0.9)') elapsed
99+
write (str, '(f100.9)') elapsed
100100
tmp = adjustl( str )
101101
print '(A,A)', ' elapsed: ', trim( tmp )
102102
! ..
103-
write( str, '(f0.9)') rate
103+
write( str, '(f100.9)') rate
104104
tmp = adjustl( str )
105105
print '(A,A)', ' rate: ', trim( tmp )
106106
! ..
@@ -208,4 +208,4 @@ subroutine main()
208208
end do
209209
call print_summary( count, count )
210210
end subroutine main
211-
end program bench
211+
end program bench

lib/node_modules/@stdlib/blas/base/dcabs1/benchmark/fortran/benchmark.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ subroutine print_results( iterations, elapsed )
103103
tmp = adjustl( str )
104104
print '(A,A)', ' iterations: ', trim( tmp )
105105
! ..
106-
write (str, '(f0.9)') elapsed
106+
write (str, '(f100.9)') elapsed
107107
tmp = adjustl( str )
108108
print '(A,A)', ' elapsed: ', trim( tmp )
109109
! ..
110-
write( str, '(f0.9)') rate
110+
write( str, '(f100.9)') rate
111111
tmp = adjustl( str )
112112
print '(A,A)', ' rate: ', trim( tmp )
113113
! ..
@@ -202,4 +202,4 @@ subroutine main()
202202
end do
203203
call print_summary( count, count )
204204
end subroutine main
205-
end program bench
205+
end program bench

lib/node_modules/@stdlib/blas/base/dcopy/benchmark/fortran/benchmark.length.f

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ subroutine print_results( iterations, elapsed )
9696
tmp = adjustl( str )
9797
print '(A,A)', ' iterations: ', trim( tmp )
9898
! ..
99-
write (str, '(f0.9)') elapsed
99+
write (str, '(f100.9)') elapsed
100100
tmp = adjustl( str )
101101
print '(A,A)', ' elapsed: ', trim( tmp )
102102
! ..
103-
write( str, '(f0.9)') rate
103+
write( str, '(f100.9)') rate
104104
tmp = adjustl( str )
105105
print '(A,A)', ' rate: ', trim( tmp )
106106
! ..
@@ -206,4 +206,4 @@ subroutine main()
206206
end do
207207
call print_summary( count, count )
208208
end subroutine main
209-
end program bench
209+
end program bench

0 commit comments

Comments
 (0)