From e68d5eca4587d17da4eee9ade260fb4c7eed32c4 Mon Sep 17 00:00:00 2001 From: Javier Goizueta Date: Tue, 5 Apr 2016 14:22:46 +0200 Subject: [PATCH] Release 0.15.0 This release includes some overviews enhancements --- Makefile | 5 +++-- NEWS.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9517ba1..b4baec6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.14.4 +EXTVERSION = 0.15.0 SED = sed @@ -63,7 +63,8 @@ UPGRADABLE = \ 0.14.1 \ 0.14.2 \ 0.14.3 \ - 0.14.4 \ + 0.14.4 \ + 0.15.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END) diff --git a/NEWS.md b/NEWS.md index c744506..2d7fa09 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) + * Fix creating overviews for tables with boolean columns [#214](https://github.com/CartoDB/cartodb-postgresql/pull/214) * Fix tests for some systems [#215](https://github.com/CartoDB/cartodb-postgresql/pull/215)