Releases: metaodi/osmapi
Releases · metaodi/osmapi
Release 0.7.0
Switch from httplib to requests
Release 0.6.2
Patch release with updated README
Release 0.6.1
Update location of online documentation, it's now available here: http://osmapi.metaodi.ch/
Release 0.6.0
- SSL support for the API calls (thanks Austin Hartzheim!)
- Run tests on Python 3.4 as well
- A bunch of new *Error classes (see below)
Release 0.5.0
- Changelog discussion
- BC-break: all dates are now returned as
datetime
objects instead of strings
Release 0.4.2
- Fix parsing of NodeWays result, now you actually get a
Way
dict - Add tons of documentation to improve http://osmapi.divshot.io/
- Update pdoc to 0.3.1
Release 0.4.1
Parse dates in notes as datetime
objects
Release 0.4.0
Release for OSM Notes API and generation of online documentation
Release 0.3.1
Bugfix Release for Python 3.x
Release 0.3.0
Support Python 3.x