From 2199c34418bb90d26f680dcd1f27fd803a568249 Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Thu, 30 May 2019 15:21:28 -0400 Subject: 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 --- stsci.skypac/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit