From f028aa30a98adf5551630cbd3773ce1720a35c2e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 1 Aug 2024 05:55:30 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 + CHANGELOG.md | 90 ++++++++++------------------------------------ README.md | 4 +-- package.json | 2 +- 4 files changed, 23 insertions(+), 74 deletions(-) create mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive new file mode 100644 index 0000000..eb49595 --- /dev/null +++ b/.github/.keepalive @@ -0,0 +1 @@ +2024-08-01T05:55:27.823Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d24913..0618e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,39 +2,9 @@ > Package changelog. -
- -## 0.2.2 (2024-07-29) - -No changes reported for this release. - -
- - - -
- -## 0.2.1 (2024-02-25) - -No changes reported for this release. - -
- - - -
- -## 0.2.0 (2024-02-14) - -
+
-### Bug Fixes - -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - limit to real-valued floating-point data types - -
- - +## Unreleased (2024-08-01)
@@ -42,10 +12,7 @@ No changes reported for this release.
-- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_ -- [`6d1f22f`](https://github.com/stdlib-js/stdlib/commit/6d1f22f87612da7c619c6ef5ff1e7555152bd7b4) - **fix:** limit to real-valued floating-point data types _(by Athan Reines)_ -- [`73d8643`](https://github.com/stdlib-js/stdlib/commit/73d86437fec2ce41b1ac5dc0afd77301a43fe509) - **docs:** update links _(by Athan Reines)_ -- [`bf2cf8b`](https://github.com/stdlib-js/stdlib/commit/bf2cf8b0424e608a4e3abb6d18a8b44d790aa99c) - **build:** remove tslint directives _(by Philipp Burckhardt)_ +- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -57,10 +24,9 @@ No changes reported for this release. ### Contributors -A total of 2 people contributed to this release. Thank you to the following contributors: +A total of 1 person contributed to this release. Thank you to this contributor: - Athan Reines -- Philipp Burckhardt
@@ -70,59 +36,41 @@ A total of 2 people contributed to this release. Thank you to the following cont -
- -## 0.1.0 (2023-09-24) - -
+
-### Features +## 0.2.2 (2024-07-29) -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - update minimum TypeScript version +No changes reported for this release.
- - -
+ -### BREAKING CHANGES +
-- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version -- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77): update minimum TypeScript version to 4.1 +## 0.2.1 (2024-02-25) - - To migrate, users should upgrade their TypeScript version to at least version 4.1. +No changes reported for this release.
- - -
- -### Commits + -
+
-- [`98bc722`](https://github.com/stdlib-js/stdlib/commit/98bc7226e2c15c4a1d4bbf7a1d6c415271302c77) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_ -- [`c5da1f9`](https://github.com/stdlib-js/stdlib/commit/c5da1f9a22b1033d40115798acf13a09acf9410d) - **docs:** render equations via math code blocks _(by Philipp Burckhardt)_ +## 0.2.0 (2024-02-14) -
+No changes reported for this release.
- - -
- -### Contributors - -A total of 1 person contributed to this release. Thank you to this contributor: + -- Philipp Burckhardt +
-
+## 0.1.0 (2023-09-24) - +No changes reported for this release.
diff --git a/README.md b/README.md index 7b25b2f..b9000d2 100644 --- a/README.md +++ b/README.md @@ -268,8 +268,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-strided-special-inv.svg [npm-url]: https://npmjs.org/package/@stdlib/math-strided-special-inv -[test-image]: https://github.com/stdlib-js/math-strided-special-inv/actions/workflows/test.yml/badge.svg?branch=v0.2.2 -[test-url]: https://github.com/stdlib-js/math-strided-special-inv/actions/workflows/test.yml?query=branch:v0.2.2 +[test-image]: https://github.com/stdlib-js/math-strided-special-inv/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/math-strided-special-inv/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-strided-special-inv/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-strided-special-inv?branch=main diff --git a/package.json b/package.json index 03f79da..82045c2 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@stdlib/strided-base-dtype-resolve-enum": "^0.2.2", "@stdlib/strided-base-function-object": "^0.2.2", "@stdlib/strided-base-meta-data-props": "^0.2.2", - "@stdlib/strided-base-unary": "^0.2.1", + "@stdlib/strided-base-unary": "^0.3.0", "@stdlib/strided-dispatch": "^0.2.2", "@stdlib/strided-dtypes": "^0.3.0", "@stdlib/strided-napi-unary": "^0.2.2",