Skip to content

Commit 09aa659

Browse files
committed
Auto-generated commit
1 parent cbb1ffa commit 09aa659

File tree

4 files changed

+9
-127
lines changed

4 files changed

+9
-127
lines changed

.github/.keepalive

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

.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: 5 additions & 126 deletions
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,52 +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="bug-fixes">
45-
46-
### Bug Fixes
47-
48-
- [`327d765`](https://github.com/stdlib-js/stdlib/commit/327d76545afdbdcaa80664d945919ab79b9fb1d0) - use correct variable names and fix configuration file
49-
- [`80fb571`](https://github.com/stdlib-js/stdlib/commit/80fb5712491212f6a24adc12e76c72781a1a422c) - remove trailing commas
50-
- [`fbb34de`](https://github.com/stdlib-js/stdlib/commit/fbb34debfe94725c767866c47607520918ef9d84) - update build configuration and remove unnecessary cast
51-
52-
</section>
53-
54-
<!-- /.bug-fixes -->
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-
- [`327d765`](https://github.com/stdlib-js/stdlib/commit/327d76545afdbdcaa80664d945919ab79b9fb1d0) - **fix:** use correct variable names and fix configuration file _(by Athan Reines)_
65-
- [`80fb571`](https://github.com/stdlib-js/stdlib/commit/80fb5712491212f6a24adc12e76c72781a1a422c) - **fix:** remove trailing commas _(by Athan Reines)_
66-
- [`f25615d`](https://github.com/stdlib-js/stdlib/commit/f25615d97bcda98cc45f3f4ada2ce4404b4c61ef) - **style:** fix indentation _(by Athan Reines)_
67-
- [`fbb34de`](https://github.com/stdlib-js/stdlib/commit/fbb34debfe94725c767866c47607520918ef9d84) - **fix:** update build configuration and remove unnecessary cast _(by Athan Reines)_
68-
- [`fba1b9f`](https://github.com/stdlib-js/stdlib/commit/fba1b9f1b85152ba9a5867b927abcd31d8f5982e) - **refactor:** update `blas/ext/base/dssum` to follow current projects conventions _(by Golden Kumar, Pranav)_
69-
70-
</details>
71-
72-
</section>
73-
74-
<!-- /.commits -->
75-
76-
<section class="contributors">
77-
78-
### Contributors
79-
80-
A total of 4 people contributed to this release. Thank you to the following contributors:
81-
82-
- Athan Reines
83-
- Golden Kumar
84-
- Philipp Burckhardt
85-
- Pranav
86-
87-
</section>
88-
89-
<!-- /.contributors -->
43+
No changes reported for this release.
9044

9145
</section>
9246

@@ -106,32 +60,7 @@ No changes reported for this release.
10660

10761
## 0.2.0 (2024-02-14)
10862

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

13665
</section>
13766

@@ -141,57 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
14170

14271
## 0.1.0 (2023-09-23)
14372

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

19675
</section>
19776

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@stdlib/array-float32": "^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)