Skip to content

Releases: sunpy/sunkit-image

v0.5.1

17 Nov 19:25
ca4d29d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v05.1

v0.5.0

10 Aug 16:54
a794498
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

24 May 23:34
68f8de3
Compare
Choose a tag to compare

What's Changed

  • Minimum version of sunpy required is now 4.0.0

Full Changelog: v0.4.0...v0.4.2

v0.4.1

06 Apr 05:52
Compare
Choose a tag to compare
  • Add ~sunkit_image.coalignment.calculate_solar_rotate_shift and
    ~sunkit_image.coalignment.mapsequence_solar_derotate to
    the sunkit_image.coalignment module. (#81 <https://github.com/sunpy/sunkit-image/pull/81>__)

v0.4.0

11 Mar 18:18
Compare
Choose a tag to compare

0.4.0 (2022-03-11)

Features

  • Add the ~sunkit_image.coalignment module ported from ~sunpy.image.coalignment. (#78 <https://github.com/sunpy/sunkit-image/pull/78>__)

v0.3.2

08 Mar 07:18
ee3c697
Compare
Choose a tag to compare

Conda-forge support

v0.3.1

19 Nov 20:38
024c20a
Compare
Choose a tag to compare

0.3.1 (2021-11-19)

  • Fixed a bug where a ~astropy.units.UnitConversionError was
    thrown if a non-dimensionless ~astropy.units.Quantity object was input
    for the signal in ~sunkit_image.time_lag.cross_correlation.
    (#72)
  • Fixed a bug where the way we dealt with ~astropy.unit.Quantity objects was
    inconsistent with ~dask.array.Array
    objects in newer versions of ~numpy.
    The pre_check_hook option keyword
    argument has also been removed from ~sunkit_image.time_lag.time_lag and post_check_hook has been renamed to array_check and now accepts two arguments.
    (#72)

Trivial/Internal Changes

  • A warning is now raised if the input data to ~sunkit_image.enhance.mgn contain any
    NaNs. (#73)

v0.3.0

02 Jun 16:10
Compare
Choose a tag to compare

0.3.0 (2021-06-02)

Features

  • The sunkit_image.time_lag module
    provides functions for computing the cross-correlation, time lag,
    and peak cross-correlation for N-dimensional time series. (#61)
  • Increased the minimum version of "sunpy" to 3.0.0, the new LTS
    release

v0.2.0

04 May 19:50
Compare
Choose a tag to compare

Features

  • The minimum and maximum values of the gamma transform can now be
    specified for sunkit_image.enhance.mgn. (#60)

Bug Fixes

  • Increased the minimum version of "skimage" to 0.18.0, preventing
    faulty code in sunkit-image.utils.points_in_poly. (#59)

Trivial/Internal Changes

  • Added multiple unit tests to increase code coverage. (#59)
  • Increased minimum supported version of sunpy to 2.0.0
  • Many internal package updates to documentation, the continuous
    integration and etc.

v0.3dev

05 May 19:12
Compare
Choose a tag to compare

Start development for v0.3