8000 Auto-generated commit · stdlib-js/ndarray-defaults@24b09bd · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 24b09bd

Browse files
committed
Auto-generated commit
1 parent 10ab174 commit 24b09bd

File tree

5 files changed

+22
-83
lines changed

5 files changed

+22
-83
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T00:48:05.710Z

.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 & 79 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-26)
8-
9-
<section class="features">
10-
11-
### Features
12-
13-
- [`e92152b`](https://github.com/stdlib-js/stdlib/commit/e92152baba61ab358640cba9d0506d75123a5f60) - add boolean dtype support to `ndarray/defaults` [(#2551)](https://github.com/stdlib-js/stdlib/pull/2551)
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-
- [`e92152b`](https://github.com/stdlib-js/stdlib/commit/e92152baba61ab358640cba9d0506d75123a5f60) - **feat:** add boolean dtype support to `ndarray/defaults` [(#2551)](https://github.com/stdlib-js/stdlib/pull/2551) _(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,6 +36,16 @@ A total of 2 people contributed to this release. Thank you to the following cont
4736

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

39+
<section class="release" id="v0.3.0">
40+
41+
## 0.3.0 (2024-07-26)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+
5049
<section class="release" id="v0.2.1">
5150

5251
## 0.2.1 (2024-02-21)
@@ -91,70 +90,7 @@ No changes reported for this release.
9190

9291
## 0.0.1 (2023-09-21)
9392

94-
<section class="features">
95-
96-
### Features
97-
98-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - update minimum TypeScript version
99-
- [`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12) - rename `integral` to `integer`
100-
- [`bd1017d`](https://github.com/stdlib-js/stdlib/commit/bd1017ddb8dd6fe552675221570186440cdbb4f5) - add `numeric` and `real` dtype defaults
101-
- [`9363dc3`](https://github.com/stdlib-js/stdlib/commit/9363dc3376fcb9ba18d181716fae8fbb731771bd) - add `get` method for retrieving a single default setting
102-
- [`35de20d`](https://github.com/stdlib-js/stdlib/commit/35de20d9359f2497eb0527c7cd99778dd7bff038) - add `ndarray/defaults`
103-
104-
</section>
105-
106-
<!-- /.features -->
107-
108-
<section class="breaking-changes">
109-
110-
### BREAKING CHANGES
111-
112-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version
113-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0): update minimum TypeScript version to 4.1
114-
115-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
116-
117-
- [`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12): rename `integral` to `integer`
118-
- [`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12): rename `integral` to `integer`
119-
120-
- To migrate, users should update their code to use `integer` rather
121-
than `integral` to refer to the policy/kind which includes both
122-
signed and unsigned integer dtypes.
123-
124-
</section>
125-
126-
<!-- /.breaking-changes -->
127-
128-
<section class="commits">
129-
130-
### Commits
131-
132-
<details>
133-
134-
- [`7ae5741`](https://github.com/stdlib-js/stdlib/commit/7ae574143c9716c82cea6cbf839a20b70a9cdfe0) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
135-
- [`d45a05b`](https://github.com/stdlib-js/stdlib/commit/d45a05b03973bf5b6a5e97cb4bc8c0aba3a68a12) - **feat:** rename `integral` to `integer` _(by Athan Reines)_
136-
- [`bd1017d`](https://github.com/stdlib-js/stdlib/commit/bd1017ddb8dd6fe552675221570186440cdbb4f5) - **feat:** add `numeric` and `real` dtype defaults _(by Athan Reines)_
137-
- [`9363dc3`](https://github.com/stdlib-js/stdlib/commit/9363dc3376fcb9ba18d181716fae8fbb731771bd) - **feat:** add `get` method for retrieving a single default setting _(by Athan Reines)_
138-
- [`35de20d`](https://github.com/stdlib-js/stdlib/commit/35de20d9359f2497eb0527c7cd99778dd7bff038) - **feat:** add `ndarray/defaults` _(by Athan Reines)_
139-
140-
</details>
141-
142-
</section>
143-
144-
<!-- /.commits -->
145-
146-
<section class="contributors">
147-
148-
### Contributors
149-
150-
A total of 2 people contributed to this release. Thank you to the following contributors:
151-
152-
- Athan Reines
153-
- Philipp Burckhardt
154-
155-
</section>
156-
157-
<!-- /.contributors -->
93+
No changes reported for this release.
15894

15995
</section>
16096

README.md

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

241-
[test-image]: https://github.com/stdlib-js/ndarray-defaults/actions/workflows/test.yml/badge.svg?branch=v0.3.0
242-
[test-url]: https://github.com/stdlib-js/ndarray-defaults/actions/workflows/test.yml?query=branch:v0.3.0
241+
[test-image]: https://github.com/stdlib-js/ndarray-defaults/actions/workflows/test.yml/badge.svg?branch=main
242+
[test-url]: https://github.com/stdlib-js/ndarray-defaults/actions/workflows/test.yml?query=branch:main
243243

244244
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/ndarray-defaults/main.svg
245245
[coverage-url]: https://codecov.io/github/stdlib-js/ndarray-defaults?branch=main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2"
4141
},
4242
"devDependencies": {
43-
"@stdlib/assert-has-own-property": "^0.2.1",
43+
"@stdlib/assert-has-own-property": "^0.2.2",
4444
"@stdlib/ndarray-array": "^0.2.1",
4545
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4646
"istanbul": "^0.4.1",
4747
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
48-
"@stdlib/bench-harness": "^0.2.1"
48+
"@stdlib/bench-harness": "^0.2.2"
4949
},
5050
"engines": {
5151
"node": ">=0.10.0",

0 commit comments

Comments
 (0)
0