Skip to content

Releases: censusdis/censusdis

0.99.4

05 Dec 17:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.99.3...0.99.4

0.99.3

03 Dec 15:53
Compare
Choose a tag to compare

This is a minor release extending the new CLI interface. If you want to learn about the new CLI interface, check
out this blog post with an overview and examples.

What's Changed

Full Changelog: 0.99.1...0.99.3

0.99.1

01 Dec 17:37
Compare
Choose a tag to compare

This release has an exciting new feature that we got in under the wire before 1.0. Now you can download a data
set, optionally compute fractional population variables, and generate plots, all from the command line. This makes
it much easier to make censusdis a component of data pipelines and to download data as a one-off without writing
any python code.

What's Changed

  • CLI interface for downloading data and plotting. by @vengroff in #183

Full Changelog: 0.99.0...0.99.1

0.99.0

28 Nov 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.17.1...0.99.0

0.17.1

05 Nov 16:42
Compare
Choose a tag to compare

What's Changed

  • Support loading tiger shapefiles from 2009. by @vengroff in #171

Full Changelog: 0.17.0...0.17.1

0.17.0

04 Nov 16:17
1828092
Compare
Choose a tag to compare

Falls back on TIGER files when lower-resolution CB files are not avialable.

0.16.0

03 Oct 15:13
Compare
Choose a tag to compare

What's Changed

  • Update pandas and other dependencies.

0.15.2

03 Oct 00:31
Compare
Choose a tag to compare

What's Changed

0.15.1

25 Sep 14:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.15.0...0.15.1

0.15.0

03 Jul 12:27
Compare
Choose a tag to compare

This is our first beta release. The main new feature is the addition of the ability to clip water
from geography. Other changes are to docs, performance, and compatibility. See below.

What's Changed

  • Call pd.concat instead of pd.DataFrame.append. by @vengroff in #134
  • Ensure documentation, especially images, are up to date #135 by @ibzimh in #137
  • Clip geographies so they don't intersect water. by @CanyonFoot in #121

New Contributors

Full Changelog: 0.14.0...0.15.0