2023/8/7
- adds support for Shapely 2.0
2020/7/13
- adds support for GeoPandas v0.7 and later
- ends support for Python 2.7 and Win32
2018/6/15
- adds custom_osm_filter parameter
- update default keep_osm_tags list to include more tags including area
- add new exceptions to catch for queries that return bad/no data
- add coveralls support
2017/4/6
- Better exception handling of KeyError exceptions.
- Removed unnecessary logs.
2017/4/6
- Documentation is now generated and upload to the gh-pages branch after each commit on master.
2017/3/31
- Now version numbers are the same in all the source code.
2017/3/31
- README file changed from MarkDown to RST format.
2017/3/31
- Python3 support. Now, Travis run tests over Python2.7 and Python3.5.
- Travis runs pycodestyle on each commit.
- Code now conforms pep8 and pycodestyle.