diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2019-01-22 15:35:24 -0500 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-01-22 15:35:24 -0500 |
commit | c476974894a0c9bd2d71e4f09b822064de591ad4 (patch) | |
tree | 36c1f83c8f7c6aa426503ab8db20e828a140dbe4 | |
parent | c68fccabf1ed42b4bdf8fca39462441c8dd26d91 (diff) | |
download | astroconda-contrib-c476974894a0c9bd2d71e4f09b822064de591ad4.tar.gz |
Bug fix release of tweakwcs (#461)
See https://github.com/spacetelescope/tweakwcs/pull/47 and https://github.com/spacetelescope/tweakwcs/pull/49 but also `RMSD->RMSE` renaming and `MAE` computation.
-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 74c31f7..351c5aa 100644 --- a/tweakwcs/meta.yaml +++ b/tweakwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'tweakwcs' %} -{% set version = '0.3.2' %} +{% set version = '0.3.3' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |