[root]/trunk/pysal
cg
(4 files, 2924 lines)
tests
(3 files, 1090 lines)
core
(3 files, 415 lines)
IOHandlers
(8 files, 1208 lines)
tests
(7 files, 356 lines)
_FileIO
(0 files, 0 lines)
pyshp
(0 files, 0 lines)
tests
(1 files, 0 lines)
util
(3 files, 756 lines)
tests
(2 files, 265 lines)
econometrics
(0 files, 0 lines)
esda
(7 files, 4269 lines)
tests
(6 files, 708 lines)
examples
(68 files, 6855 lines)
shp_test
(12 files, 3 lines)
inequality
(2 files, 215 lines)
tests
(1 files, 40 lines)
markov
(0 files, 0 lines)
mobility
(0 files, 0 lines)
region
(4 files, 1245 lines)
tests
(3 files, 252 lines)
spatial_dynamics
(7 files, 1956 lines)
markov
(0 files, 0 lines)
tests
(6 files, 385 lines)
spreg
(5 files, 2548 lines)
tests
(4 files, 543 lines)
tests
(4 files, 330 lines)
weights
(10 files, 3791 lines)
tests
(9 files, 973 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 60 (100.0%) | 203 (100.0%) | 3.3 |
| sjsrey | 44 (73.3%) | 148 (72.9%) | 3.3 |
| schmidtc | 10 (16.7%) | 49 (24.1%) | 4.9 |
| dfolch | 2 (3.3%) | 3 (1.5%) | 1.5 |
| sjsrey@gmail.com | 1 (1.7%) | 1 (0.5%) | 1.0 |
| phil.stphns | 2 (3.3%) | 1 (0.5%) | 0.5 |
| dreamessence | 1 (1.7%) | 1 (0.5%) | 1.0 |
-update copyright
1 lines of code changed in 1 file:
Adding missing value support to FileIO. warnings will be issued then missing values are found and the value will be set to pysal.MISSINGVALUE, currently None, but the user can change it as needed.
3 lines of code changed in 1 file:
Adding spreg modules, tests, example .gal file and mods to pysal init, and
pysal docstring test script to incorporate new package. Yeehaw!
1 lines of code changed in 1 file:
- now it really is complete
1 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.
0 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:
Addressing issue #129, Moving W into weights.py and cleaning up imports.
4 lines of code changed in 1 file:
Removed redundant import from psyal init. Moved FileIO test module to
core/tests/ with data path modifications.
0 lines of code changed in 1 file:
defined __all__ in randomregion.
checking __all__ in all modules during tests.
removed from common import * from pysal.__init__
0 lines of code changed in 1 file:
- adding directional lisa analytics
1 lines of code changed in 1 file:
- bumping trunk version
1 lines of code changed in 1 file:
- including version number
- updating some tutorials for cross referencing
- fixing truncation in dynamics example
1 lines of code changed in 1 file:
version bump
1 lines of code changed in 1 file:
fixing bug in wsets, adding wsets functions to pysal top level, adding tutorial for wsets
2 lines of code changed in 1 file:
- weights tutorial (in progress)
1 lines of code changed in 1 file:
- more docs
- added some classifier utilities
2 lines of code changed in 1 file:
- doc and import fix for rename of maxp classifier
1 lines of code changed in 1 file:
- updating doc strings for "end users".
1 lines of code changed in 1 file:
- removing econometrics module
0 lines of code changed in 1 file:
- docs
2 lines of code changed in 1 file:
- reordering spatial_dyanmics
0 lines of code changed in 1 file:
- LISA Markov
- streamlining imports (more to to)
7 lines of code changed in 1 file:
- Read only dicts for w.weights and w.neighbors (issue 103)
8 lines of code changed in 1 file:
removed previous spatial lag functions and replaced with lag_spatial(), which uses w.sparse; made changes throughout pysal that use spatial lag functionality; fixed bug in w.sparse reset
1 lines of code changed in 1 file:
- fixing paths for spatial_dynamics addition
5 lines of code changed in 1 file:
- reorganizing (temporary breakage will be fixed)
3 lines of code changed in 1 file:
- creating spatial_dynamics module
- more properities for W
3 lines of code changed in 1 file:
renaming _FileIO to be more visable. Issue #77
5 lines of code changed in 1 file:
moving W into __init__.py and fixing all the old links to weights.weights. If you're modules aren't unit tested, I didn't find them.
1 lines of code changed in 1 file:
- cleanup of weights api
3 lines of code changed in 1 file:
- working on finalizing weights api
- lat2gal renamed to lat2W
1 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:
- refactoring weights organization following ticket 48
1 lines of code changed in 1 file:
- join_counts module started.
1 lines of code changed in 1 file:
- added maxp with LISA seeds
1 lines of code changed in 1 file:
- spatial_lag in weights not esda
1 lines of code changed in 1 file:
- putting shapefile based weights back to zero offset since all numpy
indexing is 0 based, not 1 based.
2 lines of code changed in 1 file:
- streamlining imports for pysal
6 lines of code changed in 1 file:
- streamline toplevel imports
http://code.google.com/p/pysal/issues/detail?id=40
16 lines of code changed in 1 file:
- kernel weights added
1 lines of code changed in 1 file:
(18 more)