Developers: dfolch

Login name:
dfolch
Total Commits:
67 (3.4%)
Lines of Code:
2,483 (3.8%)
Most Recent Commit:
2011-01-28 16:00
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for dfolch

Activity by Day of Week for dfolch

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 67 (100.0%) 2483 (100.0%) 37.0
trunk/pysal/region/ 14 (20.9%) 924 (37.2%) 66.0
trunk/pysal/weights/ 20 (29.9%) 632 (25.5%) 31.6
trunk/doc/source/users/tutorials/ 5 (7.5%) 358 (14.4%) 71.6
trunk/pysal/region/tests/ 3 (4.5%) 252 (10.1%) 84.0
trunk/pysal/spreg/ 3 (4.5%) 131 (5.3%) 43.6
trunk/pysal/esda/ 8 (11.9%) 107 (4.3%) 13.3
trunk/doc/source/developers/pep/ 1 (1.5%) 56 (2.3%) 56.0
trunk/doc/source/library/region/ 2 (3.0%) 9 (0.4%) 4.5
trunk/pysal/tests/ 3 (4.5%) 6 (0.2%) 2.0
trunk/ 1 (1.5%) 4 (0.2%) 4.0
trunk/pysal/ 2 (3.0%) 3 (0.1%) 1.5
wiki/ 1 (1.5%) 1 (0.0%) 1.0
branches/1.1/pysal/weights/ 2 (3.0%) 0 (0.0%) 0.0
branches/1.1/pysal/ 2 (3.0%) 0 (0.0%) 0.0

Activity of dfolch

Most Recent Commits

dfolch 2011-01-28 16:00 Rev.: 799

adding more comments to Wsets doc strings.

33 lines of code changed in 1 file:

  • trunk/pysal/weights: Wsets.py (+33 -1)
dfolch 2011-01-28 13:11 Rev.: 794

making the doc test more general so that it passes on other computers

10 lines of code changed in 1 file:

  • trunk/pysal/spreg: ols.py (+10 -4)
dfolch 2011-01-28 12:48 Rev.: 792

adding verbose docs to ols.py; updating THANKS.txt for spreg

125 lines of code changed in 3 files:

  • trunk: THANKS.txt (+4 -1)
  • trunk/pysal/spreg: ols.py (+120 -13), user_output.py (+1 -1)
dfolch 2011-01-28 08:11 Rev.: 791

adding unit tests for check contiguity

28 lines of code changed in 1 file:

  • trunk/pysal/region/tests: test_components.py (+28)
dfolch 2011-01-28 07:57 Rev.: 790

adding unit tests for max-p; changed max-p lisa to use inheritance; more changes to max-p doc strings; can someone check the max-p doc tests and unit tests on a linux machine to see if they pass, thanks.

72 lines of code changed in 2 files:

  • trunk/pysal/region: maxp.py (+16 -23)
  • trunk/pysal/region/tests: test_maxp.py (+56)
dfolch 2011-01-27 09:29 Rev.: 769

fixing Max-p doc string tests to match changes

4 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+4 -4)
dfolch 2011-01-27 09:07 Rev.: 767

modifications to doc strings and adding unit tests

373 lines of code changed in 8 files:

  • trunk/pysal/region: __init__.py (+1), components.py (+26 -20), maxp.py (+49 -10), randomregion.py (+74 -37)
  • trunk/pysal/region/tests: test_randomregion.py (+168)
  • trunk/pysal/weights: Distance.py (+5 -3), Wsets.py (+5 -6), spatial_lag.py (+45 -22)
dfolch 2011-01-05 14:51 Rev.: 633

fixed doctest in asymmetries

3 lines of code changed in 1 file:

  • trunk/pysal/weights: __init__.py (+3 -3)
dfolch 2010-12-27 15:12 Rev.: 596

Edited wiki page 1_1_Code_Sprint through web user interface.

1 lines of code changed in 1 file:

  • wiki: 1_1_Code_Sprint.wiki (+1 -1)
dfolch 2010-11-06 18:05 Rev.: 586

improvements to spatially constrained random region algorithm

144 lines of code changed in 1 file:

  • trunk/pysal/region: randomregion.py (+144 -44)
dfolch 2010-11-01 18:25 Rev.: 585

fixing choynowski function

8 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+8 -4)
dfolch 2010-09-29 15:27 Rev.: 570

forgot to run doc tests before commit... should work now

2 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+2 -2)
dfolch 2010-09-29 14:47 Rev.: 569

adding choynowski probabilities and SMR to smoothing.py

89 lines of code changed in 1 file:

  • trunk/pysal/esda: smoothing.py (+89 -6)
dfolch 2010-09-24 18:30 Rev.: 566

minor change to allow for imports of smoothing module

1 lines of code changed in 1 file:

  • trunk/pysal/esda: __init__.py (+1)
dfolch 2010-07-30 13:51 Rev.: 541

fixing typos caught by sr

4 lines of code changed in 1 file:

  • trunk/doc/source/users/tutorials: weights.txt (+4 -2)
dfolch 2010-07-29 17:37 Rev.: 528

adding regionalization tutorial and making random region functions easier to import

181 lines of code changed in 4 files:

  • trunk/doc/source/users/tutorials: index.txt (+1 -1), region.txt (new 164), weights.txt (+15 -9)
  • trunk/pysal/region: __init__.py (+1)
dfolch 2010-07-29 10:02 Rev.: 518

adding bug fix from trunk to 1.1 branch

0 lines of code changed in 2 files:

  • branches/1.1/pysal/weights: Wsets.py (changed)
dfolch 2010-07-29 09:53 Rev.: 517

adding Wsets functions to 1.1

0 lines of code changed in 2 files:

  • branches/1.1/pysal: __init__.py (changed)
dfolch 2010-07-28 19:53 Rev.: 514

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

178 lines of code changed in 3 files:

  • trunk/doc/source/users/tutorials: weights.txt (+174 -5)
  • trunk/pysal: __init__.py (+2)
  • trunk/pysal/weights: Wsets.py (+2 -2)
dfolch 2010-05-21 13:59 Rev.: 408

getting different result on my computer and dev server; I hope this gets it to pass in both places.

2 lines of code changed in 1 file:

  • trunk/pysal/esda: moran.py (+2 -2)

(16 more)

Generated by StatSVN 0.7.0