Skip to content

Commit 5c56e7a

Browse files
committed
Auto-generated commit
1 parent c1cf7c2 commit 5c56e7a

File tree

4 files changed

+9
-122
lines changed

4 files changed

+9
-122
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:40:56.906Z

.gitignore

+2
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

+5-121
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-28)
7+
## Unreleased (2024-08-01)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15-
- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
16-
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
1716

1817
</details>
1918

@@ -41,48 +40,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
4140

4241
## 0.2.2 (2024-07-28)
4342

44-
<section class="issues">
45-
46-
### Closed Issues
47-
48-
This release closes the following issue:
49-
50-
[#1488](https://github.com/stdlib-js/stdlib/issues/1488)
51-
52-
</section>
53-
54-
<!-- /.issues -->
55-
56-
<section class="commits">
57-
58-
### Commits
59-
60-
<details>
61-
62-
- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
63-
- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
64-
- [`c81e201`](https://github.com/stdlib-js/stdlib/commit/c81e2014d3b65f8f3ee1ad34a7c2ea08537becc8) - **refactor:** update `blas/ext/base/drev` to follow current project conventions [(#1839)](https://github.com/stdlib-js/stdlib/pull/1839) _(by Rutam, Athan Reines, Pranav Goswami)_
65-
66-
</details>
67-
68-
</section>
69-
70-
<!-- /.commits -->
71-
72-
<section class="contributors">
73-
74-
### Contributors
75-
76-
A total of 4 people contributed to this release. Thank you to the following contributors:
77-
78-
- Athan Reines
79-
- Philipp Burckhardt
80-
- Pranav Goswami
81-
- Rutam
82-
83-
</section>
84-
85-
<!-- /.contributors -->
43+
No changes reported for this release.
8644

8745
</section>
8846

@@ -102,32 +60,7 @@ No changes reported for this release.
10260

10361
## 0.2.0 (2024-02-14)
10462

105-
<section class="commits">
106-
107-
### Commits
108-
109-
<details>
110-
111-
- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
112-
- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
113-
114-
</details>
115-
116-
</section>
117-
118-
<!-- /.commits -->
119-
120-
<section class="contributors">
121-
122-
### Contributors
123-
124-
A total of 1 person contributed to this release. Thank you to this contributor:
125-
126-
- Philipp Burckhardt
127-
128-
</section>
129-
130-
<!-- /.contributors -->
63+
No changes reported for this release.
13164

13265
</section>
13366

@@ -137,56 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
13770

13871
## 0.1.0 (2023-09-23)
13972

140-
<section class="features">
141-
142-
### Features
143-
144-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
145-
146-
</section>
147-
148-
<!-- /.features -->
149-
150-
<section class="breaking-changes">
151-
152-
### BREAKING CHANGES
153-
154-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
155-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
156-
157-
- To migrate, users should upgrade their TypeScript version to at least version 4.1.
158-
159-
</section>
160-
161-
<!-- /.breaking-changes -->
162-
163-
<section class="commits">
164-
165-
### Commits
166-
167-
<details>
168-
169-
- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
170-
- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
171-
172-
</details>
173-
174-
</section>
175-
176-
<!-- /.commits -->
177-
178-
<section class="contributors">
179-
180-
### Contributors
181-
182-
A total of 2 people contributed to this release. Thank you to the following contributors:
183-
184-
- Athan Reines
185-
- Philipp Burckhardt
186-
187-
</section>
188-
189-
<!-- /.contributors -->
73+
No changes reported for this release.
19074

19175
</section>
19276

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@stdlib/array-float64": "^0.2.2",
5757
"@stdlib/assert-is-browser": "^0.2.2",
5858
"@stdlib/math-base-assert-is-nan": "^0.2.2",
59-
"@stdlib/math-base-special-pow": "^0.2.1",
59+
"@stdlib/math-base-special-pow": "^0.3.0",
6060
"@stdlib/random-base-discrete-uniform": "^0.2.1",
6161
"@stdlib/random-base-uniform": "^0.2.1",
6262
"@stdlib/strided-base-min-view-buffer-index": "^0.2.2",

0 commit comments

Comments
 (0)