Skip to content
/ plot Public

Commit be15c0d

Browse files
committed
Auto-generated commit
1 parent 1320341 commit be15c0d

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,12 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191-
192-
# Cursor #
193-
##########
191+
.cursor
194192
.cursorignore
193+
.windsurfrules
194+
.clinerules
195+
196+
# AI coding agents #
197+
####################
198+
CLAUDE.md
199+
GEMINI.md

CHANGELOG.md

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

7-
## Unreleased (2025-09-01)
7+
## Unreleased (2025-09-13)
88

99
<section class="issues">
1010

1111
### Closed Issues
1212

13-
A total of 4 issues were closed in this release:
13+
A total of 5 issues were closed in this release:
1414

15-
[#5791](https://github.com/stdlib-js/stdlib/issues/5791), [#7019](https://github.com/stdlib-js/stdlib/issues/7019), [#7744](https://github.com/stdlib-js/stdlib/issues/7744), [#7993](https://github.com/stdlib-js/stdlib/issues/7993)
15+
[#5791](https://github.com/stdlib-js/stdlib/issues/5791), [#7019](https://github.com/stdlib-js/stdlib/issues/7019), [#7744](https://github.com/stdlib-js/stdlib/issues/7744), [#7993](https://github.com/stdlib-js/stdlib/issues/7993), [#8058](https://github.com/stdlib-js/stdlib/issues/8058)
1616

1717
</section>
1818

@@ -24,6 +24,7 @@ A total of 4 issues were closed in this release:
2424

2525
<details>
2626

27+
- [`f5d1741`](https://github.com/stdlib-js/stdlib/commit/f5d1741e71dac9dc829551c86109d18590515e01) - **chore:** address lint errors in `plot/unicode/stemleaf` [(#8066)](https://github.com/stdlib-js/stdlib/pull/8066) _(by Vara Rahul Rajana)_
2728
- [`5f2a8e1`](https://github.com/stdlib-js/stdlib/commit/5f2a8e17d446397ce2c93e683a3187ec63a38ded) - **chore:** address EditorConfig lint errors [(#7999)](https://github.com/stdlib-js/stdlib/pull/7999) _(by DUDHAT HEMIL PRAVINKUMAR)_
2829
- [`dbc0f86`](https://github.com/stdlib-js/stdlib/commit/dbc0f86a129ad6d1bc89b4dc6a30948f2ba8e85f) - **chore:** fix JavaScript lint errors [(#7952)](https://github.com/stdlib-js/stdlib/pull/7952) _(by Vara Rahul Rajana)_
2930
- [`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)_

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Bruno Fenzl <brunofenzl@gmail.com>
4242
Bryan Elee <rxbryn@gmail.com>
4343
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
4444
Christopher Dambamuromo <chridam@gmail.com>
45+
DUDHAT HEMIL PRAVINKUMAR <138382078+Hemil36@users.noreply.github.com>
4546
Dan Rose <danoftheroses@gmail.com>
4647
Daniel Hernandez Gomez <156333015+dhernandeez13@users.noreply.github.com>
4748
Daniel Killenberger <daniel.killenberger@gmail.com>
@@ -65,6 +66,7 @@ Frank Kovacs <fran70kk@gmail.com>
6566
GK Bishnoi <gkishan1kyt@gmail.com>
6667
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
6768
Gaurav <gaurav70380@gmail.com>
69+
Gaurav Kaushik <144526331+Gauravkaushik-1206@users.noreply.github.com>
6870
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
6971
Gautam sharma <gautamkrishnasharma1@gmail.com>
7072
GeoDaoyu <geodaoyu@foxmail.com>
@@ -179,6 +181,7 @@ Saurabh Singh <saurabhsraghuvanshi@gmail.com>
179181
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
180182
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
181183
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
184+
Shaswata Panda <106397517+shaswata-26@users.noreply.github.com>
182185
Shivam Ahir <11shivam00@gmail.com>
183186
Shivansh <114570926+shiv343@users.noreply.github.com>
184187
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -199,6 +202,7 @@ Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
199202
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
200203
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
201204
Tushar Bhardwaj <155543597+TusharBhardwaj441@users.noreply.github.com>
205+
Tyson Cung <45380903+tysoncung@users.noreply.github.com>
202206
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
203207
Ujjwal Kirti <64329707+ujjwalkirti@users.noreply.github.com>
204208
Utkarsh <http://utkarsh11105@gmail.com>

unicode/stemleaf/lib/format_data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ function formatData( data, getValue ) {
5050

5151
// TODO: add support for `ndarray`-like interfaces
5252

53-
out = new Array( data.length );
53+
out = [];
5454
for ( i = 0; i < data.length; i++ ) {
5555
d = getValue( data[ i ], i );
5656
if ( isnan( d ) || isInfinite( d ) ) {
5757
continue;
5858
}
59-
out[ i ] = round( d );
59+
out.push( round( d ) );
6060
}
6161

6262
return out;

0 commit comments

Comments
 (0)