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
+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)
* 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)