Releases: Placekey/placekey-py
Releases · Placekey/placekey-py
v0.0.21
What's Changed
- Locking h3 version on supported 3.6.1 to 3.7.7 by @jarredSafegraph in #42
Full Changelog: v0.0.20...v0.0.21
v0.0.20
What's Changed
- Added better handling for occurrence of 504 by @jarredSafegraph in #39
Full Changelog: v0.0.18...v0.0.20
v0.0.18
What's Changed
- Updated docs by @jarredSafegraph in #36
- Pk docs update 2 by @jarredSafegraph in #37
- Update README.md by @jarredSafegraph in #38
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Removed strict address match by @jarredSafegraph in #30
- Pk adding workflow by @jarredSafegraph in #31
- Updated deploy script by @jarredSafegraph in #32
- Renamed and updated script by @jarredSafegraph in #33
- Build and deploy updates by @jarredSafegraph in #34
- Pk iterating on test query by @jarredSafegraph in #35
Full Changelog: v0.0.14...v0.0.17
v0.0.14
v0.0.13
What's Changed
- Remove python 3.6 by @felixsafegraph in #22
- add python release to workflow by @felixsafegraph in #23
- Not sure why, but this makes it work with pyinstaller by @Daniel-Vetter-Coverwhale in #21
- Removed Optimistic Retry by @jarredSafegraph in #27
- Updated for v2 by @jarredSafegraph in #28
New Contributors
- @Daniel-Vetter-Coverwhale made their first contribution in #21
- @jarredSafegraph made their first contribution in #27
Full Changelog: v0.0.12...v0.0.13
v0.0.12
Update __version__.py
logger fix
v0.0.11 Use library specific logger (#14)
Add function for returning neighbors of a given Placekey
Fix docstring and update version number (#10) * Add function to get neighboring placekeys * Update documentation * Highlight that the set of neighboring placekeys is unordered in docstring * Add docstring change * Update version number
Add user agent (#5)
-
Add user-agent to request headers
-
Move to a single source for version number
-
Redirect requirements.txt to default to using dependencies in setup.py
-
Update docs