Skip to content

Commit

Permalink
Merge pull request #71 from tilezen/changelog-1.0.0
Browse files Browse the repository at this point in the history
Add changelog for 1.0.0
  • Loading branch information
rmarianski committed Oct 6, 2016
2 parents 75eb75a + ab57477 commit e4dde18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
Version 1.0.0
-------------

* Generate more valid polygons and multipolygons using [pyclipper](https://pypi.python.org/pypi/pyclipper) library for v2 MVT compliance (but we're still not fully v2 compliant for [other](https://github.com/tilezen/mapbox-vector-tile/issues/42) reasons).
* Handle edge cases where polygon buffer makes a multi-polygon, ensuring inner rings are dropped when subtracting them from the polygon would make it invalid, and not adding multipolygons as array elements for multipolygon constructor.
* Calculate area more properly by using PolyTree result from Clipper.
* Factor out polygon validity code into its own file.

Version 0.5.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@ def test_suite():
return suite

setup(name='mapbox-vector-tile',
version='0.5.0',
version='1.0.0',
description=u"Mapbox Vector Tile",
long_description=long_description,
classifiers=[],
Expand Down

0 comments on commit e4dde18

Please sign in to comment.