Skip to content

Commit 0f79a9e

Browse files
committed
Auto-generated commit
1 parent 39261f1 commit 0f79a9e

File tree

4 files changed

+22
-97
lines changed

4 files changed

+22
-97
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T05:51:18.952Z

CHANGELOG.md

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

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

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 -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

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)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
2616

2717
</details>
2818

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

3525
### Contributors
3626

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

3929
- Athan Reines
40-
- Jaysukh Makvana
4130

4231
</section>
4332

@@ -47,49 +36,31 @@ A total of 2 people contributed to this release. Thank you to the following cont
4736

4837
<!-- /.release -->
4938

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

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

5443
No changes reported for this release.
5544

5645
</section>
5746

5847
<!-- /.release -->
5948

60-
<section class="release" id="v0.2.0">
61-
62-
## 0.2.0 (2024-02-14)
63-
64-
<section class="commits">
65-
66-
### Commits
67-
68-
<details>
49+
<section class="release" id="v0.2.1">
6950

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)_
51+
## 0.2.1 (2024-02-25)
7452

75-
</details>
53+
No changes reported for this release.
7654

7755
</section>
7856

79-
<!-- /.commits -->
80-
81-
<section class="contributors">
82-
83-
### Contributors
84-
85-
A total of 2 people contributed to this release. Thank you to the following contributors:
57+
<!-- /.release -->
8658

87-
- Athan Reines
88-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
8960

90-
</section>
61+
## 0.2.0 (2024-02-14)
9162

92-
<!-- /.contributors -->
63+
No changes reported for this release.
9364

9465
</section>
9566

@@ -99,54 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
9970

10071
## 0.1.0 (2023-09-24)
10172

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

15175
</section>
15276

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
199199
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-base-zeros-like.svg
200200
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-base-zeros-like
201201

202-
[test-image]: https://github.com/stdlib-js/ndarray-base-zeros-like/actions/workflows/test.yml/badge.svg?branch=v0.3.0
203-
[test-url]: https://github.com/stdlib-js/ndarray-base-zeros-like/actions/workflows/test.yml?query=branch:v0.3.0
202+
[test-image]: https://github.com/stdlib-js/ndarray-base-zeros-like/actions/workflows/test.yml/badge.svg?branch=main
203+
[test-url]: https://github.com/stdlib-js/ndarray-base-zeros-like/actions/workflows/test.yml?query=branch:main
204204

205205
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-base-zeros-like/main.svg
206206
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-base-zeros-like?branch=main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/ndarray-base-buffer": "^0.2.1",
40+
"@stdlib/ndarray-base-buffer": "^0.3.0",
4141
"@stdlib/ndarray-base-dtype": "^0.2.2",
4242
"@stdlib/ndarray-base-numel": "^0.2.2",
4343
"@stdlib/ndarray-base-order": "^0.2.2",
@@ -49,8 +49,8 @@
4949
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5050
},
5151
"devDependencies": {
52-
"@stdlib/array-complex128": "^0.2.1",
53-
"@stdlib/array-complex64": "^0.2.1",
52+
"@stdlib/array-complex128": "^0.3.0",
53+
"@stdlib/array-complex64": "^0.3.0",
5454
"@stdlib/array-float32": "^0.2.2",
5555
"@stdlib/array-float64": "^0.2.2",
5656
"@stdlib/array-int16": "^0.2.2",
@@ -65,8 +65,8 @@
6565
"@stdlib/math-base-special-pow": "^0.3.0",
6666
"@stdlib/ndarray-array": "^0.2.1",
6767
"@stdlib/ndarray-base-ctor": "^0.2.2",
68-
"@stdlib/ndarray-base-zeros": "^0.2.1",
69-
"@stdlib/ndarray-ctor": "^0.2.1",
68+
"@stdlib/ndarray-base-zeros": "^0.3.0",
69+
"@stdlib/ndarray-ctor": "^0.2.2",
7070
"@stdlib/ndarray-dtypes": "^0.3.0",
7171
"@stdlib/strided-base-reinterpret-complex128": "^0.2.2",
7272
"@stdlib/strided-base-reinterpret-complex64": "^0.2.1",

0 commit comments

Comments
 (0)