v1.2
Version 1.2:
- enhance to compute bbox during toposimplify and topoquantize #117
- fix to circumvent the attribute error for pyshp and unnecessary deep-copy #120, thanks @llimllib, @karimbahgat
- enhance to include loading topojson data, see https://mattijn.github.io/topojson/example/input-types.html#topojson-file-loaded-as-json-dict #124, thanks @karimbahgat
- fix to allow nested lists in properties and allow bbox key for a geometry, #125 thanks @jpotter
What's Changed
- filter nan before converting array to int64 by @mattijn in #126
- Move deep-copy from top-level to dict-level by @mattijn in #127
- Allow Topojson dicts to be parsed into Topology by @mattijn in #128
- Skip properties and bbox in resolve objects by @mattijn in #129
- Update topology bbox when applying toposimplify or topoquantize by @mattijn in #130
- rename objects_name to object_name by @mattijn in #131
Full Changelog: v1.1...v1.2