Releases: censusdis/censusdis
Releases · censusdis/censusdis
v1.1.12
v1.1.11
What's Changed
- Enhanced ACS subject demo to include 1-year subject demo. by @vengroff in #275
- Bump actions/configure-pages from 4 to 5 in the github-actions group by @dependabot in #276
- Bump urllib3 from 2.2.1 to 2.2.2 by @dependabot in #277
- Add
ced.variables.search
. by @vengroff in #280
New Contributors
- @dependabot made their first contribution in #276
Full Changelog: v1.1.10...v1.1.11
v1.1.10
v1.1.9
Another follow up to 1.1.8 that primarily adds integration test stability against cases where we see a mix of old and new server-side behavior.
What's Changed
- Assorted fixes, mostly in integration tests, to handle 5/24/2024 server-side changes. by @vengroff in #272
Full Changelog: v1.1.8...v1.1.9
v1.1.8
This release deals with a server-side change that began to roll out on May 24, 2024. As of now, it appears that some server instances have the new behavior and some still have the old. It does not appear predictable which one you get. It is up to the load balancer, I suspect.
The two key changes are:
- Metadata for many variables changed the type from int to long. So we had to make a small change in the type-casting logic that converts the strings that come back in json.
- NAME and GEO_ID come back as variables in some (all?) requests even if we don't ask for them. This mostly affected integration tests.
What's Changed
- Understand
long
type in metadata; Tests should acceptNAME
andGEOID
columns from server side. by @vengroff in #269
Full Changelog: v1.1.7...v1.1.8
v1.1.7
v1.1.6
1.1.5
What's Changed
- Push discussion of API key to the end of intro documentation. by @vengroff in #253
- Support context manager syntax for
ced.contained_within
. by @vengroff in #254 - Use a single global object and context managers to manage certificates and verification for
requests.get
calls. by @vengroff in #250
Full Changelog: 1.1.4...1.1.5