Commit Graph

618 Commits

Author SHA1 Message Date
Andy Eschbacher
9805171a7b adds rounding to output results 2017-05-19 09:25:23 -04:00
Andy Eschbacher
d1172b7858 minor updates 2017-05-19 09:24:52 -04:00
Andy Eschbacher
5a623e7903 adds outputs for fixed assignments (costs not yet output) 2017-05-18 22:34:20 -04:00
Andy Eschbacher
588e8b413f adds amount ferried between pairs as output value 2017-05-18 20:33:14 -04:00
Andy Eschbacher
fe803d0b4b init to only include Optim class 2017-05-18 13:04:06 -04:00
Andy Eschbacher
7675a60dee updates to not consider already paired source/drains 2017-05-18 13:03:18 -04:00
Andy Eschbacher
39b7b09272 adds extra providers and extra options for optim problem 2017-05-18 13:02:16 -04:00
Andy Eschbacher
b0614aefc6 [mvp] fractional optimization 2017-05-08 23:47:17 -04:00
Andy Eschbacher
ddfdd87044 update execute to rely on UPDATE for templating values in query 2017-05-05 08:56:33 -04:00
Andy Eschbacher
3a042ee2ff adds initial version of distance matrix function 2017-05-04 17:26:45 -04:00
Andy Eschbacher
59466a69bc moves functions to rely on queries instead of tqblenames 2017-04-24 14:40:21 -04:00
Andy Eschbacher
b0e7253dbb adds basic tests for cvxopt function 2017-04-10 17:14:58 -04:00
Andy Eschbacher
faa3eb9434 cleans check constraint code 2017-04-10 11:59:17 -04:00
Andy Eschbacher
afb845f29c data type fixes and __init__ refactoring 2017-04-03 10:03:20 -04:00
Andy Eschbacher
7b84427d02 pylint updates 2017-04-03 09:04:51 -04:00
Andy Eschbacher
78f72d25e6 refactoring 2017-03-30 15:11:12 -04:00
Andy Eschbacher
cc555cb322 updates internal variable names 2017-03-30 09:55:14 -04:00
Andy Eschbacher
b8b7acdb2d refactoring to limit the number of attributes 2017-03-29 18:55:49 -04:00
Andy Eschbacher
dc8cc0e1c7 expose model parameters 2017-03-29 15:20:46 -04:00
Andy Eschbacher
c9af838b07 basic working version of mvp 2017-03-29 14:39:22 -04:00
Andy Eschbacher
a601ea0642 optim code 2017-03-28 18:22:26 -04:00
Andy Eschbacher
d871704885 stubs out mvp 2017-03-28 18:09:43 -04:00
Mario de Frutos
34161fd8a4 Merge pull request #152 from CartoDB/develop
Version 0.5.1
0.5.1
2016-12-12 14:18:05 +01:00
Mario de Frutos
850f3f6a31 Merge pull request #151 from CartoDB/fixes_050_deploy
Correct upgrade for 0.5.1 version
2016-12-12 13:59:05 +01:00
Mario de Frutos
021738d9f8 Correct upgrade for 0.5.1 version 2016-12-12 13:51:38 +01:00
Mario de Frutos
161bb14c08 Merge pull request #149 from CartoDB/develop
Release 0.5.0
0.5.0
2016-12-12 11:25:01 +01:00
Mario de Frutos
f8739b6a68 Version 0.5.0 release artifacts 2016-12-02 13:35:43 +01:00
Mario de Frutos
5df846fe66 Merge pull request #145 from CartoDB/adds-nonspatial-kmeans
updates internal framework for python functions
2016-12-02 13:23:18 +01:00
Mario de Frutos
b9c4e6e8ef Merge branch 'develop' into adds-nonspatial-kmeans 2016-12-02 13:09:59 +01:00
Mario de Frutos
5c34e08c7d Remove old configuration for postgresql 9.5 in travis 2016-12-02 13:09:09 +01:00
Mario de Frutos
3c8ac7d45d Remove default postgres-9.5 from travis 2016-12-02 12:36:11 +01:00
Andy Eschbacher
59dc9434f7 moves getis to class-based framework 2016-12-01 17:06:21 -05:00
Mario de Frutos
2c6fcfc294 Merge branch 'develop' into adds-nonspatial-kmeans 2016-12-01 16:26:52 +01:00
Mario de Frutos
15b460eeb9 Merge pull request #142 from CartoDB/markov-error-fix
fix error variable name bug, pep8 updates
2016-12-01 10:44:20 +01:00
Mario de Frutos
b0dcd7f572 Merge pull request #137 from CartoDB/adds-outlier-functions
Adds (nonspatial) outlier functions
2016-12-01 10:43:51 +01:00
Mario de Frutos
2547318f59 Merge pull request #127 from CartoDB/adds-getis-analysis
Adds getis analysis
2016-12-01 10:42:13 +01:00
Mario de Frutos
25e453a882 Merge pull request #122 from CartoDB/moran-query-ordering-fix
Moran query ordering fix
2016-12-01 10:41:19 +01:00
Mario de Frutos
62076bb48c Merge pull request #126 from CartoDB/stuartlynn-patch-1
Update PULL_REQUEST_TEMPLATE.md
2016-12-01 10:39:29 +01:00
Andy Eschbacher
6ab1c285d9 places query gen in kmeans data provider 2016-11-30 10:08:36 -05:00
Andy Eschbacher
b22f79b0cc Merge branch 'develop' into adds-nonspatial-kmeans 2016-11-29 10:17:18 -05:00
Mario de Frutos
7c63b66fdd Update travis yml to the new postgres-9.5 package 2016-11-29 15:52:29 +01:00
Andy Eschbacher
db501a2f02 move query generation to inside analysis data provider class 2016-11-22 15:20:14 +00:00
Andy Eschbacher
6fe4fc9668 rename queryrunner in tests 2016-11-22 09:58:06 -05:00
Andy Eschbacher
280a5193ef rename queryrunner to analysisdataprovider 2016-11-22 09:32:39 -05:00
Andy Eschbacher
c27ec58948 Merge branch 'adds-nonspatial-kmeans' of https://github.com/CartoDB/crankshaft into adds-nonspatial-kmeans 2016-11-21 16:26:37 +00:00
Mario de Frutos
bb3ff43f0f Update .travis.yml 2016-11-21 17:25:08 +01:00
Andy Eschbacher
2f27622a6d strips out kmeans non spatial 2016-11-21 16:19:54 +00:00
Andy Eschbacher
c5a2746a53 Merge branch 'develop' into adds-nonspatial-kmeans 2016-11-21 15:46:44 +00:00
Mario de Frutos
538ab9a071 Changed to the last postgresql-9.5 package 2016-11-21 16:14:48 +01:00
Andy Eschbacher
c8f5448b7c seprates out query runner 2016-11-19 14:20:06 +00:00