Sunkit-image

Latest version: v0.6.1

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.6.1

==================

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

==================

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

- The ``Asda`` and ``Lamb_Oseen`` classes have been removed and replaced with functions that replicate the original process.

The following function were renamed:
- ``gen_vel`` -> ``generate_velocity_field``
- ``gamma_values`` -> ``calculate_gamma_values``
- ``vortex_property`` -> ``get_vortex_properties``
- ``get_grid`` -> ``get_vortex_meshgrid``
- ``center_edge`` -> ``get_vortex_edges``
- ``get_vtheta`` -> ``get_rotational_velocity``
- ``get_vradial`` -> ``get_radial_velocity``
- ``get_vxvy`` -> ``get_velocity_field``

Now to use, the properties that were previously stored within the class should now be passed through the arguments of the methods in case the method used these arguments.

Example:

``lo.gen_vel(index[1], index[0])`` -> ``asda.generate_velocity_field(vx, vy, index[1], index[0], r)`` (`185 <https://github.com/sunpy/sunkit-image/pull/185>`__)
- Now all inputs to `sunkit_image.enhance.mgn` beyond the input array are keyword arguments. (`194 <https://github.com/sunpy/sunkit-image/pull/194>`__)
- Increased the minimum version of Python to 3.10.
This comes along with an increase in the dependencies versions. (`194 <https://github.com/sunpy/sunkit-image/pull/194>`__)
- Increased the minimum required version of ``sunpy`` to the latest LTS version 6.0.0 (`223 <https://github.com/sunpy/sunkit-image/pull/223>`__)
- All functions under (`sunkit_image.radial`) now have a settable fill value which now defaults to NaN instead of 0. (`231 <https://github.com/sunpy/sunkit-image/pull/231>`__)
- The function ``set_attenuation_coefficients`` has been removed from the public API.

Now you can pass in the inputs used by ``set_attenuation_coefficients`` directly into `sunkit_image.radial.fnrgf`, which now accepts ``mean_attenuation_range`` and ``std_attenuation_range``. (`243 <https://github.com/sunpy/sunkit-image/pull/243>`__)


Removals
--------

- The coalignment methods ``calculate_solar_rotate_shift`` and ``mapsequence_coalign_by_rotation`` present in the `sunkit_image.coalignment` have been removed, with no replacement.
Correspondingly the gallery example ``Compensating for Solar Rotation`` making use of these methods are removed.

If you wish to coalign differentially rotated maps, refer to this `example <https://docs.sunpy.org/en/stable/generated/gallery/differential_rotation/reprojected_map.html>`__ in sunpy (`#206 <https://github.com/sunpy/sunkit-image/pull/206>`__)


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

- Added the ability to call a Wavelets Optimized Whitening (WOW) algorithm from the `watroo <https://pypi.org/project/watroo/>`__ package. (`#188 <https://github.com/sunpy/sunkit-image/pull/188>`__)
- Added the `sunkit_image.stara` module which is an implementation of Sunspot Tracking And Recognition (STARA).
Added an example of plotting sunspots using the STARA :ref:`sphx_glr_generated_gallery_finding_sunspots_using_stara.py`. (`195 <https://github.com/sunpy/sunkit-image/pull/195>`__)
- Added the Radial Histogram Equalizing Filter (RHEF) (`sunkit_image.radial.rhef`) to the `sunkit_image.radial` package. (`205 <https://github.com/sunpy/sunkit-image/pull/205>`__)
- Added a gallery example :ref:`sphx_glr_generated_gallery_detecting_swirls.py` demonstrating the usage of the `sunkit_image.asda` module for detecting swirls in the solar atmosphere. (`218 <https://github.com/sunpy/sunkit-image/pull/218>`__)


Bug Fixes
---------

- Removed the default normalization of the output maps from `sunkit_image.radial.nrgf` and `sunkit_image.radial.fnrgf`. (`205 <https://github.com/sunpy/sunkit-image/pull/205>`__)
- Within `sunkit_image.enhance.mgn`, the input data is now cast to float32 to work around int/float being cast to each other causing an error. (`215 <https://github.com/sunpy/sunkit-image/pull/215>`__)
- Improved the Radial Histogram Equalizing Filter (RHEF) (`sunkit_image.radial.rhef`) to work with images outside of SDO/AIA. (`231 <https://github.com/sunpy/sunkit-image/pull/231>`__)


Documentation
-------------

- Added a new example for `sunkit_image.radial.rhef` at :ref:`sphx_glr_generated_gallery_radial_histogram_equalization.py`

Added RHEF to :ref:`sphx_glr_generated_gallery_radial_gradient_filters.py` as a comparison to the other filters. (`205 <https://github.com/sunpy/sunkit-image/pull/205>`__)
- Updated all of the examples with cleaner plots and some minor english style tweaks. (`212 <https://github.com/sunpy/sunkit-image/pull/212>`__)
- Added a new example showcasing advanced usage of Wavelets Optimized Whitening (WOW) at :ref:`sphx_glr_generated_gallery_advanced_wow.py` (`238 <https://github.com/sunpy/sunkit-image/pull/238>`__)


Internal Changes
----------------

- Added explicit support for numpy 2.0. (`209 <https://github.com/sunpy/sunkit-image/pull/209>`__)
- Added unit tests with a JSOC cutout file. (`215 <https://github.com/sunpy/sunkit-image/pull/215>`__)

0.5.1

==================

Trivial/Internal Changes
------------------------

- Added the explicitly imported packages to the install requirements. (`160 <https://github.com/sunpy/sunkit-image/pull/160>`__)

0.5.0

==================

Backwards Incompatible Changes
------------------------------

- The following helper functions in `sunkit_image.coalignment` have been removed, with no replacement.
This is because they are designed to be internal helper functions.
If you need to use them in your own code create a copy of the functions from the ``sunkit-image`` source code.

- ``parabolic_turning_point``
- ``calculate_clipping``
- ``check_for_nonfinite_entries``
- ``get_correlation_shifts``
- ``clip_edges``
- ``find_best_match_location``
- ``calculate_shift`` (`100 <https://github.com/sunpy/sunkit-image/pull/100>`__)

- The following helper functions in `sunkit_image.radial` have been removed, with no replacement.
This is because they are designed to be internal helper functions.
If you need to use them in your own code create a copy of the functions from the ``sunkit-image`` source code.

- ``fit_polynomial_to_log_radial_intensity``
- ``calculate_fit_radial_intensity``
- ``normalize_fit_radial_intensity``

- Made the following functions in `sunkit_image.trace` private:

1. ``curvature_radius`` (renamed to ``_curvature_radius``)
2. ``erase_loop_in_image`` (renamed to ``_erase_loop_in_image``)
3. ``initial_direction_finding`` (renamed to ``_initial_direction_finding``)
4. ``loop_add`` (renamed to ``_loop_add``)

These were never intended to be used by users but for the user-facing functions. (`136 <https://github.com/sunpy/sunkit-image/pull/136>`__)

- Dropped support for Python 3.8 by increasing minimum required Python version to 3.9.
Dropped support for sunpy 4.0 and 4.1 by increasing minimum required sunpy version to 5.0.
Dropped support for scikit-image 0.18 by increasing minimum required scikit-image version to 0.19. (`155 <https://github.com/sunpy/sunkit-image/pull/155>`__)


Features
--------

- Add two examples demonstrating the usage of ``~sunkit_image.coalignment.mapsequence_coalign_by_match_template`` and ``~sunkit_image.coalignment.mapsequence_coalign_by_rotation``. (`90 <https://github.com/sunpy/sunkit-image/pull/90>`__)
- Added the `sunkit_image.granule` module which provides functions to segment granulation in images of the solar photosphere.
The key functionality is contained in the `~sunkit_image.granule.segment` function, which
segments an image into intergranule, granule, faculae, and, optionally, dim granule. (`114 <https://github.com/sunpy/sunkit-image/pull/114>`__)
- ``mypy`` type checking has been enabled on the repository.
Types have not yet been extensively added, but running ``mypy`` does not raise any errors. (`133 <https://github.com/sunpy/sunkit-image/pull/133>`__)
- Several functions have been updated to accept either numpy array or sunpy map inputs.
The following functions now accept either a numpy array or sunpy map, and return the same data type:

- `sunkit_image.enhance.mgn`
- `sunkit_image.trace.bandpass_filter`
- `sunkit_image.trace.smooth`

The following functions now accept either a numpy array or sunpy map, and their return type is unchanged:

- `sunkit_image.trace.occult2` (`135 <https://github.com/sunpy/sunkit-image/pull/135>`__)
- Modifications to the `sunkit_image.granule` module.

1. Increase in speed for large images achieved by computing the initial thresholding on a random subset of pixels.
2. Increase accuracy on images with spatially varying background flux levels achieved by applying a local histogram equalization before computing the initial thresholding.
3. Prevention of errors in finding "dim centers" in images that have all-granule edges achieved by adding a "padding" of zero pixels around the edges.
4. Correction of the assignment of the values 2 and 3 to brightpoints and dim centers. (`154 <https://github.com/sunpy/sunkit-image/pull/154>`__)


Improved Documentation
----------------------

- Added two notes to `sunkit_image.enhance.mgn` detailing prerequisites for using this function. (`126 <https://github.com/sunpy/sunkit-image/pull/126>`__)
- Added a tutorial (:ref:`sphx_glr_generated_gallery_rgb_composite.py`) demonstrating how to create an RGB image with three different maps. (`128 <https://github.com/sunpy/sunkit-image/pull/128>`__)

0.4.2

==================

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

- Minimum version of ``sunpy`` required is now 4.0.0

0.4.1

==================

Features
--------

- Add ``~sunkit_image.coalignment.calculate_solar_rotate_shift`` and
``~sunkit_image.coalignment.mapsequence_coalign_by_rotation`` to
the `sunkit_image.coalignment` module. (`81 <https://github.com/sunpy/sunkit-image/pull/81>`__)

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.