- include `to_geojson()` function to return the Topology as an GeoJSON object 71 - include a `__geo_interface__` for the `Topology()` class 71
1.0rc8
- complex shared paths are registered correctly 63 - new insterted junctions are inserted in right order 64
1.0rc7
- major refactoring to include quantization of points - and to hash combinations of polygons/linestrings with points 61
1.0rc6
- fix linemerging of non-duplicate arcs 50 - include `__geo_interface__` attributed as input 53 - include travis testing on GitHub (thanks Casyfill!) - migrate from unittests to pytest (thanks Casyfill!)
1.0rc5
- change `TopoOptions` in `to_dict` to be serializable 46 - changed all `int` to `np.int64`, since it is platform specific 49, 45
1.0rc4
- no `linestring` key in topojson - serialize `str` of TopoJSON or GeoJSON data - add `vw` as algoritm type and update widget