summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* union and intersection operations now work on crossing polygonsHEADmasterbsimon2016-07-032-86/+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-136-80/+124
* Update documentation.mdroe2014-06-131-11/+20
* 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
* Minor cleanups to C extension.mdroe2014-06-121-26/+4
* 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-123-109/+334
* 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-282-8/+10
* reflects package name changes skypac->stsci.skypac and sphere->stsci.sphere. ...mcara2014-03-252-100/+14
* fix package namesienkiew2014-03-251-1/+1
* requires lowest version of python we are testing withsienkiew2014-03-251-1/+1
* mod for d2to1 installsienkiew2014-03-2520-38/+56
* add minimal setup.cfg for stsci.sphereiraf2014-03-251-0/+3
* copy sphere from development branch to new packagesienkiew2014-03-240-0/+0
* Restored the old implementation of the SphericalPolygon.__init__(...) for the...mcara2014-02-273-555/+10
* Handle self-intersecting arcsmdroe2014-02-261-11/+47
* Turn debugging back offmdroe2014-02-251-1/+1
* Fix numerical problem with great circle distancemdroe2014-02-251-2/+3
* fixed skyline bug, change polygon.to_radec output formatlim2012-07-123-19/+28
* Intersection with an empty polygon should return an empty polygon.mdroe2012-07-111-4/+7
* skyline member no longer has chip gap to simplify polygon oplim2012-07-113-35/+65
* lim added temporary workaround for graph sanity check failureslim2012-07-111-9/+78
* lim fixed duplicate modindex on doc with help from embraylim2012-06-271-3/+3
* lim updated existing doc and added skyline doclim2012-06-277-214/+332
* git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/s...lim2012-06-211-2/+22
* lim added minor skyline doc and finished skyline testslim2012-06-212-27/+104
* lim corrected doc in unique_points and sorted_pointslim2012-06-211-5/+6
* lim added option to preserve order in unique_points and sorted_pointslim2012-06-211-17/+42
* lim fixed _remove_orphaned_nodes typo in graph.pylim2012-06-211-2/+2
* Add code to remove orphaned nodesmdroe2012-06-211-7/+26
* lim added stuff to skyline and test_skylinelim2012-06-202-19/+158
* reverted a change that broke testslim2012-06-201-2/+4
* lim added final touches to skyline and polygon, and added skyline testslim2012-06-193-26/+222
* lim modified Node.equals as mdroe suggestedlim2012-06-181-2/+12