Andy Eschbacher
04f290cbad
finalizes test query
2018-01-09 15:06:44 -05:00
Andy Eschbacher
18fbc2fa9e
updates sql query / fixes error
2018-01-09 14:39:24 -05:00
Andy Eschbacher
b0e3f38f1e
correctly finds the number of columns
2018-01-09 14:28:20 -05:00
Andy Eschbacher
b16c73f7d0
Merge branch 'develop' into add-nonspatial-kmeans-w-class-framework
2018-01-09 13:47:29 -05:00
Andy Eschbacher
20104c2df9
adds sql tests for nonspatial kmeans
2018-01-09 13:35:00 -05:00
Andy Eschbacher
49a317ae8e
syntax updates / consistency
2018-01-09 13:29:36 -05:00
Andy Eschbacher
001062f660
adds inertia as an output column
2018-01-09 13:02:55 -05:00
Andy Eschbacher
5e0fbf0f6f
syntax updates
2018-01-09 13:02:41 -05:00
Andy Eschbacher
32bb3b1276
adds missing decorator for gwr_predict
2018-01-09 11:37:27 -05:00
Andy Eschbacher
b4ddfa1c5b
Merge branch 'develop' into add-errors-on-null-only
2018-01-09 10:30:50 -05:00
Andy Eschbacher
77e73dbc75
updates error syntax
2018-01-09 10:23:38 -05:00
Raul Marin
0d840b65f0
Release 0.6.1
2017-11-23 10:07:52 +01:00
Raul Marin
cf46633f24
Makefile: Strip PARALLEL tags on deploy
...
Since releases are commited into the proyect instead of stripping the labels
when generating the release file, we need to do it before deploying (depending
on the PG release)
2017-11-23 10:07:52 +01:00
Raul Marin
67dbdc6a59
Categorize GWR sql functions
2017-11-23 10:07:52 +01:00
Raul Marin
5472bc71c6
Avoid regress error with exceptions under some verbosity levels
2017-11-23 10:07:52 +01:00
Raul Marin
e1fd016ef1
Add PARALLEL and VOLATILE categories to PG functions
2017-11-23 10:07:52 +01:00
Raul Marin
3273afeb76
Makefile: Add support for PARALLEL categories
2017-11-23 10:07:52 +01:00
Andy Eschbacher
a3c30c5f48
release files for 0.6.0
2017-11-08 13:57:21 -05:00
Javier Goizueta
44511682bc
Merge branch 'develop' into test-travis-fix
2017-11-03 15:12:29 +01:00
Andy Eschbacher
2dafc0f80e
Merge branch 'master' into taylor_oshan-pysal_gwr
2017-11-02 15:38:54 -04:00
Raul Marin
1dc93284f8
PG test: Make the extension tests version agnostic
2017-10-31 11:38:20 +01:00
Raul Marin
5b30783c04
PG regress: Order the tests
...
Avoids an issue where some tests were run before the setup
2017-10-31 11:38:20 +01:00
Raul Marin
bd2b190643
Add PIP and NOSETESTS as variables to Makefile.global
...
This makes it easier to change between pip/pip2 depending on the local environment
2017-10-31 11:38:20 +01:00
Rafa de la Torre
ce5d1f9e86
Release 0.5.2
2017-05-12 17:26:41 +02:00
Raul Ochoa
d07822c7a0
Fix missing comma for dict creation
2017-02-27 12:07:41 +01:00
Andy Eschbacher
8e4bbb8a90
add default return value on verify_data wrapper
2017-01-13 14:07:31 -05:00
Andy Eschbacher
be2bf19c0a
removes print line
2017-01-12 17:14:32 -05:00
Andy Eschbacher
ddd69bb457
adds mock error function
2017-01-12 17:12:40 -05:00
Andy Eschbacher
04bd067045
standardizing naming conventions in code
2017-01-12 17:12:09 -05:00
Andy Eschbacher
4b3481b1a6
adds decorators to reduce boilerplate code
2017-01-12 17:03:01 -05:00
Andy Eschbacher
76f5eae928
quote col names
2017-01-12 16:02:27 -05:00
Andy Eschbacher
7322931ca1
classes to inherit from objects
2017-01-12 12:00:36 -05:00
Andy Eschbacher
c2bfcc8516
adding sql tests
2017-01-11 10:36:46 -05:00
Andy Eschbacher
7725cada13
tests for gwr predict
2017-01-10 15:53:09 -05:00
Andy Eschbacher
e456158cbf
removes unneeded function / multilines some queries
2017-01-10 15:12:24 -05:00
Andy Eschbacher
50f6ef0fcc
remove unnecessary code / tests
2017-01-10 15:01:44 -05:00
Andy Eschbacher
ca7a2d6e36
update verify_data to get full data reference
2017-01-10 15:00:59 -05:00
Andy Eschbacher
c114ccea33
add condition on null-valued geometries, ref: #143
2017-01-10 14:38:16 -05:00
Andy Eschbacher
10ce109d09
fix typo on error return
2017-01-10 14:37:07 -05:00
Andy Eschbacher
d679975f72
catch empty return values and error on them
2017-01-10 13:53:37 -05:00
Andy Eschbacher
ee5e7d81ae
standardize id_col naming convention
2017-01-10 10:52:10 -05:00
Andy Eschbacher
69f38dd52e
change parameter name to align with kmeans.spatial
2017-01-10 09:52:46 -05:00
Andy Eschbacher
c6f64ad2f4
bug fixes and adding of internal docs
2017-01-10 09:49:16 -05:00
Andy Eschbacher
0815db4661
move floats to numpy floats
2017-01-09 16:28:00 -05:00
Andy Eschbacher
0f24a4d35a
adds framework for testing predict
2017-01-09 16:04:38 -05:00
Andy Eschbacher
6d59061a00
add optional params to predict function
2017-01-09 15:49:32 -05:00
Andy Eschbacher
25f1fc2b28
fix bug on output of predicted values with wrong id
2017-01-09 15:48:43 -05:00
Andy Eschbacher
0007082efe
finishes python tests for regression
2017-01-09 10:00:44 -05:00
Andy Eschbacher
87890926ad
adding back filter t-vals lost in commit squash
2017-01-09 14:12:22 +00:00
Andy Eschbacher
00567e5272
update date, correct col information and order
2017-01-06 13:50:23 -05:00