We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 626013c + 069dfa0 commit 5f54ef2Copy full SHA for 5f54ef2
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+Version 1.2.0
2
+-------------
3
+
4
+* Performance focused release, including:
5
+* Enable Shapely speedups, when available
6
+* Skip inners which cause exceptions
7
+* Union inners in blocks when making valid
8
+* Make benchmark script python3 compatible
9
+* Fix test to support different versions of GEOS
10
11
Version 1.1.0
12
-------------
13
setup.py
@@ -16,7 +16,7 @@ def test_suite():
16
return suite
17
18
setup(name='mapbox-vector-tile',
19
- version='1.1.0',
+ version='1.2.0',
20
description=u"Mapbox Vector Tile",
21
long_description=long_description,
22
classifiers=[],
0 commit comments