[root]/trunk/pysal/weights
tests
(9 files, 973 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 282 (100.0%) | 12124 (100.0%) | 42.9 |
| sjsrey | 148 (52.5%) | 7771 (64.1%) | 52.5 |
| schmidtc | 68 (24.1%) | 2976 (24.5%) | 43.7 |
| dfolch | 20 (7.1%) | 632 (5.2%) | 31.6 |
| mhwang4 | 15 (5.3%) | 453 (3.7%) | 30.2 |
| sjsrey@gmail.com | 3 (1.1%) | 100 (0.8%) | 33.3 |
| phil.stphns | 20 (7.1%) | 93 (0.8%) | 4.6 |
| dreamessence | 6 (2.1%) | 90 (0.7%) | 15.0 |
| nmalizia@gmail.com | 2 (0.7%) | 9 (0.1%) | 4.5 |
adding more comments to Wsets doc strings.
33 lines of code changed in 1 file:
- unittests for weights complete
2 lines of code changed in 1 file:
issue #124, documenting and testing lat2SW
33 lines of code changed in 1 file:
- fixing erroneous checkin
0 lines of code changed in 1 file:
-typo
27 lines of code changed in 1 file:
modifications to doc strings and adding unit tests
55 lines of code changed in 3 files:
Removing full2W from unit tests and __all__
1 lines of code changed in 1 file:
Removing method pysal.weights.util.full2W It is available in revission r757 http://code.google.com/p/pysal/source/browse/trunk/pysal/weights/util.py?spec=svn757&r=757
0 lines of code changed in 1 file:
Adding check to make sure the input array is squared (nxn) in full2W
2 lines of code changed in 1 file:
Renaming w_from_matrix to full2W to avoid confusion. Remains to be done sparse2W. Also updating doctests and unit tests
17 lines of code changed in 1 file:
Starting method w_from_matrix to convert full arrays as well as sparse matrices into W objects. Full array to W implemented, sparse to W remains to be done. Unit test also included
69 lines of code changed in 1 file:
removed unused scipy distance_matrix from common.py
moved our distance_matrix (and tests) from weights to cg.
updated callers
note: test_standalone contains many empty tests and will report failures.
1 lines of code changed in 1 file:
Adding lat2SW to __all__ so it shows up as pending test
1 lines of code changed in 1 file:
Adding work around for bug in scipy spatial, see pysal issue #126
10 lines of code changed in 1 file:
more namespace cleanup.
Identified cause of bug in issue #126, new unit test will fail until resolved.
1 lines of code changed in 1 file:
adding unit test for DistanceBand.
Double check on __all__ to make sure the entire list is on one line.
1 lines of code changed in 1 file:
fixing doc test.
1 lines of code changed in 1 file:
adding missing file
964 lines of code changed in 1 file:
Addressing issue #129, Moving W into weights.py and cleaning up imports.
9 lines of code changed in 2 files:
Added verbose flag to doctest calls.
31 lines of code changed in 7 files:
Removing knnApproxW, no longer need we fixed a bug in knnW
1 lines of code changed in 1 file:
Fixing asymmetry doc test, try 3
5 lines of code changed in 1 file:
Adding __all__ ....
8 lines of code changed in 4 files:
Fixing asymmetry doc test, try 2
2 lines of code changed in 1 file:
Fixing asymmetry doc test
5 lines of code changed in 1 file:
Adding build_lattice_shapefile in weights.user:
build_lattice_shapefile Writes an ncol by nrow grid to a shapefile.
Adding bbcommon, get_rectangle_rectangle_intersection, point_touches_rectangle in cg.standalone:
bbcommon tests for touching rectangles
get_rectangle_rectangle_intersection returns the intersection of to rectangles
point_touches_rectangle returns True/Flase
Refactored get_shared_segments in cg.standalone:
Major speedup by using sets
Limiting search window to the intersection of the bounding boxes.
This adds a slight overhead, but should acctually speed things up for very detailed polygons.
30 lines of code changed in 1 file:
Adding unittest for Wsets.
4 lines of code changed in 1 file:
- post namespace changes fixes
4 lines of code changed in 1 file:
add support for Minkowski p-norm distance metric parameter in full dist matrix calc.
16 lines of code changed in 1 file:
removing sprase distance calculation of full dist matrix, sparse overhead does not save us any time
0 lines of code changed in 1 file:
adding full distance matrix calculation using sparse matrices
65 lines of code changed in 1 file:
- for optimization session
50 lines of code changed in 1 file:
Fixing doctest failure.
2 lines of code changed in 1 file:
Defined __all__. Made import explicit. Still needs test mod.
4 lines of code changed in 1 file:
Defined __all__ in Contiguity plus style changes and removed unused imports.
Added unit test for same module.
14 lines of code changed in 1 file:
fixed doctest in asymmetries
3 lines of code changed in 1 file:
Defined __all__ in spatial_lag. Style changes and removed unused imports in user.py.
9 lines of code changed in 2 files:
small change to the distance calculation class to make it work for vectors.
2 lines of code changed in 1 file:
Adding __all__ to user.py.
6 lines of code changed in 1 file:
fixed coincident point problem in knnW and made sure it returns k neighbors
7 lines of code changed in 1 file:
(148 more)