


| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 56 (100.0%) | 1511 (100.0%) | 26.9 |
| wiki/ | 13 (23.2%) | 539 (35.7%) | 41.4 |
| trunk/ | 5 (8.9%) | 180 (11.9%) | 36.0 |
| trunk/pysal/weights/tests/ | 5 (8.9%) | 154 (10.2%) | 30.8 |
| trunk/doc/source/users/ | 3 (5.4%) | 137 (9.1%) | 45.6 |
| trunk/pysal/esda/tests/ | 1 (1.8%) | 94 (6.2%) | 94.0 |
| trunk/pysal/weights/ | 6 (10.7%) | 90 (6.0%) | 15.0 |
| trunk/pysal/spreg/ | 2 (3.6%) | 86 (5.7%) | 43.0 |
| trunk/pysal/cg/ | 1 (1.8%) | 73 (4.8%) | 73.0 |
| trunk/doc/source/users/tutorials/ | 1 (1.8%) | 50 (3.3%) | 50.0 |
| trunk/pysal/markov/ | 2 (3.6%) | 39 (2.6%) | 19.5 |
| trunk/pysal/core/IOHandlers/ | 3 (5.4%) | 37 (2.4%) | 12.3 |
| trunk/doc/source/library/region/ | 12 (21.4%) | 24 (1.6%) | 2.0 |
| trunk/pysal/esda/ | 1 (1.8%) | 7 (0.5%) | 7.0 |
| trunk/pysal/ | 1 (1.8%) | 1 (0.1%) | 1.0 |

Adding imports for spatial diagnostics into doctests so it is replicable externally
2 lines of code changed in 1 file:
Adding verbose to doctests in the Spatial Diagnostics module (LM and Moran)
84 lines of code changed in 1 file:
Removing full2W from unit tests and __all__
1 lines of code changed in 2 files:
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
20 lines of code changed in 2 files:
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
82 lines of code changed in 2 files:
Cleaning up names in smoothing module unit tests and adding missing ones. Completed
94 lines of code changed in 1 file:
Unit tests for weights.util finished (pending lat2SW)
77 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 unit tests for test_util. Not finished
61 lines of code changed in 1 file:
Edited wiki page 1_1_Code_Sprint through web user interface.
2 lines of code changed in 1 file:
Weights tutorial edits:
* Paragraph on concept of weights and its structure in PySAL
* Note reminder of projected shapefiles for distance calculations
* Supported kernel functions
* Point to help for getting all the W attributes
* Supported weights transformation
50 lines of code changed in 1 file:
Minor fixes in docstrings for correct rendering of some attributes tables
117 lines of code changed in 5 files:
Fixing conflict with cookbook svn
24 lines of code changed in 6 files:
Fixing svn conflict in API library
0 lines of code changed in 6 files:
Style fix of documentation for class Markov to fit guidelines
5 lines of code changed in 1 file:
Bug fix to classic Markov transition matrix (thanks to David) and some documentation to the class Markov added
34 lines of code changed in 1 file:
changing weights.util for weights.user in the main __init__.py so the import works
1 lines of code changed in 1 file:
minor fix to google wiki
1 lines of code changed in 1 file:
(18 more)