diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2020-03-09 09:01:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 09:01:15 -0400 |
commit | 97adf9380a7a938220e0c2f670e1da6874f261ef (patch) | |
tree | 9a99cef36432c2b9f78da39d1462f9be4cce18ba | |
parent | c34604b56ec09ced226cd31136ac2d9e146c5bd4 (diff) | |
download | astroconda-contrib-97adf9380a7a938220e0c2f670e1da6874f261ef.tar.gz |
Bug fix release for tweakwcs (#625)
Fixes a bug in JWST corrector: when corrector model is updated, its inverse must be updated as well - see https://github.com/spacetelescope/tweakwcs/pull/112. Tweaked unit tests and added JWST alignment regression test: https://github.com/spacetelescope/tweakwcs/pull/113
-rw-r--r-- | tweakwcs/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tweakwcs/meta.yaml b/tweakwcs/meta.yaml index 500c884..f95dd3e 100644 --- a/tweakwcs/meta.yaml +++ b/tweakwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'tweakwcs' %} -{% set version = '0.6.0' %} +{% set version = '0.6.1' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |