Skip to content

Commit f32d7de

Browse files
committed
Auto-generated commit
1 parent 0f79a9e commit f32d7de

File tree

4 files changed

+93
-16
lines changed

4 files changed

+93
-16
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-08-01T05:51:18.952Z
1+
2024-09-01T06:17:53.514Z

CHANGELOG.md

Lines changed: 89 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.3.0">
6+
7+
## 0.3.0 (2024-07-29)
8+
9+
<section class="features">
10+
11+
### Features
612

7-
## Unreleased (2024-08-01)
13+
- [`71cf5a0`](https://github.com/stdlib-js/stdlib/commit/71cf5a05a13d12aed627d332147642adc4694ab9) - add boolean dtype support to `ndarray/empty*` and `ndarray/base/empty*` packages [(#2588)](https://github.com/stdlib-js/stdlib/pull/2588)
14+
15+
</section>
16+
17+
<!-- /.features -->
818

919
<section class="commits">
1020

1121
### Commits
1222

1323
<details>
1424

15-
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
25+
- [`71cf5a0`](https://github.com/stdlib-js/stdlib/commit/71cf5a05a13d12aed627d332147642adc4694ab9) - **feat:** add boolean dtype support to `ndarray/empty*` and `ndarray/base/empty*` packages [(#2588)](https://github.com/stdlib-js/stdlib/pull/2588) _(by Jaysukh Makvana, Athan Reines)_
1626

1727
</details>
1828

@@ -24,9 +34,10 @@
2434

2535
### Contributors
2636

27-
A total of 1 person contributed to this release. Thank you to this contributor:
37+
A total of 2 people contributed to this release. Thank you to the following contributors:
2838

2939
- Athan Reines
40+
- Jaysukh Makvana
3041

3142
</section>
3243

@@ -36,31 +47,49 @@ A total of 1 person contributed to this release. Thank you to this contributor:
3647

3748
<!-- /.release -->
3849

39-
<section class="release" id="v0.3.0">
50+
<section class="release" id="v0.2.1">
4051

41-
## 0.3.0 (2024-07-29)
52+
## 0.2.1 (2024-02-25)
4253

4354
No changes reported for this release.
4455

4556
</section>
4657

4758
<!-- /.release -->
4859

49-
<section class="release" id="v0.2.1">
60+
<section class="release" id="v0.2.0">
5061

51-
## 0.2.1 (2024-02-25)
62+
## 0.2.0 (2024-02-14)
5263

53-
No changes reported for this release.
64+
<section class="commits">
65+
66+
### Commits
67+
68+
<details>
69+
70+
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
71+
- [`8c8e3d1`](https://github.com/stdlib-js/stdlib/commit/8c8e3d15f6698c81c75fc94fa10a7e2b9fb8b5d9) - **docs:** update links _(by Athan Reines)_
72+
- [`d5e5b40`](https://github.com/stdlib-js/stdlib/commit/d5e5b40c2af6d821edafb3e4827c7e61b6e704e9) - **test:** add test case to ensure full test coverage _(by Athan Reines)_
73+
- [`11d1d5d`](https://github.com/stdlib-js/stdlib/commit/11d1d5d61ac0b89f10982bfd44566d4f7fd03408) - **refactor:** use accessor utilities _(by Athan Reines)_
74+
75+
</details>
5476

5577
</section>
5678

57-
<!-- /.release -->
79+
<!-- /.commits -->
5880

59-
<section class="release" id="v0.2.0">
81+
<section class="contributors">
6082

61-
## 0.2.0 (2024-02-14)
83+
### Contributors
6284

63-
No changes reported for this release.
85+
A total of 2 people contributed to this release. Thank you to the following contributors:
86+
87+
- Athan Reines
88+
- Philipp Burckhardt
89+
90+
</section>
91+
92+
<!-- /.contributors -->
6493

6594
</section>
6695

@@ -70,7 +99,53 @@ No changes reported for this release.
7099

71100
## 0.1.0 (2023-09-24)
72101

73-
No changes reported for this release.
102+
<section class="features">
103+
104+
### Features
105+
106+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
107+
108+
</section>
109+
110+
<!-- /.features -->
111+
112+
<section class="breaking-changes">
113+
114+
### BREAKING CHANGES
115+
116+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
117+
118+
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
119+
120+
</section>
121+
122+
<!-- /.breaking-changes -->
123+
124+
<section class="commits">
125+
126+
### Commits
127+
128+
<details>
129+
130+
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
131+
132+
</details>
133+
134+
</section>
135+
136+
<!-- /.commits -->
137+
138+
<section class="contributors">
139+
140+
### Contributors
141+
142+
A total of 1 person contributed to this release. Thank you to this contributor:
143+
144+
- Philipp Burckhardt
145+
146+
</section>
147+
148+
<!-- /.contributors -->
74149

75150
</section>
76151

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
4646
Matt Cochrane <matthew.cochrane.eng@gmail.com>
4747
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
4848
Milan Raj <rajsite@users.noreply.github.com>
49+
Mohammad Kaif <98884589+Kaif987@users.noreply.github.com>
4950
Momtchil Momtchev <momtchil@momtchev.com>
5051
Muhammad Haris <harriskhan047@outlook.com>
5152
Naresh Jagadeesan <naresh.naresh000@gmail.com>
@@ -70,6 +71,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
7071
Rutam <138517416+performant23@users.noreply.github.com>
7172
Ryan Seal <splrk@users.noreply.github.com>
7273
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
74+
SarthakPaandey <145528240+SarthakPaandey@users.noreply.github.com>
7375
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
7476
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
7577
Shivam <11shivam00@gmail.com>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
4646
"@stdlib/ndarray-base-strides2offset": "^0.2.2",
4747
"@stdlib/string-format": "^0.2.2",
48-
"@stdlib/types": "^0.3.2",
48+
"@stdlib/types": "^0.4.1",
4949
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)