Directory trunk/pysal/

Directory Created:
2009-08-14 10:38
Total Files:
4
Deleted Files:
1
Lines of Code:
135

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

Lines of Code

trunk/pysal/ Lines of Code

Developers

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

Most Recent Commits

sjsrey 2011-01-28 16:28 Rev.: 800

-update copyright

1 lines of code changed in 1 file:

  • trunk/pysal: COPYING (+1 -1)
schmidtc 2011-01-27 18:53 Rev.: 788

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:

  • trunk/pysal: __init__.py (+3)
phil.stphns 2011-01-21 17:30 Rev.: 737

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:

  • trunk/pysal: __init__.py (+1)
sjsrey 2011-01-21 09:59 Rev.: 731

- now it really is complete

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -1)
schmidtc 2011-01-21 09:53 Rev.: 730

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:

  • trunk/pysal: common.py (-1)
schmidtc 2011-01-19 17:41 Rev.: 712

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:

  • trunk/pysal: __init__.py (+1 -1)
schmidtc 2011-01-19 11:45 Rev.: 708

Addressing issue #129, Moving W into weights.py and cleaning up imports.

4 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+4 -4)
phil.stphns 2011-01-18 14:08 Rev.: 705

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:

  • trunk/pysal: __init__.py (-1)
schmidtc 2011-01-05 13:53 Rev.: 630

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:

  • trunk/pysal: __init__.py (-1)
sjsrey@gmail.com 2010-12-27 15:46 Rev.: 597

- adding directional lisa analytics

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1)
sjsrey 2010-07-31 14:01 Rev.: 560

- bumping trunk version

1 lines of code changed in 1 file:

  • trunk/pysal: version.py (+1 -1)
sjsrey 2010-07-30 17:45 Rev.: 546

- including version number
- updating some tutorials for cross referencing
- fixing truncation in dynamics example

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1)
sjsrey 2010-07-30 09:14 Rev.: 536

version bump

1 lines of code changed in 1 file:

  • trunk/pysal: version.py (+1 -1)
dfolch 2010-07-28 19:53 Rev.: 514

fixing bug in wsets, adding wsets functions to pysal top level, adding tutorial for wsets

2 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+2)
sjsrey 2010-07-26 22:24 Rev.: 488

- weights tutorial (in progress)

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1)
sjsrey 2010-07-23 15:36 Rev.: 472

- more docs
- added some classifier utilities

2 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+2 -1)
sjsrey 2010-07-23 12:25 Rev.: 471

- doc and import fix for rename of maxp classifier

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -1)
sjsrey 2010-07-22 21:47 Rev.: 466

- updating doc strings for "end users".

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -1)
sjsrey 2010-06-29 19:20 Rev.: 443

- removing econometrics module

0 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (-1)
sjsrey 2010-05-31 11:54 Rev.: 431

- docs

2 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+2 -2)
sjsrey 2010-05-31 09:53 Rev.: 425

- reordering spatial_dyanmics

0 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (-3)
sjsrey 2010-05-29 14:29 Rev.: 421

- LISA Markov
- streamlining imports (more to to)

7 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+7 -3)
sjsrey 2010-05-29 11:22 Rev.: 418

- Read only dicts for w.weights and w.neighbors (issue 103)

8 lines of code changed in 1 file:

  • trunk/pysal: common.py (+8)
dfolch 2010-05-21 13:20 Rev.: 406

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:

  • trunk/pysal: __init__.py (+1 -1)
sjsrey 2010-05-05 11:25 Rev.: 367

- fixing paths for spatial_dynamics addition

5 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+5 -3)
sjsrey 2010-05-05 10:57 Rev.: 366

- reorganizing (temporary breakage will be fixed)

3 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+3 -3)
sjsrey 2010-05-05 10:48 Rev.: 365

- creating spatial_dynamics module
- more properities for W

3 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+3 -3)
schmidtc 2010-05-04 14:37 Rev.: 359

renaming _FileIO to be more visable. Issue #77

5 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+5 -6)
schmidtc 2010-03-25 18:50 Rev.: 330

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:

  • trunk/pysal: __init__.py (+1 -1)
sjsrey 2010-03-18 11:23 Rev.: 308

- cleanup of weights api

3 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+3 -2)
sjsrey 2010-03-18 10:03 Rev.: 306

- working on finalizing weights api
- lat2gal renamed to lat2W

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -1)
dreamessence 2010-03-16 21:43 Rev.: 302

changing weights.util for weights.user in the main __init__.py so the import works

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -1)
sjsrey 2010-03-02 19:27 Rev.: 275

- refactoring weights organization following ticket 48

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -2)
sjsrey 2010-02-18 16:09 Rev.: 256

- join_counts module started.

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1)
sjsrey 2010-02-01 16:27 Rev.: 230

- added maxp with LISA seeds

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -1)
sjsrey 2010-01-25 22:50 Rev.: 195

- spatial_lag in weights not esda

1 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+1 -1)
sjsrey 2010-01-25 18:39 Rev.: 192

- 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:

  • trunk/pysal: __init__.py (+2 -1)
sjsrey 2010-01-25 12:31 Rev.: 191

- streamlining imports for pysal

6 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+6)
sjsrey 2010-01-25 11:51 Rev.: 189

- streamline toplevel imports
http://code.google.com/p/pysal/issues/detail?id=40

16 lines of code changed in 1 file:

  • trunk/pysal: __init__.py (+16 -7)
sjsrey 2010-01-12 11:33 Rev.: 177

- kernel weights added

1 lines of code changed in 1 file:

  • trunk/pysal: common.py (+1)

(18 more)

Generated by StatSVN 0.7.0