v1.0.0
This release features a major rewrite of the ZodiPy API following the integration of ZodiPy to the Astropy ecosystem. See the usage documentation for an overview of how to use ZodiPy with the new API.
What's Changed
- Renamed
zodipy.Zodipy
tozodipy.Model
. - Removed all previous
get_*_emission
methods which are all replaced by theevaluate
method, which takes in aastropy.coordinates.SkyCoord
object. All user input (with the exception ofobspos
) is now directly provided through theSkyCoord
object. - Support for per coordinate
obstime
andobspos
values, for more accurate simulations. This also removes the need to manually chunk time-ordered data and re-evaluate ZodiPy. Now, a single call to theModel.evaluate
method can compute the entire zodiacal light for a full instrument timestream.
Full Changelog: v.0.9.2...v.1.0.0