Releases: SheffieldSolar/Geocode
Releases · SheffieldSolar/Geocode
v0.12.1
v0.12.0
- Add support for reverse-geocoding to NUTS regions
- Use pathlib.Path throughout when working with files
- Fix bugs in gmaps.py
Full Changelog: 0.11.1...0.12.0
v0.11.1
What's Changed
- Restructed lib into siloed modules including utils and cache manager by @ejones18 in #14
- 0.11.1 by @JamieTaylor-TUOS in #15
New Contributors
Full Changelog: 0.10.5...0.11.1
v0.10.5
Full Changelog: 0.10.4...0.10.5
v0.10.4
What's Changed
- Add support for 20220314 GSP regions by @JamieTaylor-TUOS in #12
New Contributors
- @JamieTaylor-TUOS made their first contribution in #12
Full Changelog: 0.9.1...0.10.4
v0.9.1
- Use logging throughout - Review docstrings and add type hints - Make some methods private - Use Pandas merge when geocoding postcodes for better performance - Minor bug fixes and performance improvements