diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..935f945 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T02:52:17.687Z 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 9e9d928..ee290db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,29 +2,9 @@ > Package changelog. -
- -## 0.3.0 (2024-07-27) - -
- -### Features - -- [`c4ccb4b`](https://github.com/stdlib-js/stdlib/commit/c4ccb4bae71645f82afa736a9efe81806ffa97d1) - add support for single-precision floating-point arithmetic emulation - -
- - - -
- -### Bug Fixes +
-- [`1cfdb61`](https://github.com/stdlib-js/stdlib/commit/1cfdb614d9708ea11ac9055869928cba52e7d73c) - allow array-like objects - -
- - +## Unreleased (2024-08-01)
@@ -32,8 +12,7 @@
-- [`1cfdb61`](https://github.com/stdlib-js/stdlib/commit/1cfdb614d9708ea11ac9055869928cba52e7d73c) - **fix:** allow array-like objects _(by Athan Reines)_ -- [`c4ccb4b`](https://github.com/stdlib-js/stdlib/commit/c4ccb4bae71645f82afa736a9efe81806ffa97d1) - **feat:** add support for single-precision floating-point arithmetic emulation _(by Athan Reines)_ +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -57,9 +36,9 @@ A total of 1 person contributed to this release. Thank you to this contributor: -
+
-## 0.2.1 (2024-02-24) +## 0.3.0 (2024-07-27) No changes reported for this release. @@ -67,35 +46,21 @@ No changes reported for this release. -
- -## 0.2.0 (2024-02-14) - -
- -### Commits - -
+
-- [`a8d165d`](https://github.com/stdlib-js/stdlib/commit/a8d165d4d4114d0310fb92e171833d6d1c3efef2) - **docs:** resolve lint errors _(by Athan Reines)_ +## 0.2.1 (2024-02-24) -
+No changes reported for this release.
- - -
- -### Contributors - -A total of 1 person contributed to this release. Thank you to this contributor: + -- Athan Reines +
-
+## 0.2.0 (2024-02-14) - +No changes reported for this release.
@@ -105,57 +70,7 @@ A total of 1 person contributed to this release. Thank you to this contributor: ## 0.1.0 (2023-09-23) -
- -### Features - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version - -
- - - -
- -### BREAKING CHANGES - -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9): update minimum TypeScript version to 4.1 - - - To migrate, users should upgrade their TypeScript version to at least version 4.1. - -
- - - -
- -### Commits - -
- -- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ -- [`abf4da5`](https://github.com/stdlib-js/stdlib/commit/abf4da5699fc2ccf4202c41952f1fb521042fbdb) - **chore:** resolve flagged issues and update fixtures _(by Philipp Burckhardt)_ -- [`a37ebe2`](https://github.com/stdlib-js/stdlib/commit/a37ebe2b277b2b54f00377b8582d309c65ec33ce) - **docs:** remove empty lines _(by Philipp Burckhardt)_ -- [`b734544`](https://github.com/stdlib-js/stdlib/commit/b734544a52783cb7f5cf1115f4355cabe46d0abe) - **refactor:** use strictEqual checks _(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.
diff --git a/README.md b/README.md index 7eb356c..838970a 100644 --- a/README.md +++ b/README.md @@ -241,8 +241,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-tools-evalpoly-compile.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-tools-evalpoly-compile -[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile/actions/workflows/test.yml/badge.svg?branch=v0.3.0 -[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile/actions/workflows/test.yml?query=branch:v0.3.0 +[test-image]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math-base-tools-evalpoly-compile/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-tools-evalpoly-compile/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-tools-evalpoly-compile?branch=main diff --git a/package.json b/package.json index 86f89e6..029de7e 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1", "tap-min": "git+https://github.com/Planeshifter/tap-min.git", - "@stdlib/bench-harness": "^0.2.1" + "@stdlib/bench-harness": "^0.2.2" }, "engines": { "node": ">=0.10.0",