- photutils now requires AstroPy v1.0 or later.
photutils.aperture_photometry
- Fixed an issue where
np.nan
ornp.inf
were not properly masked. [#267]
- Fixed an issue where
photutils.detection
find_peaks
now returns an Astropy Table containing the (x, y) positions and peak values. [#240]find_peaks
has newmask
,error
,wcs
andsubpixel
precision options. [#244]
photutils.morphology
- Added new
GaussianConst2D
(2D Gaussian plus a constant) model [#244]. - Added new
marginalize_data2d
function [#244]. - Added new
cutout_footprint
function [#244].
- Added new
- Update astropy-helpers to v1.0.2 [#260]
photutils 0.1 was released on December 22, 2014. It requires Astropy version 0.4 or later.