Releases: sunpy/sunkit-image
Releases · sunpy/sunkit-image
v0.5.1
What's Changed
- Updated requirements for imported packages by @nabobalis in #160
- Fixing install link by @hayesla in #171
- Using clip_interval and norm= in example gallery examples by @hayesla in #172
- CI devdeps + changelog by @nabobalis in #176
Full Changelog: v0.5.0...v05.1
v0.5.0
What's Changed
- Add two coalignment examples by @mwhv2 in #90
- Fix CI by @nabobalis in #95
- Update ci.yml by @nabobalis in #97
- Improve doc layout by @dstansby in #98
- Doc changes by @nabobalis in #99
- Make a bunch of
coalignment
module private by @dstansby in #100 - 311 testing by @nabobalis in #108
- CI Fix by @nabobalis in #115
- Removal of ASDA and its util funtions by @nabobalis in #118
- Fix tox issue for uploading figures by @nabobalis in #119
- add granule.py script with granule segmentation functionality by @LDZuckerman in #114
- Revert "Removal of ASDA and its util funtions (#118)" by @nabobalis in #123
- Fix: Adds information about normalisation of data for the MGN function by @Saksham-13 in #126
- Added RGB example from core by @nabobalis in #128
- Move conftest.py inside test folder by @dstansby in #130
- Reduce API toctree levels by @dstansby in #131
- Improve example gallery titles by @dstansby in #132
- Fix: makes extra functions from the trace module private by @Saksham-13 in #136
- Update segmentation algorithm by @LDZuckerman in #154
- Update CI and fix tests and update min versions of python and packages by @nabobalis in #155
- Add mypy config by @nabobalis in #156
- Accept either arrays or maps as input where appropriate by @dstansby in #135
- Add ruff by @nabobalis in #157
New Contributors
- @mwhv2 made their first contribution in #90
- @dstansby made their first contribution in #98
- @LDZuckerman made their first contribution in #114
- @Saksham-13 made their first contribution in #126
Full Changelog: v0.4.2...v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.2
v0.3.1
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
v0.2.0
Features
- The minimum and maximum values of the gamma transform can now be
specified forsunkit_image.enhance.mgn
. (#60)
Bug Fixes
- Increased the minimum version of "skimage" to 0.18.0, preventing
faulty code insunkit-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.