Releases: fitnr/censusgeocode
Releases · fitnr/censusgeocode
v0.5.2
- Accept either "zip" or "zipcode" as an argument in
CensusGeocode.address
(#24).
- Add warning to
CensusGeocode.batch()
when trying send more than 10,000 records
- Move packaging metadata to setup.cfg and pyproject.toml
- Use github actions for automated tests
v0.5.1
0.5.1
- Fix empty default values for benchmarks and vintages (#23)
v0.4.3
- Fixed bug in parsing addressbatch results in some versions of Python (thanks @summonholmes)
0.4.2
- Add support for address batch functionality, including to command line tool
- Add static methods to module
- Update vintages and benchmarks.
- Add support for address batch functionality, including to command line tool
0.4.0
- Add support for address batch functionality, including to command line tool
0.3.0
- Better error reporting when API is down.
- Use
requests[security]
to fix SSL 3 errors, bump required requests
version.
- Combine Py 2 and Py 3 codebases.
- Add timeout parameter to
CensusGeocode.fetch
(thanks @mxr)