[pysal] 07/17: Merge tag 'upstream/1.11.2'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jun 11 20:44:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pysal.

commit 701dd56451b5b54659818b2657e920297ff256be
Merge: 4afdcd9 776b952
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 11 17:15:51 2016 +0200

    Merge tag 'upstream/1.11.2'
    
    Upstream version 1.11.2
    
    Conflicts:
    	.gitignore

 .github/CONTRIBUTING.md                            |     2 +
 .github/ISSUE_TEMPLATE.md                          |    30 +
 .github/PULL_REQUEST_TEMPLATE.md                   |    12 +
 .gitignore                                         |   103 +
 .travis.yml                                        |    29 +-
 .travis_testing.sh                                 |     5 +
 CHANGELOG.txt                                      |  2530 +
 README.md                                          |   106 -
 README.rst                                         |   139 +
 THANKS.txt                                         |     1 +
 doc/source/conf.py                                 |    57 +-
 doc/source/developers/guidelines.rst               |    38 +-
 doc/source/developers/projects.rst                 |     5 +-
 doc/source/developers/py3k.rst                     |   107 +-
 doc/source/developers/release.rst                  |    55 +-
 doc/source/index.rst                               |     4 +-
 doc/source/library/contrib/index.rst               |    20 +-
 doc/source/library/spreg/index.rst                 |     1 +
 doc/source/references.rst                          |     1 +
 doc/source/users/installation.rst                  |     2 +-
 figs/lisamaps.png                                  |   Bin 0 -> 501034 bytes
 figs/lisamaps7.png                                 |   Bin 0 -> 501034 bytes
 pysal/COPYING                                      |     2 +-
 pysal/__init__.py                                  |    24 +-
 pysal/cg/kdtree.py                                 |    74 +-
 pysal/cg/shapes.py                                 |    14 +-
 pysal/cg/tests/test_geoJSON.py                     |    28 +
 pysal/common.py                                    |    13 +
 pysal/contrib/{README => README.rst}               |    38 +-
 pysal/contrib/clusterpy/__init__.py                |     1 +
 pysal/contrib/clusterpy/clusterpy.ipynb            |  6735 +-
 pysal/contrib/clusterpy/clusterpy_ext.py           |    52 +-
 pysal/contrib/githooks/pre-commit                  |     6 +
 pysal/contrib/handler/Explaining the Handler.ipynb |   800 +
 pysal/contrib/handler/__init__.py                  |     1 +
 pysal/contrib/handler/handler.py                   |   146 +
 pysal/contrib/handler/registry.py                  |    58 +
 .../handler}/tests/test_diagnostics.py             |    11 +-
 .../handler}/tests/test_diagnostics_sp.py          |    11 +-
 .../handler}/tests/test_diagnostics_tsls.py        |    11 +-
 pysal/contrib/handler/tests/test_error_sp.py       |   178 +
 .../handler}/tests/test_error_sp_regimes.py        |    36 +-
 .../contrib/handler/tests/test_error_sp_sparse.py  |   189 +
 .../handler/tests/test_error_spet.py}              |   200 +-
 .../handler/tests/test_error_spet_regimes.py}      |    12 +-
 .../handler/tests/test_error_spet_sparse.py}       |   204 +-
 .../handler/tests/test_error_spom.py}              |   157 +-
 .../handler/tests/test_error_spom_regimes.py}      |    37 +-
 .../handler/tests/test_error_spom_sparse.py        |   183 +
 .../handler}/tests/test_ml_error.py                |    43 +-
 .../handler}/tests/test_ml_error_regimes.py        |    66 +-
 .../handler}/tests/test_ml_lag.py                  |     7 +-
 .../handler}/tests/test_ml_lag_regimes.py          |    10 +-
 .../handler/tests/test_ols.py}                     |    30 +-
 .../handler}/tests/test_ols_regimes.py             |    10 +-
 .../handler}/tests/test_ols_sparse.py              |    22 +-
 pysal/contrib/handler/tests/test_probit.py         |    62 +
 .../handler}/tests/test_twosls.py                  |   102 +-
 .../handler}/tests/test_twosls_regimes.py          |    10 +-
 .../handler}/tests/test_twosls_sp.py               |   165 +-
 .../handler}/tests/test_twosls_sp_regimes.py       |    10 +-
 .../handler}/tests/test_twosls_sp_sparse.py        |   166 +-
 .../handler}/tests/test_twosls_sparse.py           |   103 +-
 pysal/contrib/pdutilities/__init__.py              |     4 +
 pysal/contrib/pdutilities/dbf_utilities.py         |     4 -
 pysal/contrib/pdutilities/file_utilities.py        |    65 +
 pysal/contrib/pdutilities/shp_utilities.py         |    21 +
 pysal/contrib/viz/folium_mapping.ipynb             |  2116 +-
 pysal/contrib/viz/folium_mapping.py                |    14 +-
 pysal/contrib/viz/mapping.py                       |    63 +-
 pysal/contrib/viz/mapping_guide.ipynb              |   642 +-
 pysal/core/IOHandlers/arcgis_swm.py                |     4 +-
 pysal/core/IOHandlers/csvWrapper.py                |     5 +-
 pysal/core/IOHandlers/pyDbfIO.py                   |    35 +-
 pysal/core/IOHandlers/pyShpIO.py                   |     6 +-
 pysal/core/IOHandlers/tests/test_csvWrapper.py     |    10 +-
 pysal/core/IOHandlers/tests/test_pyDbfIO.py        |    50 +-
 pysal/core/IOHandlers/wk1.py                       |     2 +-
 pysal/core/Tables.py                               |    49 +-
 pysal/core/util/shapefile.py                       |    32 +-
 pysal/core/util/tests/test_shapefile.py            |    27 +-
 pysal/core/util/wkb.py                             |   230 +
 pysal/core/util/wkt.py                             |     8 -
 pysal/esda/gamma.py                                |    20 +-
 pysal/esda/mapclassify.py                          |   538 +-
 pysal/esda/moran.py                                |   266 +-
 pysal/esda/smoothing.py                            |    16 +-
 pysal/esda/tests/test_mapclassify.py               |    66 +-
 pysal/esda/tests/test_moran.py                     |    32 +-
 pysal/examples/10740/10740.dbf                     |   Bin 0 -> 8188 bytes
 pysal/examples/10740/10740.shp                     |   Bin 0 -> 521068 bytes
 pysal/examples/10740/10740.shx                     |   Bin 0 -> 1660 bytes
 pysal/examples/10740/10740_queen.gal               |   391 +
 pysal/examples/10740/10740_rook.gal                |   391 +
 pysal/examples/10740/README.md                     |    13 +
 pysal/examples/Line/Line.dbf                       |   Bin 0 -> 621 bytes
 pysal/examples/Line/Line.prj                       |     1 +
 pysal/examples/Line/Line.shp                       |   Bin 0 -> 564 bytes
 pysal/examples/Line/Line.shx                       |   Bin 0 -> 132 bytes
 pysal/examples/Line/README.md                      |     7 +
 pysal/examples/Point/Point.dbf                     |   Bin 0 -> 1236 bytes
 pysal/examples/Point/Point.prj                     |     1 +
 pysal/examples/Point/Point.shp                     |   Bin 0 -> 352 bytes
 pysal/examples/Point/Point.shx                     |   Bin 0 -> 172 bytes
 pysal/examples/Polygon/Polygon.dbf                 |   Bin 0 -> 498 bytes
 pysal/examples/Polygon/Polygon.prj                 |     1 +
 pysal/examples/Polygon/Polygon.shp                 |   Bin 0 -> 992 bytes
 pysal/examples/Polygon/Polygon.shx                 |   Bin 0 -> 124 bytes
 pysal/examples/Polygon/README.md                   |     7 +
 pysal/examples/README.txt                          |     5 +
 pysal/examples/__init__.py                         |    77 +
 pysal/examples/arcgis/README.md                    |     7 +
 pysal/examples/arcgis/arcgis_ohio.dbf              |   Bin 0 -> 21876 bytes
 pysal/examples/arcgis/arcgis_txt.txt               |     9 +
 pysal/examples/baltim/README.md                    |    16 +
 pysal/examples/baltim/baltim.dbf                   |   Bin 0 -> 31595 bytes
 pysal/examples/baltim/baltim.shp                   |   Bin 0 -> 6008 bytes
 pysal/examples/baltim/baltim.shx                   |   Bin 0 -> 1788 bytes
 pysal/examples/baltim/baltim.tri.k12.kwt           |  2744 +
 pysal/examples/baltim/baltim_k4.gwt                |   845 +
 pysal/examples/baltim/baltim_q.gal                 |   423 +
 pysal/examples/baltim/baltimore.geojson            |   218 +
 pysal/examples/book/README.md                      |    10 +
 pysal/examples/book/book.gal                       |    33 +
 pysal/examples/book/book.txt                       |    18 +
 pysal/examples/burkitt/README.md                   |    11 +
 pysal/examples/burkitt/burkitt.dbf                 |   Bin 0 -> 7558 bytes
 pysal/examples/burkitt/burkitt.shp                 |   Bin 0 -> 5364 bytes
 pysal/examples/burkitt/burkitt.shx                 |   Bin 0 -> 1604 bytes
 pysal/examples/calemp/README.md                    |    15 +
 pysal/examples/calemp/calempdensity.csv            |    59 +
 pysal/examples/chicago/Chicago77.dbf               |   Bin 0 -> 16787 bytes
 pysal/examples/chicago/Chicago77.shp               |   Bin 0 -> 687568 bytes
 pysal/examples/chicago/Chicago77.shx               |   Bin 0 -> 716 bytes
 pysal/examples/chicago/README.md                   |    11 +
 pysal/examples/columbus/columbus.dbf               |   Bin 0 -> 10082 bytes
 pysal/examples/columbus/columbus.gal               |    99 +
 pysal/examples/columbus/columbus.html              |   132 +
 pysal/examples/columbus/columbus.json              |   104 +
 pysal/examples/columbus/columbus.shp               |   Bin 0 -> 21980 bytes
 pysal/examples/columbus/columbus.shx               |   Bin 0 -> 492 bytes
 pysal/examples/desmith/README.md                   |    13 +
 pysal/examples/desmith/desmith.gal                 |    21 +
 pysal/examples/desmith/desmith.txt                 |    12 +
 pysal/examples/examples.txt                        |   141 +
 pysal/examples/geodanet/README.md                  |    26 +
 pysal/examples/geodanet/crimes.dbf                 |   Bin 0 -> 5551 bytes
 pysal/examples/geodanet/crimes.prj                 |     1 +
 pysal/examples/geodanet/crimes.sbn                 |   Bin 0 -> 3228 bytes
 pysal/examples/geodanet/crimes.sbx                 |   Bin 0 -> 428 bytes
 pysal/examples/geodanet/crimes.shp                 |   Bin 0 -> 8136 bytes
 pysal/examples/geodanet/crimes.shp.xml             |     3 +
 pysal/examples/geodanet/crimes.shx                 |   Bin 0 -> 2396 bytes
 pysal/examples/geodanet/schools.dbf                |   Bin 0 -> 146 bytes
 pysal/examples/geodanet/schools.prj                |     1 +
 pysal/examples/geodanet/schools.sbn                |   Bin 0 -> 212 bytes
 pysal/examples/geodanet/schools.sbx                |   Bin 0 -> 124 bytes
 pysal/examples/geodanet/schools.shp                |   Bin 0 -> 324 bytes
 pysal/examples/geodanet/schools.shp.xml            |   546 +
 pysal/examples/geodanet/schools.shx                |   Bin 0 -> 164 bytes
 pysal/examples/geodanet/streets.dbf                |   Bin 0 -> 11525 bytes
 pysal/examples/geodanet/streets.prj                |     1 +
 pysal/examples/geodanet/streets.sbn                |   Bin 0 -> 3388 bytes
 pysal/examples/geodanet/streets.sbx                |   Bin 0 -> 540 bytes
 pysal/examples/geodanet/streets.shp                |   Bin 0 -> 26044 bytes
 pysal/examples/geodanet/streets.shx                |   Bin 0 -> 2444 bytes
 pysal/examples/juvenile/README.md                  |    14 +
 pysal/examples/juvenile/juvenile.dbf               |   Bin 0 -> 4834 bytes
 pysal/examples/juvenile/juvenile.gwt               |  2803 +
 pysal/examples/juvenile/juvenile.shp               |   Bin 0 -> 4804 bytes
 pysal/examples/juvenile/juvenile.shx               |   Bin 0 -> 1444 bytes
 pysal/examples/mexico/README.md                    |    15 +
 pysal/examples/mexico/mexico.csv                   |    33 +
 pysal/examples/mexico/mexico.gal                   |    65 +
 pysal/examples/nat/NAT.dbf                         |   Bin 0 -> 2501092 bytes
 pysal/examples/nat/NAT.shp                         |   Bin 0 -> 1462216 bytes
 pysal/examples/nat/NAT.shx                         |   Bin 0 -> 24780 bytes
 pysal/examples/nat/nat.geojson                     |  3092 +
 pysal/examples/nat/nat_queen.gal                   |  6171 ++
 pysal/examples/nat/nat_queen_old.gal               |  6171 ++
 pysal/examples/nat/nat_trian_k20.kwt               | 64786 +++++++++++++++++++
 pysal/examples/nat/natregimes.dbf                  |   Bin 0 -> 2627705 bytes
 pysal/examples/nat/natregimes.shp                  |   Bin 0 -> 1462216 bytes
 pysal/examples/nat/natregimes.shx                  |   Bin 0 -> 24780 bytes
 pysal/examples/networks/eberly_net.dbf             |   Bin 0 -> 1348 bytes
 pysal/examples/networks/eberly_net.shp             |   Bin 0 -> 2652 bytes
 pysal/examples/networks/eberly_net.shx             |   Bin 0 -> 332 bytes
 .../networks/eberly_net_pts_offnetwork.dbf         |   Bin 0 -> 2197 bytes
 .../networks/eberly_net_pts_offnetwork.shp         |   Bin 0 -> 2900 bytes
 .../networks/eberly_net_pts_offnetwork.shx         |   Bin 0 -> 900 bytes
 .../examples/networks/eberly_net_pts_onnetwork.dbf |   Bin 0 -> 1275 bytes
 .../examples/networks/eberly_net_pts_onnetwork.shp |   Bin 0 -> 3180 bytes
 .../examples/networks/eberly_net_pts_onnetwork.shx |   Bin 0 -> 980 bytes
 pysal/examples/networks/nonplanarsegments.dbf      |   Bin 0 -> 87 bytes
 pysal/examples/networks/nonplanarsegments.prj      |     1 +
 pysal/examples/networks/nonplanarsegments.qpj      |     1 +
 pysal/examples/networks/nonplanarsegments.shp      |   Bin 0 -> 308 bytes
 pysal/examples/networks/nonplanarsegments.shx      |   Bin 0 -> 116 bytes
 pysal/examples/newHaven/new_haven_merged.dbf       |   Bin 0 -> 1320686 bytes
 pysal/examples/newHaven/new_haven_merged.shp       |   Bin 0 -> 92304 bytes
 pysal/examples/newHaven/new_haven_merged.shx       |   Bin 0 -> 26444 bytes
 pysal/examples/newHaven/newhaven_nework.dbf        |   Bin 0 -> 206183 bytes
 pysal/examples/newHaven/newhaven_nework.prj        |     1 +
 pysal/examples/newHaven/newhaven_nework.qpj        |     1 +
 pysal/examples/newHaven/newhaven_nework.shp        |   Bin 0 -> 358220 bytes
 pysal/examples/newHaven/newhaven_nework.shx        |   Bin 0 -> 12396 bytes
 pysal/examples/sacramento2/sacramentot2.dbf        |   Bin 0 -> 98149 bytes
 pysal/examples/sacramento2/sacramentot2.gal        |   807 +
 pysal/examples/sacramento2/sacramentot2.sbn        |   Bin 0 -> 11172 bytes
 pysal/examples/sacramento2/sacramentot2.sbx        |   Bin 0 -> 588 bytes
 pysal/examples/sacramento2/sacramentot2.shp        |   Bin 0 -> 1587812 bytes
 pysal/examples/sacramento2/sacramentot2.shx        |   Bin 0 -> 3324 bytes
 pysal/examples/sids2/README.md                     |    14 +
 pysal/examples/sids2/sids2.dbf                     |   Bin 0 -> 23810 bytes
 pysal/examples/sids2/sids2.gal                     |   201 +
 pysal/examples/sids2/sids2.html                    |   124 +
 pysal/examples/sids2/sids2.shp                     |   Bin 0 -> 46196 bytes
 pysal/examples/sids2/sids2.shx                     |   Bin 0 -> 900 bytes
 pysal/examples/sids2/sids2.swm                     |   Bin 0 -> 7168 bytes
 pysal/examples/snow_maps/SohoPeople.dbf            |   Bin 0 -> 3662 bytes
 pysal/examples/snow_maps/SohoPeople.prj            |     1 +
 pysal/examples/snow_maps/SohoPeople.sbn            |   Bin 0 -> 3460 bytes
 pysal/examples/snow_maps/SohoPeople.sbx            |   Bin 0 -> 380 bytes
 pysal/examples/snow_maps/SohoPeople.shp            |   Bin 0 -> 9172 bytes
 pysal/examples/snow_maps/SohoPeople.shx            |   Bin 0 -> 2692 bytes
 pysal/examples/snow_maps/SohoWater.dbf             |   Bin 0 -> 157 bytes
 pysal/examples/snow_maps/SohoWater.prj             |     1 +
 pysal/examples/snow_maps/SohoWater.sbn             |   Bin 0 -> 252 bytes
 pysal/examples/snow_maps/SohoWater.sbx             |   Bin 0 -> 124 bytes
 pysal/examples/snow_maps/SohoWater.shp             |   Bin 0 -> 464 bytes
 pysal/examples/snow_maps/SohoWater.shx             |   Bin 0 -> 204 bytes
 pysal/examples/snow_maps/Soho_Network.dbf          |   Bin 0 -> 892 bytes
 pysal/examples/snow_maps/Soho_Network.prj          |     1 +
 pysal/examples/snow_maps/Soho_Network.sbn          |   Bin 0 -> 1292 bytes
 pysal/examples/snow_maps/Soho_Network.sbx          |   Bin 0 -> 228 bytes
 pysal/examples/snow_maps/Soho_Network.shp          |   Bin 0 -> 11620 bytes
 pysal/examples/snow_maps/Soho_Network.shx          |   Bin 0 -> 1044 bytes
 pysal/examples/south/south.dbf                     |   Bin 0 -> 1145962 bytes
 pysal/examples/south/south.shp                     |   Bin 0 -> 737448 bytes
 pysal/examples/south/south.shx                     |   Bin 0 -> 11396 bytes
 pysal/examples/south/south_q.gal                   |  2825 +
 pysal/examples/south/south_queen.gal               |  2825 +
 pysal/examples/stl/stl.gal                         |   157 +
 pysal/examples/stl/stl_hom.csv                     |    79 +
 pysal/examples/stl/stl_hom.dbf                     |   Bin 0 -> 23280 bytes
 pysal/examples/stl/stl_hom.html                    |   143 +
 pysal/examples/stl/stl_hom.shp                     |   Bin 0 -> 28276 bytes
 pysal/examples/stl/stl_hom.shx                     |   Bin 0 -> 724 bytes
 pysal/examples/stl/stl_hom.txt                     |    80 +
 pysal/examples/stl/stl_hom.wkt                     |    78 +
 pysal/examples/stl/stl_hom_rook.gal                |   157 +
 pysal/examples/street_net_pts/street_net_pts.dbf   |   Bin 0 -> 3398 bytes
 pysal/examples/street_net_pts/street_net_pts.prj   |     1 +
 pysal/examples/street_net_pts/street_net_pts.qpj   |     1 +
 pysal/examples/street_net_pts/street_net_pts.shp   |   Bin 0 -> 8584 bytes
 pysal/examples/street_net_pts/street_net_pts.shx   |   Bin 0 -> 2524 bytes
 pysal/examples/taz/taz.dbf                         |   Bin 0 -> 485344 bytes
 pysal/examples/taz/taz.shp                         |   Bin 0 -> 5774828 bytes
 pysal/examples/taz/taz.shx                         |   Bin 0 -> 32972 bytes
 pysal/examples/test_examples.py                    |    21 +
 pysal/examples/us_income/README.md                 |    10 +
 pysal/examples/us_income/spi_download.csv          |    66 +
 pysal/examples/us_income/states48.gal              |    97 +
 pysal/examples/us_income/us48.dbf                  |   Bin 0 -> 4274 bytes
 pysal/examples/us_income/us48.shp                  |   Bin 0 -> 186476 bytes
 pysal/examples/us_income/us48.shx                  |   Bin 0 -> 484 bytes
 pysal/examples/us_income/usjoin.csv                |    49 +
 pysal/examples/virginia/README.md                  |    10 +
 pysal/examples/virginia/virginia.dbf               |   Bin 0 -> 11410 bytes
 pysal/examples/virginia/virginia.gal               |   273 +
 pysal/examples/virginia/virginia.json              |   143 +
 pysal/examples/virginia/virginia.prj               |     1 +
 pysal/examples/virginia/virginia.shp               |   Bin 0 -> 71416 bytes
 pysal/examples/virginia/virginia.shx               |   Bin 0 -> 1188 bytes
 pysal/examples/virginia/virginia_queen.dat         |   586 +
 pysal/examples/virginia/virginia_queen.dbf         |   Bin 0 -> 11850 bytes
 pysal/examples/virginia/virginia_queen.gal         |   273 +
 pysal/examples/virginia/virginia_queen.mat         |   Bin 0 -> 148160 bytes
 pysal/examples/virginia/virginia_queen.mtx         |   589 +
 pysal/examples/virginia/virginia_queen.swm         |   Bin 0 -> 9232 bytes
 pysal/examples/virginia/virginia_queen.txt         |   137 +
 pysal/examples/virginia/virginia_queen.wk1         |   Bin 0 -> 314585 bytes
 pysal/examples/virginia/virginia_rook.gal          |   273 +
 pysal/examples/wmat/geobugs_scot                   |    66 +
 pysal/examples/wmat/lattice10x10.shp               |   Bin 0 -> 13700 bytes
 pysal/examples/wmat/lattice10x10.shx               |   Bin 0 -> 900 bytes
 pysal/examples/wmat/ohio.swm                       |   Bin 0 -> 6978 bytes
 pysal/examples/wmat/rook31.dbf                     |   Bin 0 -> 161 bytes
 pysal/examples/wmat/rook31.gal                     |     7 +
 pysal/examples/wmat/rook31.shp                     |   Bin 0 -> 556 bytes
 pysal/examples/wmat/rook31.shx                     |   Bin 0 -> 124 bytes
 pysal/examples/wmat/spat-sym-us.mat                |   Bin 0 -> 416 bytes
 pysal/examples/wmat/spat-sym-us.wk1                |   Bin 0 -> 2221 bytes
 pysal/examples/wmat/spdep_listw2WB_columbus        |    59 +
 pysal/examples/wmat/stata_full.txt                 |    57 +
 pysal/examples/wmat/stata_sparse.txt               |    57 +
 pysal/examples/wmat/wmat.dat                       |   232 +
 pysal/examples/wmat/wmat.mtx                       |   237 +
 pysal/meta/wmd.py                                  |    80 +-
 pysal/network/tests/test_network.py                |     5 +-
 pysal/region/maxp.py                               |    26 +-
 pysal/region/tests/test_maxp.py                    |    16 +-
 pysal/spatial_dynamics/interaction.py              |     4 +-
 pysal/spatial_dynamics/markov.py                   |    12 +-
 pysal/spatial_dynamics/tests/test_markov.py        |    11 +-
 pysal/spreg/__init__.py                            |     3 +
 pysal/spreg/diagnostics.py                         |     4 +-
 pysal/spreg/diagnostics_sur.py                     |   221 +
 pysal/spreg/ml_error.py                            |    83 +-
 pysal/spreg/ml_error_regimes.py                    |     5 +-
 pysal/spreg/ml_lag.py                              |    72 +-
 pysal/spreg/ml_lag_regimes.py                      |     3 +
 pysal/spreg/ols.py                                 |     7 +-
 pysal/spreg/opt.py                                 |    92 +
 pysal/spreg/optional_imports.ipynb                 |   278 +
 pysal/spreg/probit.py                              |   322 +-
 pysal/spreg/regimes.py                             |     6 +-
 pysal/spreg/summary_output.py                      |   284 +-
 pysal/spreg/sur.py                                 |   697 +
 pysal/spreg/sur_error.py                           |   549 +
 pysal/spreg/sur_lag.py                             |   366 +
 pysal/spreg/sur_utils.py                           |   363 +
 pysal/spreg/tests/test_diagnostics.py              |    52 +-
 pysal/spreg/tests/test_diagnostics_sp.py           |    44 +-
 pysal/spreg/tests/test_diagnostics_tsls.py         |    10 +-
 pysal/spreg/tests/test_error_sp.py                 |   192 +-
 pysal/spreg/tests/test_error_sp_het.py             |   207 +-
 pysal/spreg/tests/test_error_sp_het_regimes.py     |   161 +-
 pysal/spreg/tests/test_error_sp_het_sparse.py      |   207 +-
 pysal/spreg/tests/test_error_sp_hom.py             |   229 +-
 pysal/spreg/tests/test_error_sp_hom_regimes.py     |   165 +-
 pysal/spreg/tests/test_error_sp_regimes.py         |   169 +-
 pysal/spreg/tests/test_error_sp_sparse.py          |   196 +-
 pysal/spreg/tests/test_ml_error.py                 |    40 +-
 pysal/spreg/tests/test_ml_error_regimes.py         |    61 +-
 pysal/spreg/tests/test_ml_lag.py                   |    35 +-
 pysal/spreg/tests/test_ml_lag_regimes.py           |    53 +-
 pysal/spreg/tests/test_ols.py                      |   119 +-
 pysal/spreg/tests/test_ols_regimes.py              |   108 +-
 pysal/spreg/tests/test_ols_sparse.py               |   105 +-
 pysal/spreg/tests/test_probit.py                   |    69 +-
 pysal/spreg/tests/test_sur.py                      |   172 +
 pysal/spreg/tests/test_sur_error.py                |   123 +
 pysal/spreg/tests/test_sur_lag.py                  |   176 +
 pysal/spreg/tests/test_twosls.py                   |   117 +-
 pysal/spreg/tests/test_twosls_regimes.py           |    86 +-
 pysal/spreg/tests/test_twosls_sp.py                |   141 +-
 pysal/spreg/tests/test_twosls_sp_regimes.py        |   144 +-
 pysal/spreg/tests/test_twosls_sp_sparse.py         |   144 +-
 pysal/spreg/tests/test_twosls_sparse.py            |   121 +-
 pysal/spreg/twosls.py                              |    17 +-
 pysal/spreg/user_output.py                         |     6 +-
 pysal/spreg/utils.py                               |   132 +-
 pysal/version.py                                   |     4 +-
 pysal/weights/Contiguity.py                        |     8 +-
 pysal/weights/Distance.py                          |    74 +-
 pysal/weights/_contW_binning.py                    |    10 +-
 pysal/weights/spatial_lag.py                       |   117 +-
 pysal/weights/tests/test_Distance.py               |    69 +-
 pysal/weights/tests/test_Wsets.py                  |    28 +-
 pysal/weights/tests/test_spatial_lag.py            |    28 +-
 pysal/weights/tests/test_user.py                   |    42 +-
 pysal/weights/tests/test_util.py                   |     7 +
 pysal/weights/tests/test_weights.py                |    69 +-
 pysal/weights/user.py                              |    17 +-
 pysal/weights/util.py                              |   101 +-
 pysal/weights/weights.py                           |    12 +-
 setup.py                                           |    61 +-
 tools/bump.py                                      |    84 +
 tools/spregsync                                    |    47 +
 370 files changed, 117023 insertions(+), 8769 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git



More information about the Pkg-grass-devel mailing list