summaryrefslogtreecommitdiff
path: root/tweakwcs
diff options
context:
space:
mode:
authorMihai Cara <mcara@users.noreply.github.com>2020-03-09 09:01:15 -0400
committerGitHub <noreply@github.com>2020-03-09 09:01:15 -0400
commit97adf9380a7a938220e0c2f670e1da6874f261ef (patch)
tree9a99cef36432c2b9f78da39d1462f9be4cce18ba /tweakwcs
parentc34604b56ec09ced226cd31136ac2d9e146c5bd4 (diff)
downloadastroconda-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
Diffstat (limited to 'tweakwcs')
-rw-r--r--tweakwcs/meta.yaml2
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 }}