You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
BC-Break: Remove support for Python 3.8, new minimum version for osmapi is Python 3.9
BC-Break: Renamed all methods as snake_case instead of CamelCase(eg. osmapi.node_get instead of osmapi.NodeGet). The previous methods are still there, but all issue a DeprecationWarning when called.
While changing the public API of osmapi, the large OsmApi.py file was split into several smaller files.