diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..797a0d4 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T03:54:19.218Z 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 b921eab..f9dcb3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-28) +## Unreleased (2024-08-01)
@@ -12,7 +12,7 @@
-- [`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)_
@@ -40,48 +40,7 @@ A total of 1 person contributed to this release. Thank you to this contributor: ## 0.2.2 (2024-07-28) -
- -### Bug Fixes - -- [`06b1e94`](https://github.com/stdlib-js/stdlib/commit/06b1e94ab81410ef61ca7ada0b7f54aca029e77d) - add missing include - -
- - - -
- -### Commits - -
- -- [`d04dcbd`](https://github.com/stdlib-js/stdlib/commit/d04dcbd6dc3b0bf4a89bd3947d317fa5ff15bb38) - **docs:** remove private annotations in C comments _(by Philipp Burckhardt)_ -- [`38464b7`](https://github.com/stdlib-js/stdlib/commit/38464b74545be9702eda7bae820c40b56e7e7256) - **docs:** remove comments _(by Athan Reines)_ -- [`f1576ec`](https://github.com/stdlib-js/stdlib/commit/f1576ec5ade09cd8cd034dc0db8c9f5c7d70e3eb) - **docs:** remove comments _(by Athan Reines)_ -- [`06b1e94`](https://github.com/stdlib-js/stdlib/commit/06b1e94ab81410ef61ca7ada0b7f54aca029e77d) - **fix:** add missing include _(by Athan Reines)_ -- [`69681c5`](https://github.com/stdlib-js/stdlib/commit/69681c5293d067a6d0585f4635fbdebb88f0bf5d) - **refactor:** use macro to create Node-API double _(by Athan Reines)_ -- [`eb88d43`](https://github.com/stdlib-js/stdlib/commit/eb88d4383502daa0beccc848e381a4aa0c1acf12) - **build:** add separate configurations for benchmarks and examples _(by Athan Reines)_ -- [`0244027`](https://github.com/stdlib-js/stdlib/commit/0244027e1e2c0ceb1cd8ae1808196c24fa77b142) - **chore:** add missing trailing newlines _(by Philipp Burckhardt)_ - -
- -
- - - -
- -### 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.
@@ -101,38 +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)_ -- [`993c218`](https://github.com/stdlib-js/stdlib/commit/993c218b1fc59480347c2c4c18125e71b1bfd137) - **build:** add missing configuration _(by Athan Reines)_ -- [`f7e46de`](https://github.com/stdlib-js/stdlib/commit/f7e46de80dc93a212e5146e937afac0079d91b2a) - **docs:** add suffix _(by Athan Reines)_ -- [`3272b77`](https://github.com/stdlib-js/stdlib/commit/3272b77239aa1929fa2bbda7a9ea72b8f4bbab8b) - **refactor:** update implementation according to current project conventions _(by Athan Reines)_ -- [`4ec2cd0`](https://github.com/stdlib-js/stdlib/commit/4ec2cd0d22446eac8818845f4a816d2d4a1bfde2) - **docs:** update copy _(by Athan Reines)_ -- [`5a36be3`](https://github.com/stdlib-js/stdlib/commit/5a36be3f681bf65914abdc58bbc3142533cb2328) - **style:** resolve lint errors _(by Athan Reines)_ -- [`df3c9b3`](https://github.com/stdlib-js/stdlib/commit/df3c9b368d8a3dd7dd38f8768deb53c2a780c055) - **build:** remove tslint directives _(by Philipp Burckhardt)_ - -
- -
- - - -
- -### 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.
@@ -142,59 +70,7 @@ A total of 2 people contributed to this release. Thank you to the following cont ## 0.1.0 (2023-09-24) -
- -### 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)_ -- [`a9f7c78`](https://github.com/stdlib-js/stdlib/commit/a9f7c78cf0414fd5b48418008de73910e71ec02e) - **docs:** render equations via math code blocks _(by Philipp Burckhardt)_ -- [`9d552f8`](https://github.com/stdlib-js/stdlib/commit/9d552f8ee1087df295267fd3ddc2e5a04526ed6a) - **docs:** standardize parameter description and update docs _(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 333801c..81de115 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@stdlib/array-float32": "^0.2.2", "@stdlib/assert-is-browser": "^0.2.2", "@stdlib/math-base-assert-is-nan": "^0.2.2", - "@stdlib/math-base-special-pow": "^0.2.1", + "@stdlib/math-base-special-pow": "^0.3.0", "@stdlib/random-array-discrete-uniform": "^0.2.1", "@stdlib/random-array-uniform": "^0.2.1", "@stdlib/random-base-randu": "^0.2.1",