Directory trunk/pysal/spatial_dynamics/

Directory Created:
2010-05-05 10:57
Total Files:
7
Deleted Files:
4
Lines of Code:
1956

[root]/trunk/pysal/spatial_dynamics
                Folder removed from repo markov (0 files, 0 lines)
                directory in repo tests (6 files, 385 lines)

Lines of Code

trunk/pysal/spatial_dynamics/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 2811 (100.0%) 45.3
sjsrey 22 (35.5%) 1448 (51.5%) 65.8
nmalizia@gmail.com 19 (30.6%) 775 (27.6%) 40.7
schmidtc 3 (4.8%) 370 (13.2%) 123.3
sjsrey@gmail.com 9 (14.5%) 202 (7.2%) 22.4
phil.stphns 6 (9.7%) 13 (0.5%) 2.1
xinyueye 3 (4.8%) 3 (0.1%) 1.0

Most Recent Commits

sjsrey@gmail.com 2011-01-26 14:06 Rev.: 763

Markov unit tests

1 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: markov.py (+1 -88)
phil.stphns 2011-01-25 14:33 Rev.: 752

Removed ergodic imports from "all".

1 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: markov.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.

5 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (+5 -4)
nmalizia@gmail.com 2011-01-18 12:45 Rev.: 704

more verbose doctests in interaction, according to issue 74

71 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (+71 -25)
schmidtc 2011-01-18 11:12 Rev.: 703

Fixing import problem in r702

1 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (+1 -1)
sjsrey@gmail.com 2011-01-18 09:33 Rev.: 702

- sphinx docs

1 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: __init__.py (+1)
sjsrey@gmail.com 2011-01-18 08:42 Rev.: 700

- fixed import induced error

2 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: markov.py (+2 -2)
sjsrey@gmail.com 2011-01-18 08:27 Rev.: 699

- addressing issue # 132

2 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: __init__.py (-1), markov.py (+2 -2)
sjsrey@gmail.com 2011-01-13 09:41 Rev.: 691

- more verbose comments in doc test example for rose

41 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: directional.py (+41)
nmalizia@gmail.com 2011-01-13 09:07 Rev.: 690

moved content of load_directional to rose doctest, per recommendation of serge, removed load directional

48 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: directional.py (+48 -56)
nmalizia@gmail.com 2011-01-12 11:59 Rev.: 688

added unit test for spatial dynamics util

0 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: util.py (-1)
nmalizia@gmail.com 2011-01-11 18:12 Rev.: 684

added unit test for spatial_dynamics/directional, had to change some of the code in directional to make it work in the unittest framework, no test for load_directional

9 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: directional.py (+9 -3)
nmalizia@gmail.com 2011-01-11 16:00 Rev.: 679

added to doctests in interaction

11 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (+11)
phil.stphns 2011-01-10 13:21 Rev.: 676

Added verbose flag to doctest calls.

12 lines of code changed in 5 files:

  • trunk/pysal/spatial_dynamics: directional.py (+1 -1), ergodic.py (+1 -1), interaction.py (+4 -3), markov.py (+1 -1), rank.py (+5 -2)
nmalizia@gmail.com 2011-01-07 11:41 Rev.: 669

added all to spatial dynamics util

5 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: util.py (+5 -1)
nmalizia@gmail.com 2011-01-07 10:06 Rev.: 665

small changes to spatial_dynamics/utils

6 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: util.py (+6 -8)
nmalizia@gmail.com 2011-01-07 09:54 Rev.: 664

made doctests more explicit and added __all__ to interaction

45 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (+45 -7)
nmalizia@gmail.com 2011-01-06 21:21 Rev.: 663

recommitting myinteraction as interaction

367 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (new 367)
nmalizia@gmail.com 2011-01-06 21:12 Rev.: 662

cleaning up and consolidating interaction files

0 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: interaction.py (del), myinteraction.py (del)
nmalizia@gmail.com 2011-01-06 16:48 Rev.: 650

updates to myinteraction

24 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: myinteraction.py (+22 -18), util.py (+2 -2)
nmalizia@gmail.com 2011-01-06 14:51 Rev.: 649

removed esda.util and moved some helper functions into spatial_dynamics.util

48 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: myinteraction.py (+2 -55), util.py (+46)
nmalizia@gmail.com 2011-01-06 14:42 Rev.: 648

changes to myinteraction and moved util from esda to spatial_dynamics

65 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: myinteraction.py (+25 -27), util.py (new 40)
nmalizia@gmail.com 2011-01-06 10:14 Rev.: 641

interaction updated with changes from 1/5 discussion

73 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: myinteraction.py (new 73)
sjsrey@gmail.com 2011-01-05 15:17 Rev.: 635

- delete lambda magic

0 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: __init__.py (-7)
nmalizia@gmail.com 2011-01-05 14:07 Rev.: 631

small change to the distance calculation class to make it work for vectors.

3 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (+3)
schmidtc 2011-01-05 10:48 Rev.: 625

Moving space-time intercation to spatial_dynamics module.

364 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: interaction.py (new 364)
sjsrey 2011-01-03 14:10 Rev.: 606

- testing

3 lines of code changed in 1 file:

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

- adding directional lisa analytics

155 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: __init__.py (+1), directional.py (new 154)
sjsrey 2010-10-28 16:52 Rev.: 583

- adding move_types attribute to LISA Markov
- fixing bug 115

64 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: markov.py (+64 -15)
sjsrey 2010-07-30 17:14 Rev.: 544

- author format

5 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: rank.py (+5 -6)
sjsrey 2010-07-30 09:14 Rev.: 536

version bump

2 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: markov.py (+2 -1)
sjsrey 2010-07-29 14:28 Rev.: 524

- moving to branch 1.1

0 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: knox.py (del), lisatp.py (del)
xinyueye 2010-06-30 17:37 Rev.: 444

raw codes; need formatting and add doc

0 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: knox.py (new), lisatp.py (new)
sjsrey 2010-06-14 20:25 Rev.: 441

- doc fixes

10 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: markov.py (+10 -4)
sjsrey 2010-06-14 20:01 Rev.: 440

- temp fix for broken imports (xinyue needs to add modules)
- correction to Spatial_Markov from Vienna

123 lines of code changed in 2 files:

  • trunk/pysal/spatial_dynamics: __init__.py (+3 -3), markov.py (+120 -81)
xinyueye 2010-06-13 23:20 Rev.: 439

start to add modules

3 lines of code changed in 1 file:

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

- docs

9 lines of code changed in 4 files:

  • trunk/pysal/spatial_dynamics: __init__.py (+1), ergodic.py (+2), markov.py (+4 -2), rank.py (+2)
sjsrey 2010-05-31 10:56 Rev.: 430

- docs

20 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: markov.py (+20 -31)
sjsrey 2010-05-31 09:55

- cleanup

1195 lines of code changed in 4 files:

  • trunk/pysal/spatial_dynamics: ergodic.py (new 191), markov.py (new 678), mobility (del), rank.py (new 326)
sjsrey 2010-05-31 09:53 Rev.: 425

- reordering spatial_dyanmics

8 lines of code changed in 1 file:

  • trunk/pysal/spatial_dynamics: __init__.py (+8 -5)

(3 more)

Generated by StatSVN 0.7.0