summaryrefslogtreecommitdiff
path: root/stsci
Commit message (Expand)AuthorAgeFilesLines
* union and intersection operations now work on crossing polygonsHEADmasterbsimon2016-07-031-47/+56
* removed debugging prints (doh!)bsimon2015-04-091-10/+0
* adding some backport changes I missed on the first time aroundbsimon2015-04-092-5/+23
* Back ported changes from astropy and made python 2 to 3 modificationsbsimon2015-04-037-426/+582
* Ypdated code to be Python 2 and 3 compatiblebsimon2015-03-122-7/+9
* Replaced xrange with range for Python 3 compatibilitybsimon2015-03-121-3/+3
* I removed the monkey patched methods, intersection and intersect_point,bsimon2014-10-171-16/+12
* Fix ordering of nodes in the trace routine so that the area calculation of po...mdroe2014-07-283-8/+136
* More speedups.mdroe2014-06-135-54/+60
* Add regression tests based on real data that had trouble in the past.mdroe2014-06-133-60/+218
* Modest performance improvement.mdroe2014-06-121-4/+10
* Fix regression testsmdroe2014-06-121-2/+2
* Handle empty polygons. Avoid unnecessary normalizations.mdroe2014-06-121-8/+8
* Handle empty polygons in Polygon.to_ra_decmdroe2014-06-121-0/+2
* Use "long double" for intersection calculations. Move "length" and "intersec...mdroe2014-06-122-77/+105
* Fixed misspelling of emporical in commentbsimon2014-06-111-1/+1
* Better track the nodes' source so we can do better internal/external edge rem...mdroe2014-06-103-42/+46
* Fix union with empty polygon.mdroe2014-06-053-0/+32
* Fix testsmdroe2014-06-045-343/+84
* Fix some numerical problems that prevented some very short arcs that were col...mdroe2014-06-043-38/+111
* further changes to move to astropydencheva2014-05-011-7/+5
* changes to use astropy instead of pyfits and pywcsdencheva2014-04-281-5/+7
* mod for d2to1 installsienkiew2014-03-2518-0/+3336