summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Cara <mcara@users.noreply.github.com>2019-05-30 15:21:28 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-30 15:21:28 -0400
commit2199c34418bb90d26f680dcd1f27fd803a568249 (patch)
tree7cc04e265b3ca1c41c9cfaa6375b52310d0204dd
parentd930df588381cdf5843a24f4b188dc6d5976c64d (diff)
downloadastroconda-contrib-2199c34418bb90d26f680dcd1f27fd803a568249.tar.gz
Reliability improvement in stsci.skypac (#515)
This release improves `stsci.skypac` in the way it deals with images that almost entirely overlap on the sky by avoiding calling `spherical_geometry` methods in those cases. See https://github.com/spacetelescope/stsci.skypac/pull/49
-rw-r--r--stsci.skypac/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml
index 59f3a40..b2fa1ea 100644
--- a/stsci.skypac/meta.yaml
+++ b/stsci.skypac/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'stsci.skypac' %}
-{% set version = '1.0.3' %}
+{% set version = '1.0.4' %}
{% set number = '0' %}
about: