Skip to content

Releases: censusdis/censusdis

v1.1.12

20 Jun 22:42
Compare
Choose a tag to compare

Full Changelog: v1.1.11...v1.1.12

What's Changed

  • Extend search capabilities with search_data_sets and search_groups. by @vengroff in #281

Full Changelog: v1.1.11...v1.1.12

v1.1.11

20 Jun 01:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.10...v1.1.11

v1.1.10

16 Jun 16:00
Compare
Choose a tag to compare

What's Changed

  • Fix bug that caused censusdis.version to be incorrect. by @vengroff in #274

Full Changelog: v1.1.9...v1.1.10

v1.1.9

01 Jun 11:19
Compare
Choose a tag to compare

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

25 May 14:48
Compare
Choose a tag to compare

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:

  1. 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.
  2. 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 accept NAME and GEOID columns from server side. by @vengroff in #269

Full Changelog: v1.1.7...v1.1.8

v1.1.7

22 May 18:36
Compare
Choose a tag to compare

What's Changed

  • Update dependency versions to fix security issues identified by dependabot. by @vengroff in #265

Full Changelog: v1.1.6...v1.1.7

v1.1.6

30 Apr 15:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...v1.1.6

1.1.5

25 Mar 16:58
Compare
Choose a tag to compare

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

1.1.4

17 Mar 18:57
Compare
Choose a tag to compare

What's Changed

  • Change the time of the generate-dataset workflow. by @vengroff in #248
  • Fix so full API docs are produced on readthedocs.io by @vengroff in #249

Full Changelog: 1.1.3...1.1.4

1.1.3

07 Mar 18:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.3