All notable changes to this project will be documented in this file.
- Add support for Maps Static API (#344)
- Adding support for passing in
experience_id
to Client class (#338)
- Python 2 is no longer supported
- Removed place fields:
alt_id
,id
,reference
, andscope
. Read more about this at https://developers.google.com/maps/deprecations.
APIError.__str__
should always return a str (#328)
- deprecation warning for place fields:
alt_id
,id
,reference
, andscope
. Read more about this at https://developers.google.com/maps/deprecations.
- Tests for distribution tar as part of CI
- Support for subfields such as
geometry/location
andgeometry/viewport
in Places.
- Added changelog to manifest
- Switched build system to use nox, pytest, and codecov. Added Python 3.7 to test framework.
- Set precision of truncated latitude and longitude floats to 8 decimals instead of 6.
- Minimum version of requests increased.
- Session token parameter added to
place()
. - Fixed issue where headers in
request_kwargs
were being overridden.
- Automation for PyPi uploads.
- Long description to package.
- Added tests to manifest and tarball.
- Removed places
places_autocomplete_session_token
which can be replaced withuuid.uuid4().hex
. - Removed deprecated
places_radar
.
Note: Start of changelog is 2019-08-27, v3.0.2.