Skip to content

Commit 0a6aaef

Browse files
committed
Auto-generated commit
1 parent 1a5fb4d commit 0a6aaef

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-05-19)
7+
## Unreleased (2025-06-07)
88

99
<section class="features">
1010

@@ -23,6 +23,7 @@
2323

2424
<details>
2525

26+
- [`51bf6f9`](https://github.com/stdlib-js/stdlib/commit/51bf6f9d2bb027aacecda87e02f957badbc246b0) - **bench:** fix formatting _(by Athan Reines)_
2627
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
2728
- [`126c898`](https://github.com/stdlib-js/stdlib/commit/126c89855ae2df8c6db72ca48e138f6b45a179b0) - **feat:** refactor JavaScript implementation and add C `ndarray` implementation for `blas/base/dasum` [(#2942)](https://github.com/stdlib-js/stdlib/pull/2942) _(by Aman Bhansali)_
2829
- [`d93e862`](https://github.com/stdlib-js/stdlib/commit/d93e862d5d5919a73677b3c66e10e5f0bfd99ea0) - **feat:** refactor JavaScript implementation and add C `ndarray` implementation for `blas/base/sasum` [(#2926)](https://github.com/stdlib-js/stdlib/pull/2926) _(by Aman Bhansali, Athan Reines)_

CONTRIBUTORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
3838
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
3939
Debashis Maharana <debashismaharana7854@gmail.com>
4040
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
41+
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
4142
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
4243
Dev Goel <135586571+corsairier@users.noreply.github.com>
4344
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
@@ -53,6 +54,7 @@ Frank Kovacs <fran70kk@gmail.com>
5354
GK Bishnoi <gkishan1kyt@gmail.com>
5455
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5556
Gaurav <gaurav70380@gmail.com>
57+
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
5658
Gautam sharma <gautamkrishnasharma1@gmail.com>
5759
Girish Garg <garggirish2020@gmail.com>
5860
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
@@ -80,6 +82,7 @@ Joris Labie <joris.labie1@gmail.com>
8082
Justin Dennison <justin1dennison@gmail.com>
8183
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
8284
Karan Anand <anandkarancompsci@gmail.com>
85+
Karan Vasudevamurthy <karanlvm123@gmail.com>
8386
Karan Yadav <77043443+karanBRAVO@users.noreply.github.com>
8487
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8588
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
@@ -146,6 +149,7 @@ Ryan Seal <splrk@users.noreply.github.com>
146149
Rylan Yang <137365285+rylany27@users.noreply.github.com>
147150
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
148151
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
152+
Sachin Raj <120590207+schnrj@users.noreply.github.com>
149153
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
150154
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
151155
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
@@ -166,10 +170,14 @@ Spandan Barve <contact@marsian.dev>
166170
Stephannie Jiménez Gacha <steff456@hotmail.com>
167171
Suhaib Ilahi <suhaib.elahi87@gmail.com>
168172
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
173+
Swapnil Hajare <69076366+Swapnil-2502@users.noreply.github.com>
169174
Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
170175
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
171176
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
172177
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
178+
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
179+
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
180+
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
173181
Utkarsh <http://utkarsh11105@gmail.com>
174182
Utkarsh Raj <rajutkarsh2505@gmail.com>
175183
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>

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, '(f15.9)') elapsed
100100
tmp = adjustl( str )
101101
print '(A,A)', ' elapsed: ', trim( tmp )
102102
! ..
103-
write( str, '(f0.9)') rate
103+
write( str, '(f15.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

0 commit comments

Comments
 (0)