You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
wcs_from_points now includes fitting for the inverse transform. [#349]
Generalized WCS.to_fits_sip to be able to create a 2D celestial FITS WCS from celestial subspace of the WCS. Also, now WCS.to_fits_sip` supports arbitrary order of output axes. [#357]
API Changes
Modified interface to wcs_from_points function to better match analogous function in astropy. [#349]
Model._BoundingBox was renamed to ``Model.ModelBoundingBox`. [#376, #377]
Bug Fixes
world_axis_object_components and world_axis_object_classes now ensure unique keys in CompositeFrame and CoordinateFrame. [#356]
Fix issue where RuntimeWarning is raised when there are NaNs in coordinates in angle wrapping code [#367]
Fix deprecation warning when wcs is initialized with a pipeline [#368]