- Update to 0.12.0 + New Features * ``gwcs.WCS`` now supports the ``world_axis_object_components`` and ``world_axis_object_classes`` methods of the low level WCS API as specified by APE 14. * Removed astropy-helpers from package. * Added a method ``fix_inputs`` which rturns an unique WCS from a compound WCS by fixing inputs. * Added two new transforms - ``ToDirectionCosines`` and ``FromDirectionCosines``. * Added new transforms ``WavelengthFromGratingEquation``, ``AnglesFromGratingEquation3D``. * ``gwcs.WCS`` now supports the new ``world_axis_names`` and ``pixel_axis_names`` properties on ``LowLevelWCS`` objects. * Update the ``StokesFrame`` to work for arrays of coordinates and integrate with APE 14. * Added ``Snell3D``, ``SellmeierGlass`` and ``SellmeierZemax`` transforms. + API Changes * Changed the initialization of ``TemporalFrame`` to be consistent with other coordinate frames. + Bug Fixes * Ensure that ``world_to_pixel_values`` and ``pixel_to_world_values`` always accept and return floats, even if the underlying transform uses units. - Drop python2 subpackage due to dependencies dropping python2. OBS-URL: https://build.opensuse.org/request/show/761638 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-gwcs?expand=0&rev=4
31 lines
1.5 KiB
Plaintext
31 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 6 15:57:28 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Update to 0.12.0
|
|
+ New Features
|
|
* ``gwcs.WCS`` now supports the ``world_axis_object_components`` and
|
|
``world_axis_object_classes`` methods of the low level WCS API as specified by
|
|
APE 14.
|
|
* Removed astropy-helpers from package.
|
|
* Added a method ``fix_inputs`` which rturns an unique WCS from a compound
|
|
WCS by fixing inputs.
|
|
* Added two new transforms - ``ToDirectionCosines`` and ``FromDirectionCosines``.
|
|
* Added new transforms ``WavelengthFromGratingEquation``, ``AnglesFromGratingEquation3D``.
|
|
* ``gwcs.WCS`` now supports the new ``world_axis_names`` and
|
|
``pixel_axis_names`` properties on ``LowLevelWCS`` objects.
|
|
* Update the ``StokesFrame`` to work for arrays of coordinates and integrate
|
|
with APE 14.
|
|
* Added ``Snell3D``, ``SellmeierGlass`` and ``SellmeierZemax`` transforms.
|
|
+ API Changes
|
|
* Changed the initialization of ``TemporalFrame`` to be consistent with other
|
|
coordinate frames.
|
|
+ Bug Fixes
|
|
* Ensure that ``world_to_pixel_values`` and ``pixel_to_world_values`` always
|
|
accept and return floats, even if the underlying transform uses units.
|
|
- Drop python2 subpackage due to dependencies dropping python2.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 14 10:01:43 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
- initial spec
|