- 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 https://github.com/mattijn/topojson/pull/126
* Move deep-copy from top-level to dict-level by mattijn in https://github.com/mattijn/topojson/pull/127
* Allow Topojson dicts to be parsed into Topology by mattijn in https://github.com/mattijn/topojson/pull/128
* Skip properties and bbox in resolve objects by mattijn in https://github.com/mattijn/topojson/pull/129
* Update topology bbox when applying toposimplify or topoquantize by mattijn in https://github.com/mattijn/topojson/pull/130
* rename objects_name to object_name by mattijn in https://github.com/mattijn/topojson/pull/131
**Full Changelog**: https://github.com/mattijn/topojson/compare/v1.1...v1.2