Skip to content

Commit ce63878

Browse files
committed
Auto-generated commit
1 parent 22af17d commit ce63878

7 files changed

+23
-16
lines changed

.editorconfig

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]
@@ -121,7 +120,7 @@ indent_style = tab
121120
[*.{md,md.txt}]
122121
indent_style = space
123122
indent_size = 4
124-
trim_trailing_whitespace = false
123+
trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim.
125124
126125
# Set properties for `usage.txt` files:
127126
[usage.txt]

.github/.keepalive

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-12-09T01:47:47.103Z
1+
2025-02-03T00:51:58.441Z

.github/workflows/test_install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
env:
5151
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5252

53-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
54-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
53+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
54+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5555

5656
# Define the sequence of job steps...
5757
steps:

.github/workflows/test_published_package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
env:
4848
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4949

50-
# Run workflow job if `publish` workflow run is successful or when the workflow is manually run:
51-
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
50+
# Run workflow job if `publish` workflow run is successful or when the workflow is manually triggered or on a schedule:
51+
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
5252

5353
# Define the job's steps:
5454
steps:

CONTRIBUTORS

+15-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aadish Jain <[email protected]>
56
Aayush Khanna <[email protected]>
67
Abhijit Raut <[email protected]>
78
Adarsh Palaskar <[email protected]>
89
Aditya Sapra <[email protected]>
910
Ahmed Atwa <[email protected]>
1011
Ahmed Kashkoush <[email protected]>
12+
Ahmed Khaled <[email protected]>
1113
Aleksandr <[email protected]>
1214
Ali Salesi <[email protected]>
1315
Aman Bhansali <[email protected]>
@@ -24,6 +26,10 @@ Dan Rose <[email protected]>
2426
Daniel Killenberger <[email protected]>
2527
Daniel Yu <[email protected]>
2628
Debashis Maharana <[email protected]>
29+
Desh Deepak Kant <[email protected]>
30+
31+
Dhruv Arvind Singh <[email protected]>
32+
Divyansh Seth <[email protected]>
2733
Dominic Lim <[email protected]>
2834
Dominik Moritz <[email protected]>
2935
Dorrin Sotoudeh <[email protected]>
@@ -45,12 +51,12 @@ Joey Reed <[email protected]>
4551
Jordan Gallivan <[email protected]>
4652
Joris Labie <[email protected]>
4753
Justin Dennison <[email protected]>
54+
Karan Anand <[email protected]>
4855
Karthik Prakash <[email protected]>
49-
5056
Kohantika Nath <[email protected]>
5157
Krishnendu Das <[email protected]>
5258
Kshitij-Dale <[email protected]>
53-
59+
Lovelin Dhoni J B <[email protected]>
5460
Manik Sharma <[email protected]>
5561
Manvith M <[email protected]>
5662
Marcus Fantham <[email protected]>
@@ -61,6 +67,7 @@ Mohammad Kaif <[email protected]>
6167
Momtchil Momtchev <[email protected]>
6268
Muhammad Haris <[email protected]>
6369
Naresh Jagadeesan <[email protected]>
70+
Naveen Kumar <[email protected]>
6471
Neeraj Pathak <[email protected]>
6572
Nishant Shinde <[email protected]>
6673
Nithin Katta <[email protected]>
@@ -71,10 +78,11 @@ Ori Miles <[email protected]>
7178
Philipp Burckhardt <[email protected]>
7279
Prajwal Kulkarni <[email protected]>
7380
Pranav Goswami <[email protected]>
74-
75-
81+
Pranjal Jha <[email protected]>
82+
Prashant Kumar Yadav <[email protected]>
83+
Pratik Singh <[email protected]>
7684
Pratyush Kumar Chouhan <[email protected]>
77-
85+
Priyansh Prajapati <[email protected]>
7886
Priyanshu Agarwal <[email protected]>
7987
Pushpendra Chandravanshi <[email protected]>
8088
Raunak Kumar Gupta <[email protected]>
@@ -93,7 +101,7 @@ Sarthak Paandey <[email protected]>
93101
Saurabh Singh <[email protected]>
94102
Seyyed Parsa Neshaei <[email protected]>
95103
Shashank Shekhar Singh <[email protected]>
96-
104+
Shivam Ahir <[email protected]>
97105
Shraddheya Shendre <[email protected]>
98106
Shubh Mehta <[email protected]>
99107
Shubham Mishra <[email protected]>
@@ -112,10 +120,10 @@ UtkershBasnet <[email protected]>
112120
Vaibhav Patel <[email protected]>
113121
Varad Gupta <[email protected]>
114122
Vinit Pandit <[email protected]>
123+
Vivek Maurya <[email protected]>
115124
Xiaochuan Ye <[email protected]>
116125
Yaswanth Kosuru <[email protected]>
117126
Yernar Yergaziyev <[email protected]>
118-
119127
olenkabilonizhka <[email protected]>
120128
121129

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ For more information on the project, filing bug reports and feature requests, an
224224

225225
## Copyright
226226

227-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
227+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
228228

229229
</section>
230230

0 commit comments

Comments
 (0)