Skip to content

Commit 2e957d9

Browse files
committed
Auto-generated commit
1 parent 36a2ea2 commit 2e957d9

5 files changed

Lines changed: 142 additions & 15 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

Lines changed: 123 additions & 6 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-28)
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+
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(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+
- [`8a7e5fb`](https://github.com/stdlib-js/stdlib/commit/8a7e5fb11dee8930ac73b69302065a701966146a) - **chore:** address lint errors _(by Philipp Burckhardt)_
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+
- Philipp Burckhardt
64+
65+
</section>
66+
67+
<!-- /.contributors -->
4468

4569
</section>
4670

@@ -60,7 +84,53 @@ 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="bug-fixes">
88+
89+
### Bug Fixes
90+
91+
- [`f204b3f`](https://github.com/stdlib-js/stdlib/commit/f204b3fd61259968e39e91aa3579df62c6fda2ca) - resolve type declaration typo by removing stray lint directive [(#1133)](https://github.com/stdlib-js/stdlib/pull/1133)
92+
- [`e3a8985`](https://github.com/stdlib-js/stdlib/commit/e3a898537dc0ff2e08c24fbb5a6e58c6394fcd0c) - move links
93+
94+
</section>
95+
96+
<!-- /.bug-fixes -->
97+
98+
<section class="commits">
99+
100+
### Commits
101+
102+
<details>
103+
104+
- [`f04074a`](https://github.com/stdlib-js/stdlib/commit/f04074abd0c151f1b92c58b8cd71ecb9279803e0) - **docs:** update related packages sections [(#1276)](https://github.com/stdlib-js/stdlib/pull/1276) _(by stdlib-bot)_
105+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
106+
- [`398a2ac`](https://github.com/stdlib-js/stdlib/commit/398a2ac65d2291cf7ea630f3a5665c6395502792) - **docs:** update related packages sections [(#1228)](https://github.com/stdlib-js/stdlib/pull/1228) _(by stdlib-bot)_
107+
- [`f204b3f`](https://github.com/stdlib-js/stdlib/commit/f204b3fd61259968e39e91aa3579df62c6fda2ca) - **fix:** resolve type declaration typo by removing stray lint directive [(#1133)](https://github.com/stdlib-js/stdlib/pull/1133) _(by Daniel Killenberger)_
108+
- [`6a9cc0e`](https://github.com/stdlib-js/stdlib/commit/6a9cc0e47fa5783053f8fd2895ea76f5deea0829) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
109+
- [`5497c40`](https://github.com/stdlib-js/stdlib/commit/5497c40ce46dfa7c4de64d15526ba794446487e2) - **build:** replace tslint directive with eslint equivalent _(by Philipp Burckhardt)_
110+
- [`6b34523`](https://github.com/stdlib-js/stdlib/commit/6b3452322174342479d6c8b3277c3efee65d4cc0) - **docs:** update links _(by Athan Reines)_
111+
- [`e3a8985`](https://github.com/stdlib-js/stdlib/commit/e3a898537dc0ff2e08c24fbb5a6e58c6394fcd0c) - **fix:** move links _(by Athan Reines)_
112+
- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_
113+
- [`279034e`](https://github.com/stdlib-js/stdlib/commit/279034eddb4b9ec511c6001f2c120b9c34bf3cfd) - **refactor:** use accessor utility _(by Athan Reines)_
114+
115+
</details>
116+
117+
</section>
118+
119+
<!-- /.commits -->
120+
121+
<section class="contributors">
122+
123+
### Contributors
124+
125+
A total of 3 people contributed to this release. Thank you to the following contributors:
126+
127+
- Athan Reines
128+
- Daniel Killenberger
129+
- Philipp Burckhardt
130+
131+
</section>
132+
133+
<!-- /.contributors -->
64134

65135
</section>
66136

@@ -70,7 +140,54 @@ No changes reported for this release.
70140

71141
## 0.1.0 (2023-09-24)
72142

73-
No changes reported for this release.
143+
<section class="features">
144+
145+
### Features
146+
147+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
148+
149+
</section>
150+
151+
<!-- /.features -->
152+
153+
<section class="breaking-changes">
154+
155+
### BREAKING CHANGES
156+
157+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
158+
159+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
160+
161+
</section>
162+
163+
<!-- /.breaking-changes -->
164+
165+
<section class="commits">
166+
167+
### Commits
168+
169+
<details>
170+
171+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
172+
- [`ab5d324`](https://github.com/stdlib-js/stdlib/commit/ab5d324b547870938b21ebdeecc1f7fda132f321) - **chore:** resolve lint errors _(by Philipp Burckhardt)_
173+
174+
</details>
175+
176+
</section>
177+
178+
<!-- /.commits -->
179+
180+
<section class="contributors">
181+
182+
### Contributors
183+
184+
A total of 1 person contributed to this release. Thank you to this contributor:
185+
186+
- Philipp Burckhardt
187+
188+
</section>
189+
190+
<!-- /.contributors -->
74191

75192
</section>
76193

CONTRIBUTORS

Lines changed: 11 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>
@@ -20,23 +21,27 @@ Christopher Dambamuromo <chridam@gmail.com>
2021
Dan Rose <danoftheroses@gmail.com>
2122
Daniel Killenberger <daniel.killenberger@gmail.com>
2223
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
24+
Debashis Maharana <debashismaharana7854@gmail.com>
2325
Dominik Moritz <domoritz@gmail.com>
2426
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2527
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
2628
Frank Kovacs <fran70kk@gmail.com>
2729
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
2830
Gunj Joshi <gunjjoshi8372@gmail.com>
31+
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
2932
Harshita Kalani <harshitakalani02@gmail.com>
3033
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
3134
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
3235
James Gelok <jdgelok@gmail.com>
3336
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
37+
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
3438
Jithin KS <jithinks112@gmail.com>
3539
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
3640
Joey Reed <joeyrreed@gmail.com>
3741
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
3842
Joris Labie <joris.labie1@gmail.com>
3943
Justin Dennison <justin1dennison@gmail.com>
44+
Kaif Mohd <mdkaifprofession@gmail.com>
4045
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4146
Khaldon <kahmd1444@gmail.com>
4247
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -46,6 +51,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4651
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4752
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4853
Milan Raj <rajsite@users.noreply.github.com>
54+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4955
Momtchil Momtchev <momtchil@momtchev.com>
5056
Muhammad Haris <harriskhan047@outlook.com>
5157
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +76,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7076
Rutam <138517416+performant23@users.noreply.github.com>
7177
Ryan Seal <splrk@users.noreply.github.com>
7278
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
79+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7380
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7481
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7582
Shivam <11shivam00@gmail.com>
@@ -84,13 +91,17 @@ Stephannie Jiménez Gacha <steff456@hotmail.com>
8491
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
8592
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
8693
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
94+
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
8795
Utkarsh <http://utkarsh11105@gmail.com>
8896
Utkarsh Raj <rajutkarsh2505@gmail.com>
97+
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
8998
Varad Gupta <varadgupta21@gmail.com>
9099
Xiaochuan Ye <tap91624@gmail.com>
91100
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
92101
naveen <stupiddint@gmail.com>
93102
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
103+
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
94104
orimiles5 <97595296+orimiles5@users.noreply.github.com>
95105
rainn <88160429+AmCodesLame@users.noreply.github.com>
96106
rei2hu <reimu@reimu.ws>
107+
yaswanth <116426380+yaswanthkosuru@users.noreply.github.com>

docs/types/test.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import dispatch = require( './index' );
3030
/**
3131
* Nullary callback.
3232
*
33-
* @return input value
33+
* @returns input value
3434
*/
3535
function nullary(): any {
3636
return 5.0;
@@ -40,7 +40,7 @@ function nullary(): any {
4040
* Unary callback.
4141
*
4242
* @param x - input value
43-
* @return input value
43+
* @returns input value
4444
*/
4545
function unary( x: any ): any {
4646
return x;
@@ -51,7 +51,7 @@ function unary( x: any ): any {
5151
*
5252
* @param x - input value
5353
* @param y - input value
54-
* @return output value
54+
* @returns output value
5555
*/
5656
function binary( x: number, y: number ): number {
5757
return x + y;
@@ -63,7 +63,7 @@ function binary( x: number, y: number ): number {
6363
* @param x - input value
6464
* @param y - input value
6565
* @param z - input value
66-
* @return output value
66+
* @returns output value
6767
*/
6868
function ternary( x: number, y: number, z: number ): number {
6969
return x + y + z;
@@ -76,7 +76,7 @@ function ternary( x: number, y: number, z: number ): number {
7676
* @param y - input value
7777
* @param z - input value
7878
* @param w - input value
79-
* @return output value
79+
* @returns output value
8080
*/
8181
function quaternary( x: number, y: number, z: number, w: number ): number {
8282
return x + y + z + w;
@@ -88,7 +88,7 @@ function quaternary( x: number, y: number, z: number, w: number ): number {
8888
* @param shape - dimensions
8989
* @param idx - linear index
9090
* @param opts - options
91-
* @return subscripts
91+
* @returns subscripts
9292
*/
9393
function ind2sub( shape: ArrayLike<number>, idx: number, opts?: any ): Array<number> {
9494
let out;
@@ -164,7 +164,7 @@ function ndarrayFcn( arrays: Array<ndarray>, fcn: ( x: any ) => any ): void {
164164
/**
165165
* Mock function to create an ndarray-like object.
166166
*
167-
* @return ndarray-like object
167+
* @returns ndarray-like object
168168
*/
169169
function array(): ndarray {
170170
const obj: ndarray = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stdlib/ndarray-base-dtype-resolve-enum": "^0.2.2",
4848
"@stdlib/ndarray-dtype": "^0.2.2",
4949
"@stdlib/string-format": "^0.2.2",
50-
"@stdlib/types": "^0.3.2",
50+
"@stdlib/types": "^0.4.1",
5151
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)