----- * 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
0.5.1
----- * Fix empty default values (23)
0.5.0
----- * Removed hard-coded benchmarks and vintages, which were out of date. Refer to Census Geocoder documentation for a list of active benchmarks and vintages.
0.4.4
----- * Handle misformatted batch responses from the Census * Add more options for command line tool * Codify support for Python 3.7, 3.8. Drop support for Python 3.4
0.4.3
----- * Fixed bug in parsing addressbatch results in some versions of Python (thanks summonholmes)
0.4.2
----- * Fix reversed coordinate order in batch addresses