index
:
gh_mirror/jhunkeler/stsci.sphere.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
union and intersection operations now work on crossing polygons
HEAD
master
bsimon
2016-07-03
2
-86
/
+56
*
removed debugging prints (doh!)
bsimon
2015-04-09
1
-10
/
+0
*
adding some backport changes I missed on the first time around
bsimon
2015-04-09
2
-5
/
+23
*
Back ported changes from astropy and made python 2 to 3 modifications
bsimon
2015-04-03
7
-426
/
+582
*
Ypdated code to be Python 2 and 3 compatible
bsimon
2015-03-12
2
-7
/
+9
*
Replaced xrange with range for Python 3 compatibility
bsimon
2015-03-12
1
-3
/
+3
*
I removed the monkey patched methods, intersection and intersect_point,
bsimon
2014-10-17
1
-16
/
+12
*
Fix ordering of nodes in the trace routine so that the area calculation of po...
mdroe
2014-07-28
3
-8
/
+136
*
More speedups.
mdroe
2014-06-13
6
-80
/
+124
*
Update documentation.
mdroe
2014-06-13
1
-11
/
+20
*
Add regression tests based on real data that had trouble in the past.
mdroe
2014-06-13
3
-60
/
+218
*
Modest performance improvement.
mdroe
2014-06-12
1
-4
/
+10
*
Fix regression tests
mdroe
2014-06-12
1
-2
/
+2
*
Minor cleanups to C extension.
mdroe
2014-06-12
1
-26
/
+4
*
Handle empty polygons. Avoid unnecessary normalizations.
mdroe
2014-06-12
1
-8
/
+8
*
Handle empty polygons in Polygon.to_ra_dec
mdroe
2014-06-12
1
-0
/
+2
*
Use "long double" for intersection calculations. Move "length" and "intersec...
mdroe
2014-06-12
3
-109
/
+334
*
Fixed misspelling of emporical in comment
bsimon
2014-06-11
1
-1
/
+1
*
Better track the nodes' source so we can do better internal/external edge rem...
mdroe
2014-06-10
3
-42
/
+46
*
Fix union with empty polygon.
mdroe
2014-06-05
3
-0
/
+32
*
Fix tests
mdroe
2014-06-04
5
-343
/
+84
*
Fix some numerical problems that prevented some very short arcs that were col...
mdroe
2014-06-04
3
-38
/
+111
*
further changes to move to astropy
dencheva
2014-05-01
1
-7
/
+5
*
changes to use astropy instead of pyfits and pywcs
dencheva
2014-04-28
2
-8
/
+10
*
reflects package name changes skypac->stsci.skypac and sphere->stsci.sphere. ...
mcara
2014-03-25
2
-100
/
+14
*
fix package name
sienkiew
2014-03-25
1
-1
/
+1
*
requires lowest version of python we are testing with
sienkiew
2014-03-25
1
-1
/
+1
*
mod for d2to1 install
sienkiew
2014-03-25
20
-38
/
+56
*
add minimal setup.cfg for stsci.sphere
iraf
2014-03-25
1
-0
/
+3
*
copy sphere from development branch to new package
sienkiew
2014-03-24
0
-0
/
+0
*
Restored the old implementation of the SphericalPolygon.__init__(...) for the...
mcara
2014-02-27
3
-555
/
+10
*
Handle self-intersecting arcs
mdroe
2014-02-26
1
-11
/
+47
*
Turn debugging back off
mdroe
2014-02-25
1
-1
/
+1
*
Fix numerical problem with great circle distance
mdroe
2014-02-25
1
-2
/
+3
*
fixed skyline bug, change polygon.to_radec output format
lim
2012-07-12
3
-19
/
+28
*
Intersection with an empty polygon should return an empty polygon.
mdroe
2012-07-11
1
-4
/
+7
*
skyline member no longer has chip gap to simplify polygon op
lim
2012-07-11
3
-35
/
+65
*
lim added temporary workaround for graph sanity check failures
lim
2012-07-11
1
-9
/
+78
*
lim fixed duplicate modindex on doc with help from embray
lim
2012-06-27
1
-3
/
+3
*
lim updated existing doc and added skyline doc
lim
2012-06-27
7
-214
/
+332
*
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/s...
lim
2012-06-21
1
-2
/
+22
*
lim added minor skyline doc and finished skyline tests
lim
2012-06-21
2
-27
/
+104
*
lim corrected doc in unique_points and sorted_points
lim
2012-06-21
1
-5
/
+6
*
lim added option to preserve order in unique_points and sorted_points
lim
2012-06-21
1
-17
/
+42
*
lim fixed _remove_orphaned_nodes typo in graph.py
lim
2012-06-21
1
-2
/
+2
*
Add code to remove orphaned nodes
mdroe
2012-06-21
1
-7
/
+26
*
lim added stuff to skyline and test_skyline
lim
2012-06-20
2
-19
/
+158
*
reverted a change that broke tests
lim
2012-06-20
1
-2
/
+4
*
lim added final touches to skyline and polygon, and added skyline tests
lim
2012-06-19
3
-26
/
+222
*
lim modified Node.equals as mdroe suggested
lim
2012-06-18
1
-2
/
+12
[next]