Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 27, 2023
1 parent fc336a0 commit 30c1215
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
1.1.0 (2023-10-27)
==================

Backwards Incompatible Changes
------------------------------

- We now require gwcs 0.19+ and therefore astropy 5.3+ (`#305 <https://github.com/DKISTDC/dkist/pull/305>`_)


Features
--------

- Add a new ``AsymmetricMapping`` model to allow a different mapping in the forward and reverse directions. (`#305 <https://github.com/DKISTDC/dkist/pull/305>`_)


Bug Fixes
---------

- Fix the oversight where, when generating a model for a celestial WCS, the scale model was put before the affine transform in the pipeline. This means that the units for the affine transform matrix provided to ``VaryingCelestialTransform`` and ``generate_celestial_transform`` should be pixels not degrees. (`#305 <https://github.com/DKISTDC/dkist/pull/305>`_)
- Fix missing references to parent transform schemas in ``Ravel`` and ``VaryingCelestialTransform`` ASDF schemas. (`#305 <https://github.com/DKISTDC/dkist/pull/305>`_)


Trivial/Internal Changes
------------------------

- To improve compatibility with external libraries that provide ASDF serialization and
validation (like asdf-astropy) dkist schemas were updated to use tag wildcards
when checking tagged objects (instead of requiring specific tag versions). (`#308 <https://github.com/DKISTDC/dkist/pull/308>`_)


v1.0.1 (2023-10-13)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog/305.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/305.bugfix.1.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/305.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/305.feature.rst

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/308.trivial.rst

This file was deleted.

0 comments on commit 30c1215

Please sign in to comment.