From 9fc2ed84fc1d588f6faa2e5d49c672372bfbc05c Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Fri, 10 Apr 2020 16:28:13 -0400 Subject: Release stsci.skypac v1.0.5 (#640) Bug Fix Release: polygon filling algorithm. See https://github.com/spacetelescope/stsci.skypac/pull/52 and https://github.com/spacetelescope/stsci.skypac/pull/55. Also: - Remove `relic`: https://github.com/spacetelescope/stsci.skypac/pull/53 - Pep8 and docstrings: https://github.com/spacetelescope/stsci.skypac/pull/54 and https://github.com/spacetelescope/stsci.skypac/pull/56 --- 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 b2fa1ea..88df53e 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci.skypac' %} -{% set version = '1.0.4' %} +{% set version = '1.0.5' %} {% set number = '0' %} about: -- cgit