Commit Graph
43 Commits
Author SHA1 Message Date
Andy Eschbacher 1f73be2752 rename functions -> trend 2016-06-06 08:46:13 -04:00
Andy Eschbacher e7de471ac8 adds expectation values for tests 2016-06-03 11:06:48 -04:00
Andy Eschbacher 14d50facda adds test that expects all null values returned 2016-06-03 11:06:29 -04:00
Andy Eschbacher 5e8d11fce2 adds fixtures for spatial markov tests 2016-06-03 11:02:51 -04:00
Andy Eschbacher fc3a7e3d78 add casting to function call 2016-06-03 11:01:20 -04:00
Andy Eschbacher c0dfaa8341 adds test for spatial markov sql function 2016-06-02 16:19:15 -04:00
Andy Eschbacher edf635886b updates column name to rowid 2016-06-02 14:19:13 -04:00
Andy Eschbacher 971c8f75d8 Merge branch 'develop' into add-spatial-markov 2016-06-02 12:59:49 -04:00
Andy Eschbacher d1a267febb adding number of classes options 2016-06-02 12:51:01 -04:00
Andy Eschbacher c04e15ef81 rename some variables 2016-06-01 15:07:16 -04:00
Andy Eschbacher 59c520da16 renaming output value to vals 2016-06-01 13:40:32 -04:00
Andy Eschbacher 90c3e21c0d renaming output id to rowid 2016-06-01 12:43:33 -04:00
Andy Eschbacher 2b8adb744d switched signature to put more common options in the front 2016-06-01 12:09:43 -04:00
Andy Eschbacher b5c6b42081 update names to align with CamelCase convention 2016-06-01 11:33:02 -04:00
Andy Eschbacher fd7aa4140a change function name to match requirements 2016-05-25 12:01:55 -04:00
Andy Eschbacher 1b0d1cc82c updating function names 2016-05-24 17:51:29 -04:00
Andy Eschbacher 4e870e4393 adapt other test for new settings in fixtures 2016-05-20 15:15:41 -04:00
Andy Eschbacher b05ad98ed9 adding tests for hot/cold/outlier for normal moran functions 2016-05-20 15:15:19 -04:00
Andy Eschbacher bc8055a12b adds pset format unaligned to reduce output for tests 2016-05-20 14:55:16 -04:00
Andy Eschbacher c3913459d9 adding tests for hotspot, coldspot, and outlier functions 2016-05-20 14:54:42 -04:00
Andy Eschbacher f571e59a95 adding hot/cold/outlier getters 2016-05-20 14:05:59 -04:00
Andy Eschbacher 1de90a7d39 update output signature 2016-03-30 16:09:37 -04:00
Andy Eschbacher 9535506b93 formated markov sql file a bit 2016-03-30 16:09:37 -04:00
Andy Eschbacher bae2f04955 update signature used in plpython function 2016-03-30 16:09:37 -04:00
Andy Eschbacher 8cccb18eed adding markov functionality 2016-03-30 16:08:17 -04:00
Andy Eschbacher 4c243bf1d3 correct func signatures 2016-03-30 11:44:44 -04:00
Andy Eschbacher 5a46f65e59 update tests to remove plpy notices 2016-03-30 08:09:48 -04:00
Andy Eschbacher bc67ae8f69 changed name of functions for observatory 2016-03-29 12:18:52 -07:00
Andy Eschbacher eecbe39547 updating tests 2016-03-22 10:42:44 -04:00
Andy Eschbacher 3eda8ecd16 new signatures for moran (w/o significance) 2016-03-22 10:34:22 -04:00
Raul Ochoa 58c141d217 Allow to pass free queries as select * from table limit 100 in moran 2016-03-16 19:40:06 +01:00
Javier Goizueta 5a7d3178dd Release 0.0.2
This version is the first with the new versioning approach
which uses separate per-version Pyhton virtual enironments.
2016-03-16 19:22:21 +01:00
Javier Goizueta 689ec8a925 Change version function from IMMUTABLE to STABLE
These functions' results will change when the extension
is updated.
2016-03-16 17:09:50 +01:00
Javier Goizueta a7e42e93cc Rename cdb_crankshaft_internal_version as internal function 2016-03-16 16:41:54 +01:00
Javier Goizueta dea6e2f1a7 Refactor the Makefile
Separate concerns properly for each subdirectory's Makefile
2016-03-16 15:40:40 +01:00
Javier Goizueta d13f167d47 Add RELEASE_VERSION option to make deploy
Now make deploy installs by default the current version,
but can be made to install any prior specific version using
a environmnt varialbe RELEASE_VERSION
2016-03-16 14:38:18 +01:00
Javier Goizueta 24e4037995 Fix version number of released extension script 2016-03-16 11:11:16 +01:00
Javier Goizueta 82a738fe40 Fix make clean tasks 2016-03-16 10:18:07 +01:00
Javier Goizueta e801c9cb60 Release tasks using release-specific virtual environments
Refine the development process and define the procedure for
releasing new versions.
2016-03-15 18:48:46 +01:00
Javier Goizueta 0206cc6c44 Update documentation 2016-03-10 19:13:46 +01:00
Javier Goizueta 0056f411b5 Set the path to virtualenvs in the Makefile
Also, version the virtualenv
2016-03-09 19:04:21 +01:00
Javier Goizueta 8e972128eb Modify sql code to user the python virtualenv 2016-03-09 15:00:50 +01:00
Javier Goizueta cdd2d9e722 Directory reorganization and sketch of new versioning procedure 2016-03-08 19:35:02 +01:00