From 0475e786a566097e8914f1696738311376a9650a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Tue, 4 Jun 2024 17:06:20 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++-- README.md | 4 ++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1b2e9..c9b4fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,40 @@ ## 0.0.1 (2024-06-04) +
+ +### Features + +- [`933ebe4`](https://github.com/stdlib-js/stdlib/commit/933ebe4347a6c5c400e0e5fd93faabe1639fe205) - add `complex/float32/reviver` + +
+ + + +
+ +### BREAKING CHANGES + +- [`7381394`](https://github.com/stdlib-js/stdlib/commit/738139479cf29cbe123d7c5028024983ba11b3bd): remove `complex/reviver-float64` + + - To migrate, users should update their require/import paths to use + `@stdlib/complex-float64/reviver` which provides the same API and + implementation. + +
+ + +
### Commits
-- [`3327e78`](https://github.com/stdlib-js/stdlib/commit/3327e7838636a10cc2f69a0d5a442bfe77f1e3a6) - **build:** guard against case of no releases _(by Philipp Burckhardt)_ +- [`3a3b1e0`](https://github.com/stdlib-js/stdlib/commit/3a3b1e08f73a54c5ee46d73045805aee0bb1196d) - **docs:** update package URLs [(##2269)](#2269) _(by stdlib-bot)_ +- [`8089b88`](https://github.com/stdlib-js/stdlib/commit/8089b886a4d7d89f15abb068b1021d93f9c4f64e) - **docs:** update paths _(by Athan Reines)_ +- [`7381394`](https://github.com/stdlib-js/stdlib/commit/738139479cf29cbe123d7c5028024983ba11b3bd) - **remove:** remove `complex/reviver-float64` _(by Athan Reines)_ +- [`933ebe4`](https://github.com/stdlib-js/stdlib/commit/933ebe4347a6c5c400e0e5fd93faabe1639fe205) - **feat:** add `complex/float32/reviver` _(by Athan Reines)_
@@ -26,7 +53,7 @@ A total of 1 person contributed to this release. Thank you to this contributor: -- Philipp Burckhardt +- Athan Reines
diff --git a/README.md b/README.md index 1cf461c..fb9a473 100644 --- a/README.md +++ b/README.md @@ -198,8 +198,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/complex-float32-reviver.svg [npm-url]: https://npmjs.org/package/@stdlib/complex-float32-reviver -[test-image]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml/badge.svg?branch=v0.0.1 -[test-url]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml?query=branch:v0.0.1 +[test-image]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml/badge.svg?branch=main +[test-url]: https://github.com/stdlib-js/complex-float32-reviver/actions/workflows/test.yml?query=branch:main [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/complex-float32-reviver/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/complex-float32-reviver?branch=main