Skip to content

v1.0.0

Compare
Choose a tag to compare
@MetinSa MetinSa released this 25 Jul 13:34

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 to zodipy.Model.
  • Removed all previous get_*_emission methods which are all replaced by the evaluate method, which takes in a astropy.coordinates.SkyCoord object. All user input (with the exception of obspos) is now directly provided through the SkyCoord object.
  • Support for per coordinate obstime and obspos 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 the Model.evaluate method can compute the entire zodiacal light for a full instrument timestream.

Full Changelog: v.0.9.2...v.1.0.0