tilezen / mapbox-vector-tile

Python package for encoding & decoding Mapbox Vector Tiles
MIT License
240 stars 47 forks source link

Slowly deprecate old encode and decode parameters #129

Closed chrispreee closed 1 year ago

chrispreee commented 1 year ago

Request that the old signatures, particularly the decode method y_coord_down parameter in our case, are deprecated more slowly, to give applications and third party packages such as python-vt2geojson time to update to the new method signatures.

coveralls commented 1 year ago

Coverage Status

Coverage: 95.664% (-0.5%) from 96.17% when pulling e8bb824458a754f349cb77d5e9e9c0f86ed8424a on chrispreee:patch-2 into 43bd6e6a529816e9babfa3dd9ec45852d51547e6 on tilezen:master.

rmarianski commented 1 year ago

This sounded reasonable to me. Thanks for the pr! :bow:

I just pushed out a 2.0.1 release with this change.