Releases: UDST/osmnet
Releases · UDST/osmnet
v0.1.7
v0.1.6
v0.1.5
- 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
More precise exception handling
- Better exception handling of KeyError exceptions.
- Removed unnecessary logs.
Autogeneration of documentation
- Documentation is now generated and upload to the
gh-pages
branch after each commit onmaster
.
HOTFIX: synchronizing version numbers
- Now version numbers are the same in all the source code.
HOTFIX: changing README file version
- README file changed from MarkDown to RST format.
Python 3 support and code quality improvements
- Python3 support. Now, Travis run tests over Python2.7 and Python3.5.
- Travis runs
pycodestyle
on each commit. - Code now conforms
pep8
andpycodestyle
.