Skip to content

Releases: censusdis/censusdis

1.3.3

19 Jan 18:44
Compare
Choose a tag to compare

What's Changed

  • Better error messages if there is a bad API key. by @vengroff in #320
  • Revise ZCTA notebook and add zcta "in" city example. by @vengroff in #321
  • Fix documentation formatting bug by @arilamstein in #324
  • Add a notebook to demo relabeling columns. by @vengroff in #326
  • More detailed error message on what could be the root cause when args are not recognized. by @vengroff in #327
  • Better error messages for category 1 and 2. by @vengroff in #328

Full Changelog: 1.3.0...1.3.3

1.3.0

25 Dec 20:33
Compare
Choose a tag to compare

The major change is that this is the first release of censusdis to support Python 3.13. An unfortunate side effect of this is that
Python 3.9 is no longer supported. If there are serious bugs or security issues, we will continue to patch the 1.2.X branch and issue new releases, but otherwise, new features will be on the main 1.3.X branch.

What's Changed

New Contributors

Full Changelog: 1.2.4...1.3.0

1.2.4

26 Nov 23:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.3...1.2.4

1.2.3

23 Nov 20:00
abbf416
Compare
Choose a tag to compare

What's Changed

  • Add a demo notebook showing how to query at the block level. by @vengroff in #306
  • Support time series data sets that have no geographies. by @vengroff in #307

Full Changelog: 1.2.2...1.2.3

1.2.2

08 Sep 15:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

21 Jul 23:54
c1456ee
Compare
Choose a tag to compare

What's Changed

  • Support keeping extra columns from shapefiles. by @vengroff in #296. Special thanks to @orthorhombic for a really well-written issue (#295) that inspired this change.

Full Changelog: 1.2.0...1.2.1

1.2.0

16 Jul 12:00
Compare
Choose a tag to compare

The main change in this release is that we bumped the dependency on numpy to be >=2.0.
This required updating another of other dependencies that rely on numpy.

What's Changed

New Contributors

Full Changelog: 1.1.15...1.2.0

1.1.15

03 Jul 20:15
dcb2061
Compare
Choose a tag to compare

What's Changed

  • Fix for exception thrown on some older EWKS datasets. by @vengroff in #290

Full Changelog: v1.1.14...1.1.15

1.1.14

02 Jul 17:26
Compare
Choose a tag to compare

What's Changed

  • Add query_filter= argument to ced.download. by @vengroff in #288

Full Changelog: v1.1.13...v1.1.14

v1.1.13

21 Jun 22:16
Compare
Choose a tag to compare

What's Changed

  • Offer a toggle for including or not including variables from subgroups in group queries by @vengroff in #284

Full Changelog: v1.1.12...v1.1.13