From deeffdad8378778463712ae939c3d0c7970e94d8 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Thu, 20 Feb 2025 16:52:37 -0700 Subject: [PATCH] Release v0.6.1 (#268) --- CHANGELOG.rst | 22 ++++++++++++++++++++++ changelog/254.breaking.rst | 1 - changelog/254.bugfix.rst | 1 - changelog/266.breaking.rst | 1 - changelog/266.feature.rst | 1 - 5 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 changelog/254.breaking.rst delete mode 100644 changelog/254.bugfix.rst delete mode 100644 changelog/266.breaking.rst delete mode 100644 changelog/266.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2266d027..7c525ac7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +0.6.1 (2025-02-20) +================== + +Breaking Changes +---------------- + +- Removed "inplace" method for `sunkit_image.radial.rhef`. (`#254 `__) +- Changed the default rank method for `sunkit_image.radial.rhef` from 'numpy' to 'scipy'. (`#266 `__) + + +New Features +------------ + +- Added a method called "none" to `sunkit_image.radial.rhef` to allow for the bypassing of the radial filter. (`#266 `__) + + +Bug Fixes +--------- + +- Fixed NaN handling in `sunkit_image.radial.rhef`. (`#254 `__) + + 0.6.0 (2025-02-19) ================== diff --git a/changelog/254.breaking.rst b/changelog/254.breaking.rst deleted file mode 100644 index 104c4cad..00000000 --- a/changelog/254.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Removed "inplace" method for `sunkit_image.radial.rhef`. diff --git a/changelog/254.bugfix.rst b/changelog/254.bugfix.rst deleted file mode 100644 index 403d8bc5..00000000 --- a/changelog/254.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed NaN handling in `sunkit_image.radial.rhef`. diff --git a/changelog/266.breaking.rst b/changelog/266.breaking.rst deleted file mode 100644 index e4ca3382..00000000 --- a/changelog/266.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Changed the default rank method for `sunkit_image.radial.rhef` from 'numpy' to 'scipy'. diff --git a/changelog/266.feature.rst b/changelog/266.feature.rst deleted file mode 100644 index 8a319dc6..00000000 --- a/changelog/266.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added a method called "none" to `sunkit_image.radial.rhef` to allow for the bypassing of the radial filter.