Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

63 lines (52 loc) · 2.78 KB

Changelog

All notable changes to this project will be documented in this file.

Added

  • Add support for Maps Static API (#344)

Added

  • Adding support for passing in experience_id to Client class (#338)

Changed

Changed

  • APIError.__str__ should always return a str (#328)

Changed

Added

  • Tests for distribution tar as part of CI
  • Support for subfields such as geometry/location and geometry/viewport in Places.

Changed

  • Added changelog to manifest

Changed

  • 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.

Added

  • Automation for PyPi uploads.
  • Long description to package.
  • Added tests to manifest and tarball.

Removed

  • Removed places places_autocomplete_session_token which can be replaced with uuid.uuid4().hex.
  • Removed deprecated places_radar.

Note: Start of changelog is 2019-08-27, v3.0.2.