Skip to content

Commit fd8276f

Browse files
committed
Auto-generated commit
1 parent 7cfb1a0 commit fd8276f

File tree

4 files changed

+24
-95
lines changed

4 files changed

+24
-95
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:07.459Z

CHANGELOG.md

Lines changed: 14 additions & 86 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-
- [`fa118f2`](https://github.com/stdlib-js/stdlib/commit/fa118f279848e1c85ea6e5cf9799f3089649214c) - add boolean dtype support to `ndarray/base/buffer` [(#2574)](https://github.com/stdlib-js/stdlib/pull/2574)
14-
15-
</section>
16-
17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`fa118f2`](https://github.com/stdlib-js/stdlib/commit/fa118f279848e1c85ea6e5cf9799f3089649214c) - **feat:** add boolean dtype support to `ndarray/base/buffer` [(#2574)](https://github.com/stdlib-js/stdlib/pull/2574) _(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,45 +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-
- [`453dd85`](https://github.com/stdlib-js/stdlib/commit/453dd85b5dd186d2b4d458256fe84906e1503fe2) - **build:** remove tslint directives _(by Philipp Burckhardt)_
51+
## 0.2.1 (2024-02-25)
7152

72-
</details>
53+
No changes reported for this release.
7354

7455
</section>
7556

76-
<!-- /.commits -->
77-
78-
<section class="contributors">
79-
80-
### Contributors
81-
82-
A total of 1 person contributed to this release. Thank you to this contributor:
57+
<!-- /.release -->
8358

84-
- Philipp Burckhardt
59+
<section class="release" id="v0.2.0">
8560

86-
</section>
61+
## 0.2.0 (2024-02-14)
8762

88-
<!-- /.contributors -->
63+
No changes reported for this release.
8964

9065
</section>
9166

@@ -105,54 +80,7 @@ No changes reported for this release.
10580

10681
## 0.1.0 (2023-09-24)
10782

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

15785
</section>
15886

README.md

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

189-
[test-image]: https://github.com/stdlib-js/ndarray-base-buffer/actions/workflows/test.yml/badge.svg?branch=v0.3.0
190-
[test-url]: https://github.com/stdlib-js/ndarray-base-buffer/actions/workflows/test.yml?query=branch:v0.3.0
189+
[test-image]: https://github.com/stdlib-js/ndarray-base-buffer/actions/workflows/test.yml/badge.svg?branch=main
190+
[test-url]: https://github.com/stdlib-js/ndarray-base-buffer/actions/workflows/test.yml?query=branch:main
191191

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/buffer-alloc-unsafe": "^0.2.2",
41-
"@stdlib/ndarray-base-buffer-ctors": "^0.2.1",
41+
"@stdlib/ndarray-base-buffer-ctors": "^0.3.0",
4242
"@stdlib/types": "^0.3.2"
4343
},
4444
"devDependencies": {
45-
"@stdlib/array-bool": "^0.0.1",
46-
"@stdlib/array-complex128": "^0.2.1",
47-
"@stdlib/array-complex64": "^0.2.1",
45+
"@stdlib/array-bool": "^0.1.0",
46+
"@stdlib/array-complex128": "^0.3.0",
47+
"@stdlib/array-complex64": "^0.3.0",
4848
"@stdlib/array-float32": "^0.2.2",
4949
"@stdlib/array-float64": "^0.2.2",
5050
"@stdlib/array-int16": "^0.2.2",
@@ -55,11 +55,11 @@
5555
"@stdlib/array-uint8": "^0.2.2",
5656
"@stdlib/array-uint8c": "^0.2.2",
5757
"@stdlib/assert-is-array": "^0.2.2",
58-
"@stdlib/assert-is-booleanarray": "^0.0.1",
58+
"@stdlib/assert-is-booleanarray": "^0.0.2",
5959
"@stdlib/assert-is-buffer": "^0.2.2",
6060
"@stdlib/assert-is-collection": "^0.2.2",
61-
"@stdlib/assert-is-complex128array": "^0.2.1",
62-
"@stdlib/assert-is-complex64array": "^0.2.1",
61+
"@stdlib/assert-is-complex128array": "^0.2.2",
62+
"@stdlib/assert-is-complex64array": "^0.2.2",
6363
"@stdlib/assert-is-float32array": "^0.2.2",
6464
"@stdlib/assert-is-float64array": "^0.2.2",
6565
"@stdlib/assert-is-int16array": "^0.2.2",

0 commit comments

Comments
 (0)