Skip to content

Commit

Permalink
Release v0.6.1 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Feb 20, 2025
1 parent d2b2960 commit deeffda
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
0.6.1 (2025-02-20)
==================

Breaking Changes
----------------

- Removed "inplace" method for `sunkit_image.radial.rhef`. (`#254 <https://github.com/sunpy/sunkit-image/pull/254>`__)
- Changed the default rank method for `sunkit_image.radial.rhef` from 'numpy' to 'scipy'. (`#266 <https://github.com/sunpy/sunkit-image/pull/266>`__)


New Features
------------

- Added a method called "none" to `sunkit_image.radial.rhef` to allow for the bypassing of the radial filter. (`#266 <https://github.com/sunpy/sunkit-image/pull/266>`__)


Bug Fixes
---------

- Fixed NaN handling in `sunkit_image.radial.rhef`. (`#254 <https://github.com/sunpy/sunkit-image/pull/254>`__)


0.6.0 (2025-02-19)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/254.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/254.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/266.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/266.feature.rst

This file was deleted.

0 comments on commit deeffda

Please sign in to comment.