Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.0rc11 #109

Merged
merged 1 commit into from
Aug 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ For now, just use the Github issues. That can be:
- or anything related

## Changelog
Version `1.0rc11`:
- support for `fiona` Collections, using the optional `geojson` module #100
- improvements on popping of merged linestrings #105, #107
- the `to_gdf()` funtion is serialized through GeoJSON features and not through Fiona/OGR #108
- documentation updates #101 and #103

Version `1.0rc10`:
- introduced `shared_coords` as new default strategy to detect junctions #76 (thanks @martinfleis!)
- optimize reading geopandas objects #77
Expand Down
2 changes: 1 addition & 1 deletion topojson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
- Optional support for UI controls to exploring the results of topoquantize
and toposimplify interactively if ipywidgets is installed.
"""
__version__ = "1.0rc10"
__version__ = "1.0rc11"

from .core.topology import Topology # noqa