Skip to content

Commit af11bb3

Browse files
committed
Auto-generated commit
1 parent d0cfd6f commit af11bb3

File tree

5 files changed

+59
-16
lines changed

5 files changed

+59
-16
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-09-21)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-29)

CONTRIBUTORS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -26,17 +27,20 @@ EuniceSim142 <[email protected]>
2627
Frank Kovacs <[email protected]>
2728
Golden Kumar <[email protected]>
2829
Gunj Joshi <[email protected]>
30+
2931
Harshita Kalani <[email protected]>
3032
Hridyanshu <[email protected]>
3133
Jaimin Godhani <[email protected]>
3234
James Gelok <[email protected]>
3335
Jaysukh Makvana <[email protected]>
36+
Jenish Thapa <[email protected]>
3437
Jithin KS <[email protected]>
3538
Joel Mathew Koshy <[email protected]>
3639
Joey Reed <[email protected]>
3740
Jordan Gallivan <[email protected]>
3841
Joris Labie <[email protected]>
3942
Justin Dennison <[email protected]>
43+
Kaif Mohd <[email protected]>
4044
Karthik Prakash <[email protected]>
4145
4246
Krishnendu Das <[email protected]>
@@ -46,6 +50,7 @@ Marcus Fantham <[email protected]>
4650
Matt Cochrane <[email protected]>
4751
Mihir Pandit <[email protected]>
4852
Milan Raj <[email protected]>
53+
Mohammad Kaif <[email protected]>
4954
Momtchil Momtchev <[email protected]>
5055
Muhammad Haris <[email protected]>
5156
Naresh Jagadeesan <[email protected]>
@@ -70,6 +75,7 @@ Roman Stetsyk <[email protected]>
7075
7176
Ryan Seal <[email protected]>
7277
Sai Srikar Dumpeti <[email protected]>
78+
SarthakPaandey <[email protected]>
7379
Seyyed Parsa Neshaei <[email protected]>
7480
Shashank Shekhar Singh <[email protected]>
7581
@@ -84,8 +90,10 @@ Stephannie Jiménez Gacha <[email protected]>
8490
Suraj kumar <[email protected]>
8591
Tirtadwipa Manunggal <[email protected]>
8692
Tudor Pagu <[email protected]>
93+
Tufailahmed Bargir <[email protected]>
8794
Utkarsh <http://[email protected]>
8895
Utkarsh Raj <[email protected]>
96+
Vaibhav Patel <[email protected]>
8997
Varad Gupta <[email protected]>
9098
Xiaochuan Ye <[email protected]>
9199
Yernar Yergaziyev <[email protected]>
@@ -94,3 +102,4 @@ nishant-s7 <[email protected]>
94102
orimiles5 <[email protected]>
95103
96104
105+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
227227
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-one-to.svg
228228
[npm-url]: https://npmjs.org/package/@stdlib/array-one-to
229229

230-
[test-image]: https://github.com/stdlib-js/array-one-to/actions/workflows/test.yml/badge.svg?branch=v0.2.2
231-
[test-url]: https://github.com/stdlib-js/array-one-to/actions/workflows/test.yml?query=branch:v0.2.2
230+
[test-image]: https://github.com/stdlib-js/array-one-to/actions/workflows/test.yml/badge.svg?branch=main
231+
[test-url]: https://github.com/stdlib-js/array-one-to/actions/workflows/test.yml?query=branch:main
232232

233233
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-one-to/main.svg
234234
[coverage-url]: https://codecov.io/github/stdlib-js/array-one-to?branch=main

docs/repl.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66
The function supports the following data types:
77

8-
- float64: double-precision floating-point numbers (IEEE 754)
9-
- float32: single-precision floating-point numbers (IEEE 754)
10-
- complex128: double-precision complex floating-point numbers
11-
- complex64: single-precision complex floating-point numbers
12-
- int32: 32-bit two's complement signed integers
13-
- uint32: 32-bit unsigned integers
14-
- int16: 16-bit two's complement signed integers
15-
- uint16: 16-bit unsigned integers
16-
- int8: 8-bit two's complement signed integers
17-
- uint8: 8-bit unsigned integers
18-
- uint8c: 8-bit unsigned integers clamped to 0-255
19-
- generic: generic JavaScript values
8+
- float64: double-precision floating-point numbers (IEEE 754).
9+
- float32: single-precision floating-point numbers (IEEE 754).
10+
- complex128: double-precision complex floating-point numbers.
11+
- complex64: single-precision complex floating-point numbers.
12+
- int32: 32-bit two's complement signed integers.
13+
- uint32: 32-bit unsigned integers.
14+
- int16: 16-bit two's complement signed integers.
15+
- uint16: 16-bit unsigned integers.
16+
- int8: 8-bit two's complement signed integers.
17+
- uint8: 8-bit unsigned integers.
18+
- uint8c: 8-bit unsigned integers clamped to 0-255.
19+
- generic: generic JavaScript values.
2020

2121
The default array data type is `float64`.
2222

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/array-base-one-to": "^0.2.1",
40+
"@stdlib/array-base-one-to": "^0.2.2",
4141
"@stdlib/array-defaults": "^0.3.0",
4242
"@stdlib/array-zeros": "^0.2.2",
4343
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
4444
"@stdlib/string-format": "^0.2.2",
45-
"@stdlib/types": "^0.3.2",
45+
"@stdlib/types": "^0.4.1",
4646
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)