Release 0.15.1

Overviews bugfixes & enhancements
This commit is contained in:
Javier Goizueta
2016-04-15 18:14:37 +02:00
parent a528a250d4
commit 6908fb4672
2 changed files with 17 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.15.0
EXTVERSION = 0.15.1
SED = sed
@@ -65,6 +65,7 @@ UPGRADABLE = \
0.14.3 \
0.14.4 \
0.15.0 \
0.15.1 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)

15
NEWS.md
View File

@@ -1,3 +1,18 @@
0.15.1 (2016-04-15)
* Fix problems with org users in overviews functions
[#224](https://github.com/CartoDB/cartodb-postgresql/pull/224)
* Add `_feature_count` to overviews
[#227](https://github.com/CartoDB/cartodb-postgresql/pull/227)
* Change point clustering behaviour of overviews
[#228](https://github.com/CartoDB/cartodb-postgresql/pull/228)
* Change default tolerance of overviews
[#230](https://github.com/CartoDB/cartodb-postgresql/pull/230)
* Fix problem with aggregated numerical fields in overviews
[#233](https://github.com/CartoDB/cartodb-postgresql/pull/233)
* Enhance aggregation of text fields in overviews
[#234]https://github.com/CartoDB/cartodb-postgresql/pull/234
0.15.0 (2016-04-05)
* New function CDB_CreateOverviewsWithToleranceInPixels that adds tolerance parameter for overview creation