Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 1, 2024
1 parent e70a88d commit 4bef2ba
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 101 deletions.
1 change: 1 addition & 0 deletions .github/.keepalive
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-08-01T02:52:17.687Z
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
yarn.lock
package-lock.json

# Typescript #
##############
Expand Down
111 changes: 13 additions & 98 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,17 @@

> Package changelog.
<section class="release" id="v0.3.0">

## 0.3.0 (2024-07-27)

<section class="features">

### Features

- [`c4ccb4b`](https://github.com/stdlib-js/stdlib/commit/c4ccb4bae71645f82afa736a9efe81806ffa97d1) - add support for single-precision floating-point arithmetic emulation

</section>

<!-- /.features -->

<section class="bug-fixes">

### Bug Fixes
<section class="release" id="unreleased">

- [`1cfdb61`](https://github.com/stdlib-js/stdlib/commit/1cfdb614d9708ea11ac9055869928cba52e7d73c) - allow array-like objects

</section>

<!-- /.bug-fixes -->
## Unreleased (2024-08-01)

<section class="commits">

### Commits

<details>

- [`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)_

</details>

Expand All @@ -57,45 +36,31 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<!-- /.release -->

<section class="release" id="v0.2.1">
<section class="release" id="v0.3.0">

## 0.2.1 (2024-02-24)
## 0.3.0 (2024-07-27)

No changes reported for this release.

</section>

<!-- /.release -->

<section class="release" id="v0.2.0">

## 0.2.0 (2024-02-14)

<section class="commits">

### Commits

<details>
<section class="release" id="v0.2.1">

- [`a8d165d`](https://github.com/stdlib-js/stdlib/commit/a8d165d4d4114d0310fb92e171833d6d1c3efef2) - **docs:** resolve lint errors _(by Athan Reines)_
## 0.2.1 (2024-02-24)

</details>
No changes reported for this release.

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:
<!-- /.release -->

- Athan Reines
<section class="release" id="v0.2.0">

</section>
## 0.2.0 (2024-02-14)

<!-- /.contributors -->
No changes reported for this release.

</section>

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

## 0.1.0 (2023-09-23)

<section class="features">

### Features

- [`58832ee`](https://github.com/stdlib-js/stdlib/commit/58832eef6d93e6519622148242600eae93dca4d9) - update minimum TypeScript version

</section>

<!-- /.features -->

<section class="breaking-changes">

### 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.

</section>

<!-- /.breaking-changes -->

<section class="commits">

### Commits

<details>

- [`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)_

</details>

</section>

<!-- /.commits -->

<section class="contributors">

### Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

- Philipp Burckhardt

</section>

<!-- /.contributors -->
No changes reported for this release.

</section>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ Copyright &copy; 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4bef2ba

Please sign in to comment.