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

| 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 |
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:
fixing Max-p doc string tests to match changes
4 lines of code changed in 1 file:
modifications to doc strings and adding unit tests
150 lines of code changed in 4 files:
Added verbose flag to doctest calls.
3 lines of code changed in 3 files:
Adding __all__ ....
4 lines of code changed in 2 files:
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:
improvements to spatially constrained random region algorithm
144 lines of code changed in 1 file:
adding regionalization tutorial and making random region functions easier to import
1 lines of code changed in 1 file:
- moving azp to 1.1
0 lines of code changed in 1 file:
Changes to author docs.
5 lines of code changed in 2 files:
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:
- 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:
- documentation cleaning
- adjust smoothing to work with new weights api
3 lines of code changed in 3 files:
- working on finalizing weights api
- lat2gal renamed to lat2W
6 lines of code changed in 2 files:
Modified docstrings for sphinx
2 lines of code changed in 1 file:
- fixing logic bug in the implicit setting of weights
1 lines of code changed in 1 file:
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:
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:
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:
- fixing docs
9 lines of code changed in 1 file:
- added maxp with LISA seeds
143 lines of code changed in 1 file:
- streamlining imports for pysal
1 lines of code changed in 1 file:
- streamline toplevel imports
http://code.google.com/p/pysal/issues/detail?id=40
7 lines of code changed in 1 file:
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:
- constrained inference
63 lines of code changed in 1 file:
- standardizing external imports
- testing dependencies
11 lines of code changed in 1 file:
- using common check_contiguity
19 lines of code changed in 1 file:
- moving check_contiguity out to a separate module (components.py)
124 lines of code changed in 2 files:
- docos for check_contiguity
39 lines of code changed in 1 file:
- fixing component check in azp
3 lines of code changed in 1 file:
- added az - work in progress.
82 lines of code changed in 1 file:
- adding markov
- fixing inequality init
52 lines of code changed in 1 file:
- adding maxp
368 lines of code changed in 2 files: