From 7a3d28784f3e37dbceefbe99e03c10a8db220b63 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 8 Jun 2016 13:24:03 +0200 Subject: [PATCH] Add sindex / cx to changelog --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a7476bb..58d7c8a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,11 @@ Improvements: to represent the ``GeoSeries`` as a GeoJSON-like ``FeatureCollection`` (#116) and ``iterfeatures`` method (#178) * Addition of the ``explode`` (#146) and ``dissolve`` (#310, #311) methods. +* Addition of the ``sindex`` attribute, a Spatial Index using the optional + dependency ``rtree`` (``libspatialindex``) that can be used to speed up + certain operations such as overlays (#140, #141). +* Addition of the ``GeoSeries.ix`` coordinate indexer to slice a GeoSeries based + on a bounding box of the coordinates (#55). * Improvements to plotting: ability to specify edge colors (#173), support for the ``vmin``, ``vmax``, ``figsize``, ``linewidth`` keywords (#207), legends for chloropleth plots (#210), color points by specifying a colormap (#186) or