Skip to content

Commit b5e4c25

Browse files
committed
Auto-generated commit
1 parent 785503b commit b5e4c25

File tree

7 files changed

+134
-10
lines changed

7 files changed

+134
-10
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 127 additions & 5 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-08-16)
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+
- [`dd48932`](https://github.com/stdlib-js/stdlib/commit/dd489326b8dcee32f41f2ef7c2bafcaa4eb6ce46) - **docs:** fix descriptions _(by Athan Reines)_
1616

1717
</details>
1818

@@ -40,7 +40,33 @@ 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+
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
50+
- [`18b3c79`](https://github.com/stdlib-js/stdlib/commit/18b3c79c5035c7082618b7379cd6576e64393a96) - **refactor:** update paths _(by Athan Reines)_
51+
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
52+
53+
</details>
54+
55+
</section>
56+
57+
<!-- /.commits -->
58+
59+
<section class="contributors">
60+
61+
### Contributors
62+
63+
A total of 1 person contributed to this release. Thank you to this contributor:
64+
65+
- Athan Reines
66+
67+
</section>
68+
69+
<!-- /.contributors -->
4470

4571
</section>
4672

@@ -60,7 +86,45 @@ No changes reported for this release.
6086

6187
## 0.2.0 (2024-02-14)
6288

63-
No changes reported for this release.
89+
<section class="bug-fixes">
90+
91+
### Bug Fixes
92+
93+
- [`c539bd1`](https://github.com/stdlib-js/stdlib/commit/c539bd17b8cd17ca3a37a958626dbd6df2e25477) - add missing argument
94+
95+
</section>
96+
97+
<!-- /.bug-fixes -->
98+
99+
<section class="commits">
100+
101+
### Commits
102+
103+
<details>
104+
105+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
106+
- [`23114c6`](https://github.com/stdlib-js/stdlib/commit/23114c65f67ea8c17fc835e280408c39544dfa76) - **build:** remove tslint directives _(by Philipp Burckhardt)_
107+
- [`c539bd1`](https://github.com/stdlib-js/stdlib/commit/c539bd17b8cd17ca3a37a958626dbd6df2e25477) - **fix:** add missing argument _(by Athan Reines)_
108+
- [`5325a1c`](https://github.com/stdlib-js/stdlib/commit/5325a1c582f04488de7cfb0cf5f4c08a9bef014d) - **refactor:** use accessor utilities _(by Athan Reines)_
109+
110+
</details>
111+
112+
</section>
113+
114+
<!-- /.commits -->
115+
116+
<section class="contributors">
117+
118+
### Contributors
119+
120+
A total of 2 people contributed to this release. Thank you to the following contributors:
121+
122+
- Athan Reines
123+
- Philipp Burckhardt
124+
125+
</section>
126+
127+
<!-- /.contributors -->
64128

65129
</section>
66130

@@ -70,7 +134,65 @@ No changes reported for this release.
70134

71135
## 0.1.0 (2023-09-24)
72136

73-
No changes reported for this release.
137+
<section class="features">
138+
139+
### Features
140+
141+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
142+
143+
</section>
144+
145+
<!-- /.features -->
146+
147+
<section class="bug-fixes">
148+
149+
### Bug Fixes
150+
151+
- [`0deb1be`](https://github.com/stdlib-js/stdlib/commit/0deb1be1f1efe2cc98bd944ab1c50cc885cf523b) - update import path for `Collection` type definition
152+
153+
</section>
154+
155+
<!-- /.bug-fixes -->
156+
157+
<section class="breaking-changes">
158+
159+
### BREAKING CHANGES
160+
161+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
162+
163+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
164+
165+
</section>
166+
167+
<!-- /.breaking-changes -->
168+
169+
<section class="commits">
170+
171+
### Commits
172+
173+
<details>
174+
175+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
176+
- [`0deb1be`](https://github.com/stdlib-js/stdlib/commit/0deb1be1f1efe2cc98bd944ab1c50cc885cf523b) - **fix:** update import path for `Collection` type definition _(by Athan Reines)_
177+
178+
</details>
179+
180+
</section>
181+
182+
<!-- /.commits -->
183+
184+
<section class="contributors">
185+
186+
### Contributors
187+
188+
A total of 2 people contributed to this release. Thank you to the following contributors:
189+
190+
- Athan Reines
191+
- Philipp Burckhardt
192+
193+
</section>
194+
195+
<!-- /.contributors -->
74196

75197
</section>
76198

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
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

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/repl.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
{{alias}}( x )
3-
Converts an ndarray-like to an object likely to have the same "shape".
3+
Converts an ndarray-like object to an object likely to have the same
4+
"shape".
45

56
The returned object has the following properties:
67

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ interface ndarrayObject {
9898
}
9999

100100
/**
101-
* Converts an ndarray-like to an object likely to have the same "shape".
101+
* Converts an ndarray-like object to an object likely to have the same "shape".
102102
*
103103
* ## Notes
104104
*

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var getData = require( '@stdlib/ndarray-base-data-buffer' );
3737
// MAIN //
3838

3939
/**
40-
* Converts an ndarray-like to an object likely to have the same "shape".
40+
* Converts an ndarray-like object to an object likely to have the same "shape".
4141
*
4242
* ## Notes
4343
*

0 commit comments

Comments
 (0)