From 9316269cc88346053ad9e808a4a71fa0bc59cb93 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 28 Jul 2024 03:45:04 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 34 ++++++++++++++++++++++++++ README.md | 4 +-- include/stdlib/blas/ext/base/ssorthp.h | 3 --- 3 files changed, 36 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ea1ff..bdfc445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ > Package changelog. +
+ +## Unreleased (2024-07-28) + +
+ +### Commits + +
+ +- [`272ae7a`](https://github.com/stdlib-js/stdlib/commit/272ae7ac5c576c68cfab1b6e304c86407faa20cd) - **docs:** remove comment _(by Athan Reines)_ + +
+ +
+ + + +
+ +### Contributors + +A total of 1 person contributed to this release. Thank you to this contributor: + +- Athan Reines + +
+ + + +
+ + +
## 0.2.2 (2024-07-28) diff --git a/README.md b/README.md index a859836..010cc02 100644 --- a/README.md +++ b/README.md @@ -249,8 +249,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/blas-ext-base-ssorthp.svg [npm-url]: https://npmjs.org/package/@stdlib/blas-ext-base-ssorthp -[test-image]: https://github.com/stdlib-js/blas-ext-base-ssorthp/actions/workflows/test.yml/badge.svg?branch=v0.2.2 -[test-url]: https://github.com/stdlib-js/blas-ext-base-ssorthp/actions/workflows/test.yml?query=branch:v0.2.2 +[test-image]: https://github.com/stdlib-js/blas-ext-base-ssorthp/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/blas-ext-base-ssorthp/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/blas-ext-base-ssorthp/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/blas-ext-base-ssorthp?branch=main diff --git a/include/stdlib/blas/ext/base/ssorthp.h b/include/stdlib/blas/ext/base/ssorthp.h index af43e7a..03550b3 100644 --- a/include/stdlib/blas/ext/base/ssorthp.h +++ b/include/stdlib/blas/ext/base/ssorthp.h @@ -16,9 +16,6 @@ * limitations under the License. */ -/** -* Header file containing function declarations. -*/ #ifndef STDLIB_BLAS_EXT_BASE_SSORTHP_H #define STDLIB_BLAS_EXT_BASE_SSORTHP_H