Skip to content

GWCS 0.14.0

Compare
Choose a tag to compare
@nden nden released this 19 Aug 13:41
· 334 commits to master since this release
b1b08d4

New Features

  • Updated versions of schemas for gwcs objects based on latest versions of transform schemas in asdf-standard. [#307]
  • Added a wcs.Step class to allow serialization to ASDF to use references. [#317]
  • WCS.pipeline now is a list of Step instances instead of a (frame, transform) tuple. Use WCS.pipeline.transform and WCS.pipeline.frame to access them. [#319]

Bug Fixes

  • Fix a bug in polygon fill for zero-width bounding boxes. [#293]
  • Add an optional parameter input_frame to ``wcstools.wcs_from_fiducial`. [#312]