Skip to content

Releases: bennylope/pygeocodio

Change auto_load_api_version default value to False

18 Jun 14:43

Choose a tag to compare

Configuring the API client with auto_load_api_version to True may result in errors due to incomplete API deployments.

Drop Python 3.7 support

08 Jul 19:30
077a486

Choose a tag to compare

So long and thanks for all the PEPs

Limit results

31 May 14:31
91077d0

Choose a tag to compare

Adds support for new limit parameter.

Custom API domain and Python support updates

22 Mar 14:59
2571482

Choose a tag to compare

This version adds official support for a custom base domain in the API.

It also DROPS official support for Python 3.6 and ADDS official support for Python 3.11.

Fix For Batched Keyed Address Geocoding

19 Jul 02:58
fa5b409

Choose a tag to compare

  • Fixes batched keyed address geocoding

Address dictionary support

23 Jun 17:23

Choose a tag to compare

  • Addresses can be sent through as lists or dictionaries
  • Drops Python 2 support