File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ Version 1.1.0
2+ -------------
3+
4+ * Include LICENSE & CHANGELOG.md in sdist tarballs
5+ * Refactor geometry encoding logic, including skipping tiny geometries
6+ * Decoded geometry is now geojson-ish dict
7+ * Winding order is now optional
8+ * Add benchmarking around round function and document how to improve performance
9+ * Document performance tip for protobuf encoding with C bindings for Debian
10+
111Version 1.0.0
212-------------
313
@@ -97,7 +107,7 @@ Version 0.0.5
97107Version 0.0.4
98108-------------
99109
100- * Bug fix - does not try to load wkt geom if wkb succeeds
110+ * Bug fix - does not try to load wkt geom if wkb succeeds
101111
102112Version 0.0.3
103113-------------
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ def test_suite():
1616 return suite
1717
1818setup (name = 'mapbox-vector-tile' ,
19- version = '1.0 .0' ,
19+ version = '1.1 .0' ,
2020 description = u"Mapbox Vector Tile" ,
2121 long_description = long_description ,
2222 classifiers = [],
2323 keywords = '' ,
24- author = u"Harish Krishna " ,
25- author_email = 'harish.krsn@gmail .com' ,
24+ author = u"Rob Marianski " ,
25+ author_email = 'hello@mapzen .com' ,
2626 url = 'https://github.com/tilezen/mapbox-vector-tile' ,
2727 license = 'MIT' ,
2828 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments