PySAL 1.7 Release (2014 01 31) - MridulS/pysal GitHub Wiki
On behalf of the PySAL development team, I'm happy to announce the official release of PySAL 1.7.
PySAL is a library of tools for spatial data analysis and geocomputation written in Python. PySAL 1.7, the eight official release of PySAL brings the following key enhancements:
Spatial regression (spreg)
- Maximum Likelihood estimation of the spatial error model
- Maximum Likelihood estimation of the spatial lag model
- Maximum Likelihood estimation of the spatial error model with regimes
- Maximum Likelihood estimation of the spatial lag model with regimes
Spatial weights (weights)
- Optimized check for asymmetries in spatial weights
- Refactoring of weights data structure (removal of read only dictionary)
Regionalization (region)
- Optimized connected component check
Exploratory Spatial Data Analysis (esda)
- Two-tailed analytical p-values for Moran's I as new default
among the 176 commits and bug fixes since the last release, 6 months ago.
PySAL modules
* pysal.core — Core Data Structures and IO
* pysal.cg — Computational Geometry
* pysal.esda — Exploratory Spatial Data Analysis
* pysal.inequality — Spatial Inequality Analysis
* pysal.spatial_dynamics — Spatial Dynamics
* pysal.spreg - Regression and Diagnostics
* pysal.region — Spatially Constrained Clustering
* pysal.weights — Spatial Weights
* pysal.FileIO — PySAL FileIO: Module for reading and writing various file types in a Pythonic way
Downloads
Source distributions are available at http://pypi.python.org/pypi/PySAL
Binary installers are availble from the GeoDa Center for Geospatial Analysis and Computation
PySAL can also be installed with pip or easy_install.
Documentation
The documentation site is here http://pythonhosted.org/PySAL/
Web sites
PySAL's home is here http://pysal.org/
The developer's site is here https://github.com/pysal/pysal
Mailing Lists
Please see the developer's list here http://groups.google.com/group/pysal-dev
Help for users is here http://groups.google.com/group/openspace-list
Bug reports and feature requests
To search for or report bugs, as well as request enhancements, please see https://github.com/pysal/pysal/issues
License information
See the file "LICENSE.txt" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
Many thanks to all who contributed!
Serge, on behalf of the PySAL development team.