Skip to content

Releases: censusdis/censusdis

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

1.1.1

27 Feb 17:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.1

1.0.1

27 Jan 16:04
9c24a0c
Compare
Choose a tag to compare

What's Changed

Overall the changes are minor, but the big news is that this is our first ever 1.0.Z release. The days of 0.X.Y are over!

  • Improved implementation of censusdis.version. by @vengroff in #227
  • Add second syntax for contained within. by @vengroff in #229
  • Support 1 - frac in the yaml for the CLI. by @vengroff in #230
  • Rehab or remove some of the older notebooks; remove sys.path hack. by @vengroff in #231
  • Upgrade actions for versions running on Node.js 20. Node.js 16 versions are deprecated. by @vengroff in #232

Full Changelog: 0.99.11...1.0.1

0.99.12

05 Jan 07:55
Compare
Choose a tag to compare

A small efficiency improvement for the version number.

What's Changed

  • Delay calling _package_version until __getattr__ time. by @vengroff in #226

Full Changelog: 0.99.11...0.99.12

0.99.11

20 Dec 00:13
Compare
Choose a tag to compare

What's Changed

  • Use pyproject.toml as the source of truth for censusdis.version. by @vengroff in #225

Full Changelog: 0.99.10...0.99.11