10000 Auto-generated commit · stdlib-js/ndarray-base-zeros@7c2a7d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c2a7d6

Browse files
committed
Auto-generated commit
1 parent be3a5e5 commit 7c2a7d6

File tree

4 files changed

+102
-16
lines changed

4 files changed

+102
-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:13.251Z
1+
2024-09-01T06:17:47.579Z

CHANGELOG.md

Lines changed: 98 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)
68

7-
## Unreleased (2024-08-01)
9+
<section class="features">
10+
11+
### Features
12+
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,58 @@ 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="bug-fixes">
65+
66+
### Bug Fixes
67+
68+
- [`def989d`](https://github.com/stdlib-js/stdlib/commit/def989d20c35d4cb0834e91324177abc8f522626) - resolve type declaration typo by removing stray lint directive
5469

5570
</section>
5671

57-
<!-- /.release -->
72+
<!-- /.bug-fixes -->
5873

59-
<section class="release" id="v0.2.0">
74+
<section class="commits">
6075

61-
## 0.2.0 (2024-02-14)
76+
### Commits
6277

63-
No changes reported for this release.
78+
<details>
79+
80+
- [`def989d`](https://github.com/stdlib-js/stdlib/commit/def989d20c35d4cb0834e91324177abc8f522626) - **fix:** resolve type declaration typo by removing stray lint directive _(by Philipp Burckhardt)_
81+
- [`8c8e3d1`](https://github.com/stdlib-js/stdlib/commit/8c8e3d15f6698c81c75fc94fa10a7e2b9fb8b5d9) - **docs:** update links _(by Athan Reines)_
82+
- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_
83+
84+
</details>
85+
86+
</section>
87+
88+
<!-- /.commits -->
89+
90+
<section class="contributors">
91+
92+
### Contributors
93+
94+
A total of 2 people contributed to this release. Thank you to the following contributors:
95+
96+
- Athan Reines
97+
- Philipp Burckhardt
98+
99+
</section>
100+
101+
<!-- /.contributors -->
64102

65103
</section>
66104

@@ -70,7 +108,53 @@ No changes reported for this release.
70108

71109
## 0.1.0 (2023-09-24)
72110

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

75159
</section>
76160

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
@@ -43,7 +43,7 @@
4343
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
4444
"@stdlib/ndarray-base-strides2offset": "^0.2.2",
4545
"@stdlib/string-format": "^0.2.2",
46-
"@stdlib/types": "^0.3.2",
46+
"@stdlib/types": "^0.4.1",
4747
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)
0