Skip to content

Releases: sunpy/sunkit-image

v0.7.0

30 Mar 17:54
v0.7.0
b2ffa56

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

08 Jun 16:49
deeffda

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

19 Feb 22:53
ae7b86a

Choose a tag to compare

What's Changed

  • Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #177
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #178
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #180
  • remove old circleci webhook config by @Cadair in #181
  • fixes the cr example. by @Deus1704 in #184
  • removed marks from fixtures in tests by @Ghaithq in #182
  • removed the xfail mark by @Deus1704 in #193
  • Removes unused variable zloop in trace.py by @Ghaithq in #197
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #199
  • Declasses asda file by @Ghaithq in #185
  • drop 3.9, move to pyproject etc by @nabobalis in #194
  • WOW - proposed solution to issue 187 by @frederic-auchere in #188
  • bump figure test env by @nabobalis in #201
  • numpy 2.0 support by @nabobalis in #209
  • Removes coalign by solar rotation completely by @Deus1704 in #206
  • implements stara by @Deus1704 in #195
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #219
  • CI tweaks to hide parfive by @nabobalis in #214
  • Register template by @CyclingNinja in #202
  • Implementing the RHE Filter by @GillySpace27 in #205
  • Adds a gallery example for the ASDA module by @Deus1704 in #218
  • Updates from the package template by @github-actions in #222
  • Updates from the package template by @github-actions in #224
  • increase min sunpy by @nabobalis in #223
  • Refresh the examples by @nabobalis in #212
  • Files had wrong char ending by @nabobalis in #225
  • Add net to test deps by @nabobalis in #227
  • The reason that sunkit-image exists by @nabobalis in #200
  • Updates from package template by @Cadair in #228
  • Updates from package template by @Cadair in #229
  • Updates from the package template by @github-actions in #230
  • Updates from the package template by @github-actions in #232
  • Updates from the package template by @github-actions in #234
  • Updates from the package template by @github-actions in #235
  • Updates from the package template by @github-actions in #236
  • Updates from the package template by @github-actions in #237
  • Updates from the package template by @github-actions in #240
  • Added an example for advanced usage of WOW by @frederic-auchere in #238
  • Generalize the RHE Function beyond AIA by @GillySpace27 in #231
  • Updates from the package template by @github-actions in #242
  • Made set_attenuation_coefficients private by @Abinash-bit in #243
  • expanding tracing example to extract intensities by @Abinash-bit in #244
  • Enabling enhanced Ruff linting by @Abinash-bit in #246
  • Add tests with a jsoc cutout file and update MGN to convert int to float by @nabobalis in #215
  • Updates from the package template by @github-actions in #247
  • Bump codecov/codecov-action from 4 to 5 by @dependabot in #248
  • Updates from package template by @Cadair in #249
  • Updates from package template by @Cadair in #250
  • Updates from the package template by @github-actions in #251
  • Updates from package template by @Cadair in #252
  • Updates from the package template by @github-actions in #255
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #256
  • Updates from the package template by @github-actions in #257
  • Updates from the package template by @github-actions in #258
  • Updates from the package template by @github-actions in #259
  • Updates from the package template by @github-actions in #262
  • Fix time lag tests to deal with change in deferral of multiplication operation in Dask by @wtbarnes in #261
  • Updates from the package template by @github-actions in #263
  • Changelog - Release v0.6.0 by @nabobalis in #264

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

17 Nov 19:25
ca4d29d

Choose a tag to compare

What's Changed

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

v0.5.0

10 Aug 16:54
a794498

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

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

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

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

Choose a tag to compare

Conda-forge support

v0.3.1

19 Nov 20:38
024c20a

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)