Release 0.15.0

This release includes some overviews enhancements
This commit is contained in:
Javier Goizueta
2016-04-05 14:22:46 +02:00
parent 16a58c479d
commit e68d5eca45
2 changed files with 13 additions and 2 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
# cartodb/Makefile # cartodb/Makefile
EXTENSION = cartodb EXTENSION = cartodb
EXTVERSION = 0.14.4 EXTVERSION = 0.15.0
SED = sed SED = sed
@@ -63,7 +63,8 @@ UPGRADABLE = \
0.14.1 \ 0.14.1 \
0.14.2 \ 0.14.2 \
0.14.3 \ 0.14.3 \
0.14.4 \ 0.14.4 \
0.15.0 \
$(EXTVERSION)dev \ $(EXTVERSION)dev \
$(EXTVERSION)next \ $(EXTVERSION)next \
$(END) $(END)
+10
View File
@@ -1,4 +1,14 @@
0.15.0 (2016-04-05)
* New function CDB_CreateOverviewsWithToleranceInPixels that adds tolerance parameter for overview creation
[#221](https://github.com/CartoDB/cartodb-postgresql/pull/221)
* New default value for the overviews tolerance in pixels is 2 (used to be 7.5) (also in #221)
* The feature density limit used to choose the reference Z level now depends on the tolerance in pixels (also in #221)
* Tables that require an explicit schema can now be passed to overview functions
[#220](https://github.com/CartoDB/cartodb-postgresql/pull/220)
0.14.4 (2016-03-29) 0.14.4 (2016-03-29)
* Fix creating overviews for tables with boolean columns * Fix creating overviews for tables with boolean columns
[#214](https://github.com/CartoDB/cartodb-postgresql/pull/214) [#214](https://github.com/CartoDB/cartodb-postgresql/pull/214)
* Fix tests for some systems [#215](https://github.com/CartoDB/cartodb-postgresql/pull/215) * Fix tests for some systems [#215](https://github.com/CartoDB/cartodb-postgresql/pull/215)