diff --git a/.github/.keepalive b/.github/.keepalive
new file mode 100644
index 0000000..1481bad
--- /dev/null
+++ b/.github/.keepalive
@@ -0,0 +1 @@
+2024-08-01T02:01:06.029Z
diff --git a/.gitignore b/.gitignore
index 49b206b..4fdc97c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
+yarn.lock
+package-lock.json
# Typescript #
##############
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6aa3176..4869c86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
-## Unreleased (2024-07-28)
+## Unreleased (2024-08-01)
@@ -12,8 +12,7 @@
-- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_
-- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
+- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -41,35 +40,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
## 0.2.2 (2024-07-27)
-
-
-### Commits
-
-
-
-- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_
-- [`ceb4943`](https://github.com/stdlib-js/stdlib/commit/ceb494351d42c2505e559a2c8aad9a120c76d0db) - **docs:** remove comments _(by Athan Reines)_
-- [`118791f`](https://github.com/stdlib-js/stdlib/commit/118791f7f5962aab921f28e52826236b16fe1d80) - **refactor:** update `blas/ext/base/dnannsumors` to follow current project conventions _(by Shubh Mehta, Philipp Burckhardt)_
-
-
-
-
-
-
-
-
-
-### Contributors
-
-A total of 3 people contributed to this release. Thank you to the following contributors:
-
-- Athan Reines
-- Philipp Burckhardt
-- Shubh Mehta
-
-
-
-
+No changes reported for this release.
@@ -89,32 +60,7 @@ No changes reported for this release.
## 0.2.0 (2024-02-14)
-
-
-### Commits
-
-
-
-- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
-- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_
-
-
-
-
-
-
-
-
-
-### Contributors
-
-A total of 1 person contributed to this release. Thank you to this contributor:
-
-- Philipp Burckhardt
-
-
-
-
+No changes reported for this release.
@@ -134,57 +80,7 @@ No changes reported for this release.
## 0.1.0 (2023-09-23)
-
-
-### Features
-
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - update minimum TypeScript version
-
-
-
-
-
-
-
-### BREAKING CHANGES
-
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a): update minimum TypeScript version to 4.1
-
- - To migrate, users should upgrade their TypeScript version to at least version 4.1.
-
-
-
-
-
-
-
-### Commits
-
-
-
-- [`cca37d0`](https://github.com/stdlib-js/stdlib/commit/cca37d051d8c0209970fc681353fdb4e4d257a8a) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
-- [`42c921a`](https://github.com/stdlib-js/stdlib/commit/42c921ab62b8cdf789a9e76b06b18074e850af5e) - **docs:** resolve C lint errors _(by Athan Reines)_
-- [`28e1c84`](https://github.com/stdlib-js/stdlib/commit/28e1c84390d88044883c9ef940a12f38d66ea3ef) - **docs:** resolve C lint errors _(by Athan Reines)_
-
-
-
-
-
-
-
-
-
-### Contributors
-
-A total of 2 people contributed to this release. Thank you to the following contributors:
-
-- Athan Reines
-- Philipp Burckhardt
-
-
-
-
+No changes reported for this release.
diff --git a/package.json b/package.json
index cde48e7..80030a4 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"@stdlib/array-filled-by": "^0.2.1",
"@stdlib/array-float64": "^0.2.2",
"@stdlib/assert-is-browser": "^0.2.2",
- "@stdlib/math-base-special-pow": "^0.2.1",
+ "@stdlib/math-base-special-pow": "^0.3.0",
"@stdlib/random-base-bernoulli": "^0.2.1",
"@stdlib/random-base-discrete-uniform": "^0.2.1",
"@stdlib/random-base-uniform": "^0.2.1",