Releases: QuantGov/regcensus-api-python
Releases · QuantGov/regcensus-api-python
v1.2.0
Uses new endpoint, with API key
v1.1.0
- Refactors verbose argument in get* and list* functions
- Refactors agency calls to account for new agencies (as of State RegData 5.0)
- Updates tests for new data
- Adds warning about compatibility for older data
v1.0.1
Hotfix to block users from passing more than one year for document-level queries.
v1.0.0
Updates library to account for brand new RegCensus API.
v0.4.5
Uses the serierperiods endpoint to get list of series for a particular jurisdiction rather than getting all available series.
v0.4.4
Add clusters to get_values()
and list_clusters()
.
v0.4.3
Allows doctype to be passed to list_dates()
.
v0.4.2
Allow get_documents() function to return multiple years worth of metadata.
v0.4.1
Quick fix for industryLevel argument change.
v0.4.0
Updates to reflect the changes in the API.