Developers: dreamessence

Login name:
dreamessence
Total Commits:
56 (2.9%)
Lines of Code:
1,511 (2.3%)
Most Recent Commit:
2011-01-27 16:05
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for dreamessence

Activity by Day of Week for dreamessence

Activity in Directories

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

Activity of dreamessence

Most Recent Commits

dreamessence 2011-01-27 16:05 Rev.: 785

Adding imports for spatial diagnostics into doctests so it is replicable externally

2 lines of code changed in 1 file:

  • trunk/pysal/spreg: diagnostics_sp.py (+2 -2)
dreamessence 2011-01-27 15:38 Rev.: 784

Adding verbose to doctests in the Spatial Diagnostics module (LM and Moran)

84 lines of code changed in 1 file:

  • trunk/pysal/spreg: diagnostics_sp.py (+84 -1)
dreamessence 2011-01-25 18:01 Rev.: 759

Removing full2W from unit tests and __all__

1 lines of code changed in 2 files:

  • trunk/pysal/weights: util.py (+1 -1)
  • trunk/pysal/weights/tests: test_util.py (-12)
dreamessence 2011-01-25 17:52 Rev.: 758

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:

  • trunk/pysal/weights: util.py (-67)
dreamessence 2011-01-25 16:54 Rev.: 757

Adding check to make sure the input array is squared (nxn) in full2W

2 lines of code changed in 1 file:

  • trunk/pysal/weights: util.py (+2)
dreamessence 2011-01-25 16:25 Rev.: 755

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:

  • trunk/pysal/weights: util.py (+17 -20)
  • trunk/pysal/weights/tests: test_util.py (+3 -3)
dreamessence 2011-01-25 15:50 Rev.: 754

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:

  • trunk/pysal/weights: util.py (+69 -1)
  • trunk/pysal/weights/tests: test_util.py (+13)
dreamessence 2011-01-21 11:24 Rev.: 734

Cleaning up names in smoothing module unit tests and adding missing ones. Completed

94 lines of code changed in 1 file:

  • trunk/pysal/esda/tests: test_smoothing.py (+94 -26)
dreamessence 2011-01-20 12:57 Rev.: 724

Unit tests for weights.util finished (pending lat2SW)

77 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_util.py (+77 -17)
dreamessence 2011-01-20 12:56 Rev.: 723

Adding lat2SW to __all__ so it shows up as pending test

1 lines of code changed in 1 file:

  • trunk/pysal/weights: util.py (+1 -1)
dreamessence 2011-01-20 10:34 Rev.: 716

Adding unit tests for test_util. Not finished

61 lines of code changed in 1 file:

  • trunk/pysal/weights/tests: test_util.py (+61)
dreamessence 2010-12-28 09:52 Rev.: 600

Edited wiki page 1_1_Code_Sprint through web user interface.

2 lines of code changed in 1 file:

  • wiki: 1_1_Code_Sprint.wiki (+2 -2)
dreamessence 2010-07-29 10:24 Rev.: 519

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:

  • trunk/doc/source/users/tutorials: weights.txt (+50 -9)
dreamessence 2010-07-24 16:11 Rev.: 475

Minor fixes in docstrings for correct rendering of some attributes tables

117 lines of code changed in 5 files:

  • trunk/pysal/cg: shapes.py (+73 -32)
  • trunk/pysal/core/IOHandlers: pyDbfIO.py (new), pyShpIO.py (+14 -6)
  • trunk/pysal/esda: mapclassify.py (+7 -7)
dreamessence 2010-04-05 11:34 Rev.: 340

Fixing conflict with cookbook svn

24 lines of code changed in 6 files:

  • trunk/doc/source/library/region: index.rst (del), index.txt (new 8), maxp.rst (del), maxp.txt (new 8), randomregion.rst (del), randomregion.txt (new 8)
dreamessence 2010-04-05 11:19 Rev.: 339

Fixing svn conflict in API library

0 lines of code changed in 6 files:

  • trunk/doc/source/library/region: index.rst (new), index.txt (del), maxp.rst (new), maxp.txt (del), randomregion.rst (new), randomregion.txt (del)
dreamessence 2010-03-18 09:21 Rev.: 305

Style fix of documentation for class Markov to fit guidelines

5 lines of code changed in 1 file:

  • trunk/pysal/markov: markov.py (+5 -4)
dreamessence 2010-03-17 09:49 Rev.: 303

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:

  • trunk/pysal/markov: markov.py (+34 -22)
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)
dreamessence 2010-02-10 01:57 Rev.: 247

minor fix to google wiki

1 lines of code changed in 1 file:

  • wiki: Installation.wiki (+1 -1)

(18 more)

Generated by StatSVN 0.7.0