Skip to content

Commit bb5d348

Browse files
committed
Auto-generated commit
1 parent 616d690 commit bb5d348

5 files changed

Lines changed: 159 additions & 11 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2024-08-01)
7+
## Unreleased (2024-09-21)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
15+
- [`6e9f42e`](https://github.com/stdlib-js/stdlib/commit/6e9f42e4c912485d9896eaa16c88b70fd3688e97) - **docs:** harmonize list formatting in repl.txt and ensure starting newline _(by Philipp Burckhardt)_
1616

1717
</details>
1818

@@ -26,7 +26,7 @@
2626

2727
A total of 1 person contributed to this release. Thank you to this contributor:
2828

29-
- Athan Reines
29+
- Philipp Burckhardt
3030

3131
</section>
3232

@@ -40,7 +40,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4040

4141
## 0.2.2 (2024-07-29)
4242

43-
No changes reported for this release.
43+
<section class="commits">
44+
45+
### Commits
46+
47+
<details>
48+
49+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
50+
51+
</details>
52+
53+
</section>
54+
55+
<!-- /.commits -->
56+
57+
<section class="contributors">
58+
59+
### Contributors
60+
61+
A total of 1 person contributed to this release. Thank you to this contributor:
62+
63+
- Athan Reines
64+
65+
</section>
66+
67+
<!-- /.contributors -->
4468

4569
</section>
4670

@@ -60,7 +84,43 @@ No changes reported for this release.
6084

6185
## 0.2.0 (2024-02-15)
6286

63-
No changes reported for this release.
87+
<section class="features">
88+
89+
### Features
90+
91+
- [`f3d3f4f`](https://github.com/stdlib-js/stdlib/commit/f3d3f4f4d69804a3f31bdb542abf1aca9f3576d9) - add a `factory` method to allow for partial application
92+
- [`a7d2960`](https://github.com/stdlib-js/stdlib/commit/a7d2960bebae832e80d61cadeb2a1b6d719f0db1) - add support for returning a normalized index
93+
94+
</section>
95+
96+
<!-- /.features -->
97+
98+
<section class="commits">
99+
100+
### Commits
101+
102+
<details>
103+
104+
- [`f3d3f4f`](https://github.com/stdlib-js/stdlib/commit/f3d3f4f4d69804a3f31bdb542abf1aca9f3576d9) - **feat:** add a `factory` method to allow for partial application _(by Athan Reines)_
105+
- [`a7d2960`](https://github.com/stdlib-js/stdlib/commit/a7d2960bebae832e80d61cadeb2a1b6d719f0db1) - **feat:** add support for returning a normalized index _(by Athan Reines)_
106+
107+
</details>
108+
109+
</section>
110+
111+
<!-- /.commits -->
112+
113+
<section class="contributors">
114+
115+
### Contributors
116+
117+
A total of 1 person contributed to this release. Thank you to this contributor:
118+
119+
- Athan Reines
120+
121+
</section>
122+
123+
<!-- /.contributors -->
64124

65125
</section>
66126

@@ -70,7 +130,41 @@ No changes reported for this release.
70130

71131
## 0.1.1 (2023-10-04)
72132

73-
No changes reported for this release.
133+
<section class="bug-fixes">
134+
135+
### Bug Fixes
136+
137+
- [`aaaf01e`](https://github.com/stdlib-js/stdlib/commit/aaaf01e43bfef9b8b3c2c9d3f703b3e95e0524b9) - use correct format specifier in error message
138+
139+
</section>
140+
141+
<!-- /.bug-fixes -->
142+
143+
<section class="commits">
144+
145+
### Commits
146+
147+
<details>
148+
149+
- [`aaaf01e`](https://github.com/stdlib-js/stdlib/commit/aaaf01e43bfef9b8b3c2c9d3f703b3e95e0524b9) - **fix:** use correct format specifier in error message _(by Athan Reines)_
150+
151+
</details>
152+
153+
</section>
154+
155+
<!-- /.commits -->
156+
157+
<section class="contributors">
158+
159+
### Contributors
160+
161+
A total of 1 person contributed to this release. Thank you to this contributor:
162+
163+
- Athan Reines
164+
165+
</section>
166+
167+
<!-- /.contributors -->
74168

75169
</section>
76170

@@ -80,7 +174,53 @@ No changes reported for this release.
80174

81175
## 0.1.0 (2023-09-22)
82176

83-
No changes reported for this release.
177+
<section class="features">
178+
179+
### Features
180+
181+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
182+
183+
</section>
184+
185+
<!-- /.features -->
186+
187+
<section class="breaking-changes">
188+
189+
### BREAKING CHANGES
190+
191+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
192+
193+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
194+
195+
</section>
196+
197+
<!-- /.breaking-changes -->
198+
199+
<section class="commits">
200+
201+
### Commits
202+
203+
<details>
204+
205+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
206+
207+
</details>
208+
209+
</section>
210+
211+
<!-- /.commits -->
212+
213+
<section class="contributors">
214+
215+
### Contributors
216+
217+
A total of 1 person contributed to this release. Thank you to this contributor:
218+
219+
- Philipp Burckhardt
220+
221+
</section>
222+
223+
<!-- /.contributors -->
84224

85225
</section>
86226

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 <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -26,17 +27,20 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2627
Frank Kovacs <fran70kk@gmail.com>
2728
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2829
Gunj Joshi <gunjjoshi8372@gmail.com>
30+
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
2931
Harshita Kalani <harshitakalani02@gmail.com>
3032
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3133
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3234
James Gelok <jdgelok@gmail.com>
3335
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
36+
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
3437
Jithin KS <jithinks112@gmail.com>
3538
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3639
Joey Reed <joeyrreed@gmail.com>
3740
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
3841
Joris Labie <joris.labie1@gmail.com>
3942
Justin Dennison <justin1dennison@gmail.com>
43+
Kaif Mohd <mdkaifprofession@gmail.com>
4044
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4145
Khaldon <kahmd1444@gmail.com>
4246
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -46,6 +50,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4650
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4751
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4852
Milan Raj <rajsite@users.noreply.github.com>
53+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4954
Momtchil Momtchev <momtchil@momtchev.com>
5055
Muhammad Haris <harriskhan047@outlook.com>
5156
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +75,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7075
Rutam <138517416+performant23@users.noreply.github.com>
7176
Ryan Seal <splrk@users.noreply.github.com>
7277
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
78+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7379
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7480
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7581
Shivam <11shivam00@gmail.com>
@@ -84,8 +90,10 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
8490
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
8591
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
8692
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
93+
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
8794
Utkarsh <http://utkarsh11105@gmail.com>
8895
Utkarsh Raj <rajutkarsh2505@gmail.com>
96+
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
8997
Varad Gupta <varadgupta21@gmail.com>
9098
Xiaochuan Ye <tap91624@gmail.com>
9199
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
@@ -94,3 +102,4 @@ nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
94102
orimiles5 <97595296+orimiles5@users.noreply.github.com>
95103
rainn <88160429+AmCodesLame@users.noreply.github.com>
96104
rei2hu <reimu@reimu.ws>
105+
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
The function returns a function which accepts the following arguments:
5353

54-
- idx: index
55-
- max: maximum index value
54+
- idx: index.
55+
- max: maximum index value.
5656

5757
Parameters
5858
----------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@stdlib/ndarray-base-wrap-index": "^0.2.2",
4646
"@stdlib/ndarray-index-modes": "^0.2.2",
4747
"@stdlib/string-format": "^0.2.2",
48-
"@stdlib/types": "^0.3.2",
48+
"@stdlib/types": "^0.4.1",
4949
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2",
5050
"@stdlib/utils-library-manifest": "^0.2.2",
5151
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"

0 commit comments

Comments
 (0)