Commit Graph

13 Commits

Author SHA1 Message Date
Javier Goizueta
59fdaa40ac Add python dependency
SciPy is needed by the PySAL functions used,
but it is not installed automatically when PySal
is installed.
2016-02-22 12:26:32 +01:00
Javier Goizueta
1ce0a206c7 Add a top-level Makefile
So we have single entry points to install/check everything
2016-02-19 11:57:13 +01:00
Javier Goizueta
fe167efca5 Make the python tests runnable from any directory
But note that if run from a directory other that the base of the
package it is the installed package which is tested.
2016-02-19 11:56:09 +01:00
Javier Goizueta
0833b2f226 Use separate fixture data for Python tests 2016-02-18 12:59:48 +01:00
Javier Goizueta
e1951e1ea9 Refactor and new tests 2016-02-18 11:28:26 +01:00
Javier Goizueta
476a8c35b5 Fix the dependency versions
Avoid changing the numpy version used in production
if installing the package with the --upgrade option
2016-02-17 11:48:23 +01:00
Javier Goizueta
3ded7da1d8 Fix the tests 2016-02-17 11:46:29 +01:00
Javier Goizueta
fb1cd2da0e Add Moran's I local function 2016-02-16 19:21:59 +01:00
Javier Goizueta
63f490f6e6 Add some support functions for clustering using PySAL 2016-02-16 17:50:58 +01:00
Javier Goizueta
669aa0119e Add plpy mockup 2016-02-16 08:34:12 +01:00
Javier Goizueta
8f3ef6210d Correct dependencies 2016-02-15 19:58:17 +01:00
Javier Goizueta
f42ff652e1 Experiment with using plpy from the package 2016-02-15 19:58:09 +01:00
Javier Goizueta
cfd3646fc3 Basic structure of the extension & package 2016-02-15 18:29:43 +01:00