Skip to content

Commit 1730708

Browse files
committed
Auto-generated commit
1 parent a1c2693 commit 1730708

File tree

8 files changed

+152
-16
lines changed

8 files changed

+152
-16
lines changed

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

+139-5
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-08-17)
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+
- [`453c7f9`](https://github.com/stdlib-js/stdlib/commit/453c7f9f7c8ac5b8817b1d81f98af42570f1d0a5) - **refactor:** allow array-like objects containing submodes _(by Athan Reines)_
1616

1717
</details>
1818

@@ -40,7 +40,45 @@ 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="bug-fixes">
44+
45+
### Bug Fixes
46+
47+
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - update include paths
48+
49+
</section>
50+
51+
<!-- /.bug-fixes -->
52+
53+
<section class="commits">
54+
55+
### Commits
56+
57+
<details>
58+
59+
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
60+
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
61+
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
62+
- [`cf3f92e`](https://github.com/stdlib-js/stdlib/commit/cf3f92eddd20ec1a4106c8a34f7d7705a9a99dbc) - **fix:** update include paths _(by Athan Reines)_
63+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
64+
65+
</details>
66+
67+
</section>
68+
69+
<!-- /.commits -->
70+
71+
<section class="contributors">
72+
73+
### Contributors
74+
75+
A total of 1 person contributed to this release. Thank you to this contributor:
76+
77+
- Athan Reines
78+
79+
</section>
80+
81+
<!-- /.contributors -->
4482

4583
</section>
4684

@@ -60,7 +98,42 @@ No changes reported for this release.
6098

6199
## 0.2.0 (2024-02-15)
62100

63-
No changes reported for this release.
101+
<section class="features">
102+
103+
### Features
104+
105+
- [`5c9d067`](https://github.com/stdlib-js/stdlib/commit/5c9d067cfaf35e20ff0dde4943f9e75a9ceb6037) - add tests and update docs for `normalize` index mode support
106+
107+
</section>
108+
109+
<!-- /.features -->
110+
111+
<section class="commits">
112+
113+
### Commits
114+
115+
<details>
116+
117+
- [`5c9d067`](https://github.com/stdlib-js/stdlib/commit/5c9d067cfaf35e20ff0dde4943f9e75a9ceb6037) - **feat:** add tests and update docs for `normalize` index mode support _(by Athan Reines)_
118+
- [`6b34523`](https://github.com/stdlib-js/stdlib/commit/6b3452322174342479d6c8b3277c3efee65d4cc0) - **docs:** update links _(by Athan Reines)_
119+
120+
</details>
121+
122+
</section>
123+
124+
<!-- /.commits -->
125+
126+
<section class="contributors">
127+
128+
### Contributors
129+
130+
A total of 1 person contributed to this release. Thank you to this contributor:
131+
132+
- Athan Reines
133+
134+
</section>
135+
136+
<!-- /.contributors -->
64137

65138
</section>
66139

@@ -70,7 +143,68 @@ No changes reported for this release.
70143

71144
## 0.1.0 (2023-09-24)
72145

73-
No changes reported for this release.
146+
<section class="features">
147+
148+
### Features
149+
150+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
151+
152+
</section>
153+
154+
<!-- /.features -->
155+
156+
<section class="bug-fixes">
157+
158+
### Bug Fixes
159+
160+
- [`fb65dfe`](https://github.com/stdlib-js/stdlib/commit/fb65dfe5b36b35ad8b3747df6ddb693a5b62d171) - use `Collection`, rather than `ArrayLike`
161+
162+
</section>
163+
164+
<!-- /.bug-fixes -->
165+
166+
<section class="breaking-changes">
167+
168+
### BREAKING CHANGES
169+
170+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
171+
172+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
173+
174+
</section>
175+
176+
<!-- /.breaking-changes -->
177+
178+
<section class="commits">
179+
180+
### Commits
181+
182+
<details>
183+
184+
- [`fb65dfe`](https://github.com/stdlib-js/stdlib/commit/fb65dfe5b36b35ad8b3747df6ddb693a5b62d171) - **fix:** use `Collection`, rather than `ArrayLike` _(by Athan Reines)_
185+
- [`6039604`](https://github.com/stdlib-js/stdlib/commit/60396048a2220ecc9ebd2d29b9fb4e4b69dfe4ab) - **bench:** refactor benchmarks by splitting across multiple files _(by Athan Reines)_
186+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
187+
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
188+
- [`223c329`](https://github.com/stdlib-js/stdlib/commit/223c329d01984ab016fe228c95353709cc6961b2) - **refactor:** use ndarray defaults _(by Athan Reines)_
189+
190+
</details>
191+
192+
</section>
193+
194+
<!-- /.commits -->
195+
196+
<section class="contributors">
197+
198+
### Contributors
199+
200+
A total of 2 people contributed to this release. Thank you to the following contributors:
201+
202+
- Athan Reines
203+
- Philipp Burckhardt
204+
205+
</section>
206+
207+
<!-- /.contributors -->
74208

75209
</section>
76210

CONTRIBUTORS

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <[email protected]>
4646
Matt Cochrane <[email protected]>
4747
Mihir Pandit <[email protected]>
4848
Milan Raj <[email protected]>
49+
Mohammad Kaif <[email protected]>
4950
Momtchil Momtchev <[email protected]>
5051
Muhammad Haris <[email protected]>
5152
Naresh Jagadeesan <[email protected]>
@@ -70,6 +71,7 @@ Roman Stetsyk <[email protected]>
7071
7172
Ryan Seal <[email protected]>
7273
Sai Srikar Dumpeti <[email protected]>
74+
SarthakPaandey <[email protected]>
7375
Seyyed Parsa Neshaei <[email protected]>
7476
Shashank Shekhar Singh <[email protected]>
7577

0 commit comments

Comments
 (0)