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

Skip to content

Commit be3a5e5

Browse files
committed
Auto-generated commit
1 parent 70355ad commit be3a5e5

File tree

4 files changed

+20
-104
lines changed

4 files changed

+20
-104
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:13.251Z

CHANGELOG.md

Lines changed: 14 additions & 99 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)
5+
<section class="release" id="unreleased">
86

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 -->
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,58 +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="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
69-
70-
</section>
71-
72-
<!-- /.bug-fixes -->
73-
74-
<section class="commits">
75-
76-
### Commits
77-
78-
<details>
49+
<section class="release" id="v0.2.1">
7950

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

84-
</details>
53+
No changes reported for this release.
8554

8655
</section>
8756

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:
57+
<!-- /.release -->
9558

96-
- Athan Reines
97-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
9860

99-
</section>
61+
## 0.2.0 (2024-02-14)
10062

101-
<!-- /.contributors -->
63+
No changes reported for this release.
10264

10365
</section>
10466

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

10971
## 0.1.0 (2023-09-24)
11072

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

16075
</section>
16176

README.md

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

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

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

package.json

Lines changed: 3 additions & 3 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-ctor": "^0.2.2",
4242
"@stdlib/ndarray-base-numel": "^0.2.2",
4343
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
@@ -47,8 +47,8 @@
4747
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4848
},
4949
"devDependencies": {
50-
"@stdlib/array-complex128": "^0.2.1",
51-
"@stdlib/array-complex64": "^0.2.1",
50+
"@stdlib/array-complex128": "^0.3.0",
51+
"@stdlib/array-complex64": "^0.3.0",
5252
"@stdlib/array-float32": "^0.2.2",
5353
"@stdlib/array-float64": "^0.2.2",
5454
"@stdlib/array-int16": "^0.2.2",

0 commit comments

Comments
 (0)
0