Skip to content

Releases: fitnr/censusgeocode

v0.5.2

22 Jan 16:21
3299d23
Compare
Choose a tag to compare
  • 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

08 Mar 15:03
Compare
Choose a tag to compare

0.5.1

  • Fix empty default values for benchmarks and vintages (#23)

v0.4.3

05 Feb 18:16
Compare
Choose a tag to compare
  • Fixed bug in parsing addressbatch results in some versions of Python (thanks @summonholmes)

0.4.2

10 Nov 21:11
Compare
Choose a tag to compare
  • 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

10 Nov 19:26
Compare
Choose a tag to compare
  • Add support for address batch functionality, including to command line tool

0.3.0

31 Oct 18:32
Compare
Choose a tag to compare
  • 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)