Skip to content

Commit c866a56

Browse files
committed
Auto-generated commit
1 parent 7dbe78b commit c866a56

5 files changed

Lines changed: 22 additions & 67 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:31:02.958Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 15 additions & 63 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-28)
8-
9-
<section class="features">
10-
11-
### Features
12-
13-
- [`ca687d6`](https://github.com/stdlib-js/stdlib/commit/ca687d6a8d8476309630c5a03f303c2420dc753f) - add boolean dtype support to `ndarray/safe-casts` [(#2507)](https://github.com/stdlib-js/stdlib/pull/2507)
14-
15-
</section>
5+
<section class="release" id="unreleased">
166

17-
<!-- /.features -->
7+
## Unreleased (2024-08-01)
188

199
<section class="commits">
2010

2111
### Commits
2212

2313
<details>
2414

25-
- [`ca687d6`](https://github.com/stdlib-js/stdlib/commit/ca687d6a8d8476309630c5a03f303c2420dc753f) - **feat:** add boolean dtype support to `ndarray/safe-casts` [(#2507)](https://github.com/stdlib-js/stdlib/pull/2507) _(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,78 +36,41 @@ 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-24)
41+
## 0.3.0 (2024-07-28)
5342

5443
No changes reported for this release.
5544

5645
</section>
5746

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

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

62-
## 0.2.0 (2024-02-14)
51+
## 0.2.1 (2024-02-24)
6352

6453
No changes reported for this release.
6554

6655
</section>
6756

6857
<!-- /.release -->
6958

70-
<section class="release" id="v0.1.0">
71-
72-
## 0.1.0 (2023-09-23)
73-
74-
<section class="features">
75-
76-
### Features
77-
78-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
79-
80-
</section>
81-
82-
<!-- /.features -->
83-
84-
<section class="breaking-changes">
85-
86-
### BREAKING CHANGES
87-
88-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
89-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
90-
91-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
92-
93-
</section>
94-
95-
<!-- /.breaking-changes -->
96-
97-
<section class="commits">
98-
99-
### Commits
100-
101-
<details>
59+
<section class="release" id="v0.2.0">
10260

103-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
61+
## 0.2.0 (2024-02-14)
10462

105-
</details>
63+
No changes reported for this release.
10664

10765
</section>
10866

109-
<!-- /.commits -->
110-
111-
<section class="contributors">
112-
113-
### Contributors
114-
115-
A total of 1 person contributed to this release. Thank you to this contributor:
67+
<!-- /.release -->
11668

117-
- Philipp Burckhardt
69+
<section class="release" id="v0.1.0">
11870

119-
</section>
71+
## 0.1.0 (2023-09-23)
12072

121-
<!-- /.contributors -->
73+
No changes reported for this release.
12274

12375
</section>
12476

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
205205
[npm-image]: http://img.shields.io/npm/v/@stdlib/ndarray-safe-casts.svg
206206
[npm-url]: https://npmjs.org/package/@stdlib/ndarray-safe-casts
207207

208-
[test-image]: https://github.com/stdlib-js/ndarray-safe-casts/actions/workflows/test.yml/badge.svg?branch=v0.3.0
209-
[test-url]: https://github.com/stdlib-js/ndarray-safe-casts/actions/workflows/test.yml?query=branch:v0.3.0
208+
[test-image]: https://github.com/stdlib-js/ndarray-safe-casts/actions/workflows/test.yml/badge.svg?branch=main
209+
[test-url]: https://github.com/stdlib-js/ndarray-safe-casts/actions/workflows/test.yml?query=branch:main
210210

211211
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-safe-casts/main.svg
212212
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-safe-casts?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@stdlib/assert-has-own-property": "^0.2.2",
42-
"@stdlib/ndarray-base-dtype-resolve-str": "^0.2.1",
43-
"@stdlib/ndarray-dtypes": "^0.2.1",
42+
"@stdlib/ndarray-base-dtype-resolve-str": "^0.2.2",
43+
"@stdlib/ndarray-dtypes": "^0.3.0",
4444
"@stdlib/utils-keys": "^0.2.2",
4545
"@stdlib/utils-library-manifest": "^0.2.2"
4646
},

0 commit comments

Comments
 (0)