Skip to content

Commit 626e3f7

Browse files
committed
Auto-generated commit
1 parent 6540adc commit 626e3f7

File tree

4 files changed

+63
-67
lines changed

4 files changed

+63
-67
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 24 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -4,82 +4,52 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-04-14)
8-
9-
<section class="packages">
10-
11-
### Packages
12-
13-
<section class="package" id="plot-components-svg-symbols-unreleased">
14-
15-
#### [@stdlib/plot/components/svg/symbols](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/plot/components/svg/symbols)
16-
17-
<details>
7+
## Unreleased (2025-07-27)
188

199
<section class="issues">
2010

21-
##### Closed Issues
11+
### Closed Issues
2212

23-
This release closes the following issue:
13+
A total of 2 issues were closed in this release:
2414

25-
[#5791](https://github.com/stdlib-js/stdlib/issues/5791)
15+
[#5791](https://github.com/stdlib-js/stdlib/issues/5791), [#7744](https://github.com/stdlib-js/stdlib/issues/7744)
2616

2717
</section>
2818

2919
<!-- /.issues -->
3020

31-
</details>
32-
33-
</section>
34-
35-
<!-- /.package -->
36-
37-
</section>
38-
39-
<!-- /.packages -->
21+
<section class="commits">
4022

41-
<section class="issues">
23+
### Commits
4224

43-
### Closed Issues
25+
<details>
4426

45-
This release closes the following issue:
27+
- [`c2cf04d`](https://github.com/stdlib-js/stdlib/commit/c2cf04db45596bd9a6fdde72df5c85e6cd233bc7) - **chore:** fix JavaScript lint errors [(#7747)](https://github.com/stdlib-js/stdlib/pull/7747) _(by Pradyumn Prasad, Athan Reines)_
28+
- [`ac3514a`](https://github.com/stdlib-js/stdlib/commit/ac3514a8ab9759921e6c33ad11498603f1ccd085) - **refactor:** use base array assertion utility _(by Athan Reines)_
29+
- [`fea4b5b`](https://github.com/stdlib-js/stdlib/commit/fea4b5b38cc1fd06ba856490378e069bf64a928b) - **chore(plot):** replace array pre-allocation with push [(#5852)](https://github.com/stdlib-js/stdlib/pull/5852) _(by Anshu Kumar)_
30+
- [`321e49e`](https://github.com/stdlib-js/stdlib/commit/321e49e9965648f1b5eb6a840fe454959af0ec49) - **docs:** add missing periods to list items _(by Philipp Burckhardt)_
4631

47-
[#5791](https://github.com/stdlib-js/stdlib/issues/5791)
32+
</details>
4833

4934
</section>
5035

51-
<!-- /.issues -->
36+
<!-- /.commits -->
5237

5338
<section class="contributors">
5439

5540
### Contributors
5641

57-
A total of 3 people contributed to this release. Thank you to the following contributors:
42+
A total of 4 people contributed to this release. Thank you to the following contributors:
5843

5944
- Anshu Kumar
6045
- Athan Reines
6146
- Philipp Burckhardt
47+
- Pradyumn Prasad
6248

6349
</section>
6450

6551
<!-- /.contributors -->
6652

67-
<section class="commits">
68-
69-
### Commits
70-
71-
<details>
72-
73-
- [`ac3514a`](https://github.com/stdlib-js/stdlib/commit/ac3514a8ab9759921e6c33ad11498603f1ccd085) - **refactor:** use base array assertion utility _(by Athan Reines)_
74-
- [`fea4b5b`](https://github.com/stdlib-js/stdlib/commit/fea4b5b38cc1fd06ba856490378e069bf64a928b) - **chore(plot):** replace array pre-allocation with push [(#5852)](https://github.com/stdlib-js/stdlib/pull/5852) _(by Anshu Kumar)_
75-
- [`321e49e`](https://github.com/stdlib-js/stdlib/commit/321e49e9965648f1b5eb6a840fe454959af0ec49) - **docs:** add missing periods to list items _(by Philipp Burckhardt)_
76-
77-
</details>
78-
79-
</section>
80-
81-
<!-- /.commits -->
82-
8353
</section>
8454

8555
<!-- /.release -->
@@ -138,13 +108,19 @@ No changes reported for this release.
138108

139109
## 0.2.0 (2024-02-05)
140110

141-
<section class="packages">
111+
<section class="commits">
112+
113+
### Commits
114+
115+
<details>
116+
117+
- [`8c855ad`](https://github.com/stdlib-js/stdlib/commit/8c855ad32966a0f57d8761ae50db6b8762f59415) - **docs:** update links _(by Athan Reines)_
142118

143-
### Packages
119+
</details>
144120

145121
</section>
146122

147-
<!-- /.packages -->
123+
<!-- /.commits -->
148124

149125
<section class="contributors">
150126

@@ -158,20 +134,6 @@ A total of 1 person contributed to this release. Thank you to this contributor:
158134

159135
<!-- /.contributors -->
160136

161-
<section class="commits">
162-
163-
### Commits
164-
165-
<details>
166-
167-
- [`8c855ad`](https://github.com/stdlib-js/stdlib/commit/8c855ad32966a0f57d8761ae50db6b8762f59415) - **docs:** update links _(by Athan Reines)_
168-
169-
</details>
170-
171-
</section>
172-
173-
<!-- /.commits -->
174-
175137
</section>
176138

177139
<!-- /.release -->

CONTRIBUTORS

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,18 @@ Ali Salesi <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
26+
Anmol Sah <[email protected]>
27+
Annamalai Prabu <[email protected]>
2528
Anshu Kumar <[email protected]>
2629
Anshu Kumar <[email protected]>
2730
Anudeep Sanapala <[email protected]>
31+
Arihant Pal <[email protected]>
32+
Aryan Bhirud <[email protected]>
33+
2834
Athan Reines <[email protected]>
35+
Atharva Patil <[email protected]>
2936
3037
Bhavishy Agrawal <[email protected]>
3138
Brendan Graetz <[email protected]>
@@ -34,10 +41,13 @@ Bryan Elee <[email protected]>
3441
Chinmay Joshi <[email protected]>
3542
Christopher Dambamuromo <[email protected]>
3643
44+
Daniel Hernandez Gomez <[email protected]>
3745
Daniel Killenberger <[email protected]>
3846
Daniel Yu <[email protected]>
3947
Debashis Maharana <[email protected]>
4048
Deep Trivedi <[email protected]>
49+
Deepak Singh <[email protected]>
50+
Deepak Singh <[email protected]>
4151
Desh Deepak Kant <[email protected]>
4252
4353
Dhanyabad behera <[email protected]>
@@ -51,15 +61,21 @@ Dorrin Sotoudeh <[email protected]>
5161
EuniceSim142 <[email protected]>
5262
Frank Kovacs <[email protected]>
5363
GK Bishnoi <[email protected]>
64+
GURU PRASAD SHARMA <[email protected]>
5465
66+
Gautam Kaushik <[email protected]>
5567
Gautam sharma <[email protected]>
68+
69+
Girish Garg <[email protected]>
5670
Golden Kumar <[email protected]>
5771
Gunj Joshi <[email protected]>
5872
Gururaj Gurram <[email protected]>
73+
Harishchandra Reddy <[email protected]>
5974
Haroon Rasheed <[email protected]>
60-
Harsh <[email protected].com>
75+
Harsh <harshyadav6078@gmail.com>
6176
6277
Harshita Kalani <[email protected]>
78+
Hemang Choudhary <[email protected]>
6379
Hemant M Mehta <[email protected]>
6480
Hridyanshu <[email protected]>
6581
Jaimin Godhani <[email protected]>
@@ -77,6 +93,7 @@ Joris Labie <[email protected]>
7793
Justin Dennison <[email protected]>
7894
Justyn Shelby <[email protected]>
7995
Karan Anand <[email protected]>
96+
Karan Vasudevamurthy <[email protected]>
8097
Karan Yadav <[email protected]>
8198
Karthik Prakash <[email protected]>
8299
Kaushikgtm <[email protected]>
@@ -85,6 +102,8 @@ Kohantika Nath <[email protected]>
85102
Krishnam Agarwal <[email protected]>
86103
Krishnendu Das <[email protected]>
87104
Kshitij-Dale <[email protected]>
105+
Lalit Narayan Yadav <[email protected]>
106+
Lokesh Ranjan <[email protected]>
88107
Lovelin Dhoni J B <[email protected]>
89108
90109
Mahfuza Humayra Mohona <[email protected]>
@@ -105,13 +124,15 @@ Naveen Kumar <[email protected]>
105124
Neeraj Pathak <[email protected]>
106125
NirvedMishra <[email protected]>
107126
Nishant Shinde <[email protected]>
127+
Nishant singh <[email protected]>
108128
Nishchay Rajput <[email protected]>
109129
Nithin Katta <[email protected]>
110130
Nourhan Hasan <[email protected]>
111131
Ognjen Jevremović <[email protected]>
112132
Oneday12323 <[email protected]>
113133
Ori Miles <[email protected]>
114134
Philipp Burckhardt <[email protected]>
135+
Pierre Forstmann <[email protected]>
115136
Prajjwal Bajpai <[email protected]>
116137
Prajwal Kulkarni <[email protected]>
117138
Pranav Goswami <[email protected]>
@@ -141,34 +162,43 @@ Ryan Seal <[email protected]>
141162
Rylan Yang <[email protected]>
142163
SAHIL KUMAR <[email protected]>
143164
SHIVAM YADAV <[email protected]>
165+
Sachin Raj <[email protected]>
144166
Sahil Goyal <[email protected]>
145167
Sai Avinash <[email protected]>
146168
Sai Srikar Dumpeti <[email protected]>
147169
Sanchay Ketan Sinha <[email protected]>
148170
Sarthak Paandey <[email protected]>
171+
Satyajeet Chavan <[email protected]>
149172
Saurabh Singh <[email protected]>
150173
Seyyed Parsa Neshaei <[email protected]>
151174
Shabareesh Shetty <[email protected]>
152175
Shashank Shekhar Singh <[email protected]>
153176
Shivam Ahir <[email protected]>
177+
154178
Shraddheya Shendre <[email protected]>
155179
Shubh Mehta <[email protected]>
156180
Shubham Mishra <[email protected]>
181+
Siddhesh waje <[email protected]>
157182
Sivam Das <[email protected]>
158183
Snehil Shah <[email protected]>
159184
Soumajit Chatterjee <[email protected]>
160185
Spandan Barve <[email protected]>
161186
Stephannie Jiménez Gacha <[email protected]>
162187
Suhaib Ilahi <[email protected]>
163188
Suraj Kumar <[email protected]>
189+
Swapnil Hajare <[email protected]>
164190
Tanishq Ahuja <[email protected]>
165191
Tirtadwipa Manunggal <[email protected]>
166192
Tudor Pagu <[email protected]>
167193
Tufailahmed Bargir <[email protected]>
194+
Tushar Bhardwaj <[email protected]>
195+
Uday Kakade <[email protected]>
196+
Ujjwal Kirti <[email protected]>
168197
Utkarsh <http://[email protected]>
169198
Utkarsh Raj <[email protected]>
170199
UtkershBasnet <[email protected]>
171200
Vaibhav Patel <[email protected]>
201+
Vara Rahul Rajana <[email protected]>
172202
Varad Gupta <[email protected]>
173203
Vinit Pandit <[email protected]>
174204
Vivek Maurya <[email protected]>
@@ -177,12 +207,17 @@ Yaswanth Kosuru <[email protected]>
177207
Yernar Yergaziyev <[email protected]>
178208
Yugal Kaushik <[email protected]>
179209
Yuvi Mittal <[email protected]>
210+
deepak427 <[email protected]>
211+
devshree-bhati <[email protected]>
180212
181213
ekambains <[email protected]>
182214
fadiothman22 <[email protected]>
215+
iraandrushko <[email protected]>
216+
183217
lohithganni <[email protected]>
184218
olenkabilonizhka <[email protected]>
185219
pranav-1720 <[email protected]>
186220
rahulrangers <[email protected]>
187221
188222
223+

ctor/lib/props/x-max/get.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// MODULES //
2222

2323
var isNull = require( '@stdlib/assert/is-null' );
24-
var max = require( './../../utils/max.js' ); // TODO: replace with mod when written
24+
var max = require( './../../utils/max.js' ); // TODO: replace with stdlib package import when added
2525

2626

2727
// FUNCTIONS //
@@ -39,9 +39,9 @@ function getMax( arr ) {
3939
if ( arr.length === 0 ) {
4040
return null;
4141
}
42-
tmp = new Array( arr.length );
42+
tmp = [];
4343
for ( i = 0; i < arr.length; i++ ) {
44-
tmp[ i ] = max( arr[ i ] );
44+
tmp.push( max( arr[ i ] ) );
4545
}
4646
return max( tmp );
4747
}

0 commit comments

Comments
 (0)