- Updated package infrastructure. - Fixed compatibility with Numpy 2.0 and recent versions of SciPy. - The minimum supported version of Python is now 3.9. - Change to normalization for convolution fine structure method to instead use a matched filter.
1.1.0
------------------
- Added the option to add a variance array - Added the ability to subtract a background array rather than a single value. - To accommodate these changes, we now return the cleaned array in the same units as the user provides, ADU rather than electrons and with the background included.
1.0.5
------------------
- Updated to newest version of astropy package template.
- Fixed median cleaning. There was a subtle bug that the crmask was defined as a unit8 array. This was then used to clean the image, but this acted as indexes 0 and 1 rather than a boolean array that was intended
1.0.4
------------------
- Fixed setup_requires so that it doesn't install astropy when using egg_info.