Changelog¶
0.5 (unreleased)¶
General¶
New Features¶
Bug Fixes¶
API Changes¶
The
astroimtools.testfunction has been removed. Instead use thepytest --pyargs astroimtoolscommand.
0.4 (2023-09-18)¶
General¶
The minimum required Python version is 3.9. [#92]
The minimum required Numpy version is 1.22. [#92]
The minimum required Astropy version is 5.0. [#82]
The minimum required Scipy version is 1.7.2. [#92]
The minimum required matplotlib version is 3.5. [#92]
The minimum required photutils version is 1.5. [#92]
Bug Fixes¶
Fixed
make_cutoutsto use theoverwritekeyword instead of the removedclobberkeyword when writing FITS files. [#91]
API Changes¶
The
clobberkeyword is deprecated in favor ofoverwriteinmake_cutoutsandbasic_nddata_to_fits. [#99]
0.3 (2020-08-03)¶
General¶
API changes¶
The
mask_databoundsfunction no longer raises a warning if themask_invalidkeyword is set toTrue. [#72]
0.2 (2019-03-01)¶
General¶
Astroimtools requires Python version 3.5 or later.
Astroimtools requires Numpy version 1.11 or later.
Astroimtools requires Astropy version 3.1 or later. [#67]
New Features¶
Added
cutout_toolsmodule, including relevant documentation and example Jupyter notebooks. [#31]
API changes¶
nddata_statsandNDDataStatssigma-clipping parameters are now specified by passing aastropy.stats.SigmaClipinstance to thesigma_clipkeyword. [#66]
Other Changes and Additions¶
Use
argparsedirectly instead of deprecatedastropy.utils.compat.argparse.Updated
astropy-helpersto v1.1.1.
0.1 (2015-12-17)¶
Astroimtools requires Astropy version 1.1 or later.