summaryrefslogtreecommitdiff
path: root/stsci.skypac
Commit message (Collapse)AuthorAgeFilesLines
* Maintenance release of stsci.skypac v1.0.8Mihai Cara2021-08-121-1/+1
| | | Fix deprecation warnings from numpy due to use of numpy aliases to fundamental Python data types. See https://github.com/spacetelescope/stsci.skypac/pull/63 for more details.
* Package maintenance. Release skypac 1.0.7Mihai Cara2021-08-111-1/+1
| | | | | Effectively undoes https://github.com/spacetelescope/stsci.skypac/pull/61 Switch back to using bitmask module from stsci.tools. See https://github.com/spacetelescope/stsci.skypac/pull/62
* Release 1.0.6 - package maintenenceMihai Cara2021-08-101-1/+1
| | | Switch to using `bitmask` module from `stsci.tools` to `astropy.nddata`. See https://github.com/spacetelescope/stsci.skypac/pull/61
* Add missing dependencies to stsci.skypac (#644)Matt Rendina2020-04-141-0/+2
|
* Release stsci.skypac v1.0.5 (#640)Mihai Cara2020-04-101-1/+1
| | | | | | 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
* Reliability improvement in stsci.skypac (#515)Mihai Cara2019-05-301-1/+1
| | | 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 1.0.3: Better handling of cases of non-overlaping images (#510)Mihai Cara2019-05-241-1/+1
|
* stsci.* namespace revamp: (#491)Joseph Hunkeler2019-03-141-0/+1
| | | | * Remove preserve_egg_dir * Use single version externally managed
* stsci.skypac: 1.0.2 (#482)Joseph Hunkeler2019-03-093-7/+4
| | | | | * Update recipe * Do not preserve egg * Externally managed
* stsci.skypac: 1.0.0 -> 1.0.1 (#462)Joseph Hunkeler2019-01-261-1/+1
|
* Remove support for Py2 (#460)Mihai Cara2019-01-221-4/+5
| | | | | | * Remove support for Py2 * Bump version to 1.0.0
* Enhancements to Pixel Area Map computation (#380)Mihai Cara2018-07-161-1/+1
| | | See https://github.com/spacetelescope/stsci.skypac/pull/37
* Added optional parameters to PAM utilities in stsci.skypac (#376)Mihai Cara2018-06-231-1/+1
| | | | | See https://github.com/spacetelescope/stsci.skypac/pull/36 for more details. Skipped v0.9.13 due to an incorrectly (prematurely) applied tag.
* stsci.skypac release 0.9.12 - fix crash when when 'matching' (#370)Mihai Cara2018-06-171-3/+3
| | | See https://github.com/spacetelescope/stsci.skypac/pull/23 and linked issues and PRs for more details.
* stsci.skypac: 0.9.10 -> 0.9.11 (#366)Joseph Hunkeler2018-06-121-4/+3
|
* stsci.skypac - switch dep to spherical-geometryMatt Rendina2018-04-231-2/+2
|
* Added utilities for generating Pixel Area MapsMihai Cara2018-04-201-1/+1
| | | See https://github.com/spacetelescope/stsci.skypac/issues/27 and https://github.com/spacetelescope/stsci.skypac/pull/28
* Remove superfluous version prefix strippingMatt Rendina2018-03-131-3/+0
|
* Next (#292)Joseph Hunkeler2018-02-143-33/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Strip x.x selectors * Assign build-time python lock * Minimal build matrix * Numpy locking * Force -m64 on darwin * ds9: add md5 hash * stsci: Remove build section * Replace python calls with env variable; Strip redundant exit conditions * Remove dead packages * sextractor: Use Intel MKL * Use autotools whatever the platform; Switch URL to github mirror (astromatic is too slow) * Force linkage against Intel OpenMP Signed-off-by: Joseph Hunkeler <jhunkeler@gmail.com> * Add version guard template * Remove dead sextractor package * Bump all build revisions * Remove recipes that exist in defaults or no longer serve a purpose * Fixup mosviz requirements * Remove purge_path usage * Remove glue* recipes (favor defaults channel) * Remove pydrizzle * Replace glueviz requirement with glue-core * Remove pytools * Remove pytools dependency * Adjust specviz requirements * pyregion moved to astropy org * Fix d2to1 dependency * Remove d2to1 pip calls * Remove deprecated stsci_sphinx_theme
* Fixed version import error and bumped skypac's versionMihai Cara2017-10-251-1/+1
| | | See https://github.com/spacetelescope/drizzlepac/issues/91 for more details.
* Bug fixes release v0.9.7Mihai Cara2017-10-241-1/+1
| | | See https://github.com/spacetelescope/stsci.skypac/pull/19 for details. Fundamentally, version removal in v0.9.6 broke `skypac`.
* Release stsci.skypac v0.9.6Mihai Cara2017-10-231-1/+1
| | | This release fixes a file open mode for temporary mask files to make code compatible with latest changes in astropy: see https://github.com/spacetelescope/stsci.skypac/pull/15 and https://github.com/spacetelescope/drizzlepac/issues/84 for more details.
* Version bump to 0.9.5: Explicitly set memory mapping to FalseMihai Cara2017-05-081-1/+1
|
* Upgrade stsci.skypac -> 0.9.4 (#193)Joseph Hunkeler2017-03-241-1/+1
|
* Update stsci.skypac -> 0.9.3 (#191)Joseph Hunkeler2017-03-231-1/+1
|
* Upgrade stsci.skypac -> 0.9.2 (#187)Joseph Hunkeler2017-03-221-1/+1
|
* stsci.skypac 0.9 <-> 0.9.1 (#167)Joseph Hunkeler2017-02-081-2/+2
|
* Bump build numbers and meta-package versionsJoseph Hunkeler2016-12-131-1/+1
|
* Revert spaces around jinja2 variablesJoseph Hunkeler2016-12-131-6/+6
|
* Improve recipe uniformityJoseph Hunkeler2016-12-131-7/+15
|
* Remove numpy locksJoseph Hunkeler2016-12-131-1/+1
|
* Remove or silence 2to3 execution (#55)Joseph Hunkeler2016-08-232-4/+2
|
* Initial commitJoe Hunkeler2016-03-233-0/+67