Directory trunk/pysal/region/

Directory Created:
2009-10-20 11:59
Total Files:
4
Deleted Files:
1
Lines of Code:
1245

[root]/trunk/pysal/region
                directory in repo tests (3 files, 252 lines)

Lines of Code

trunk/pysal/region/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 47 (100.0%) 1874 (100.0%) 39.8
sjsrey 23 (48.9%) 935 (49.9%) 40.6
dfolch 14 (29.8%) 924 (49.3%) 66.0
schmidtc 6 (12.8%) 10 (0.5%) 1.6
phil.stphns 4 (8.5%) 5 (0.3%) 1.2

Most Recent Commits

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.

16 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+16 -23)
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

150 lines of code changed in 4 files:

  • trunk/pysal/region: __init__.py (+1), components.py (+26 -20), maxp.py (+49 -10), randomregion.py (+74 -37)
phil.stphns 2011-01-10 13:21 Rev.: 676

Added verbose flag to doctest calls.

3 lines of code changed in 3 files:

  • trunk/pysal/region: components.py (+1 -1), maxp.py (+1 -1), randomregion.py (+1 -1)
schmidtc 2011-01-06 19:22 Rev.: 660

Adding __all__ ....

4 lines of code changed in 2 files:

  • trunk/pysal/region: components.py (+2), maxp.py (+2)
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__

1 lines of code changed in 1 file:

  • trunk/pysal/region: randomregion.py (+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-07-29 17:37 Rev.: 528

adding regionalization tutorial and making random region functions easier to import

1 lines of code changed in 1 file:

  • trunk/pysal/region: __init__.py (+1)
sjsrey 2010-07-29 14:22 Rev.: 523

- moving azp to 1.1

0 lines of code changed in 1 file:

  • trunk/pysal/region: azp.py (del)
dfolch 2010-05-05 16:19 Rev.: 371

Changes to author docs.

5 lines of code changed in 2 files:

  • trunk/pysal/region: maxp.py (+3 -4), randomregion.py (+2 -4)
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.

3 lines of code changed in 2 files:

  • trunk/pysal/region: maxp.py (+2 -2), randomregion.py (+1 -1)
sjsrey 2010-03-19 19:35 Rev.: 316

- removing some doctests that are not robust to random components across
architectures. we will have to handle these in unittests that are
conditional on platform/architectures.

4 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+4 -2)
sjsrey 2010-03-18 16:54 Rev.: 313

- documentation cleaning
- adjust smoothing to work with new weights api

3 lines of code changed in 3 files:

  • trunk/pysal/region: azp.py (+1 -1), maxp.py (+1 -1), randomregion.py (+1 -1)
sjsrey 2010-03-18 10:03 Rev.: 306

- working on finalizing weights api
- lat2gal renamed to lat2W

6 lines of code changed in 2 files:

  • trunk/pysal/region: maxp.py (+4 -4), randomregion.py (+2 -2)
phil.stphns 2010-03-07 23:19 Rev.: 285

Modified docstrings for sphinx

2 lines of code changed in 1 file:

  • trunk/pysal/region: randomregion.py (+2 -4)
sjsrey 2010-03-02 18:12 Rev.: 273

- fixing logic bug in the implicit setting of weights

1 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+1 -1)
dfolch 2010-02-10 11:13 Rev.: 248

adding random regions to sphinx docs... something not quite right with the attribute docs for one class

8 lines of code changed in 1 file:

  • trunk/pysal/region: randomregion.py (+8 -8)
dfolch 2010-02-05 17:44 Rev.: 235

New module that builds random regions based on various user defined constraints. Modification of maxp code to call randomregion.py when it needs random regions built.

518 lines of code changed in 2 files:

  • trunk/pysal/region: maxp.py (+118 -71), randomregion.py (new 400)
schmidtc 2010-02-04 11:21 Rev.: 234

Fixing the doctest for maxp, python's random module was not being seeded. It's odd that this worked everywhere but sal-dev without the seed, my only guess is that some difference between the intel and ppc (sal-dev) caused the seed from earlier doc tests to be reused on intel machines.

2 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+2 -1)
sjsrey 2010-02-01 17:06 Rev.: 231

- fixing docs

9 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+9 -4)
sjsrey 2010-02-01 16:27 Rev.: 230

- added maxp with LISA seeds

143 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+143 -62)
sjsrey 2010-01-25 12:31 Rev.: 191

- streamlining imports for pysal

1 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+1)
sjsrey 2010-01-25 11:51 Rev.: 189

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

7 lines of code changed in 1 file:

  • trunk/pysal/region: __init__.py (+7)
dfolch 2010-01-25 10:26 Rev.: 188

Minor refactoring of max-p code: conforms to new ID indexing code for weights matrices, new way to handle enclaves, catch no solution cases; doc test updated to reflect changes.

78 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+78 -55)
sjsrey 2010-01-21 13:59 Rev.: 185

- constrained inference

63 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+63 -1)
sjsrey 2009-12-12 11:39 Rev.: 148

- standardizing external imports
- testing dependencies

11 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+11 -13)
sjsrey 2009-11-07 08:54 Rev.: 124

- using common check_contiguity

19 lines of code changed in 1 file:

  • trunk/pysal/region: azp.py (+19 -82)
sjsrey 2009-11-07 08:42 Rev.: 123

- moving check_contiguity out to a separate module (components.py)

124 lines of code changed in 2 files:

  • trunk/pysal/region: components.py (new 123), maxp.py (+1 -108)
sjsrey 2009-11-07 08:37 Rev.: 122

- docos for check_contiguity

39 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+39)
sjsrey 2009-11-07 07:43 Rev.: 121

- fixing component check in azp

3 lines of code changed in 1 file:

  • trunk/pysal/region: azp.py (+3 -3)
sjsrey 2009-11-05 16:26 Rev.: 120

- added az - work in progress.

82 lines of code changed in 1 file:

  • trunk/pysal/region: azp.py (new 82)
sjsrey 2009-10-22 17:14 Rev.: 110

- adding markov
- fixing inequality init

52 lines of code changed in 1 file:

  • trunk/pysal/region: maxp.py (+52 -33)
sjsrey 2009-10-20 11:59 Rev.: 101

- adding maxp

368 lines of code changed in 2 files:

  • trunk/pysal/region: __init__.py (new), maxp.py (new 368)
Generated by StatSVN 0.7.0