Skip to content

Releases: censusdis/censusdis

0.14.0

22 Jun 15:02
cf260ed
Compare
Choose a tag to compare

What's Changed

  • Add a demo notebook for the SF1 dataset. by @vengroff in #112
  • Only generate coverage report and badges after successful merge by @vengroff in #116
  • Upgrade to pyproj 3.6.0 now that the performance bug that was in 3.5.0 has been fixed. by @vengroff in #128
  • Push coverage report to pages. by @vengroff in #129

Full Changelog: 0.13.6...0.14.0

0.13.6

05 Jun 18:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.5...0.13.6

0.13.5

04 Jun 17:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.3...0.13.5

0.13.4

22 May 13:51
aaa513f
Compare
Choose a tag to compare

Get the docs in order so they build and all modules appear on readthedocs.io.

0.13.3

26 Apr 22:40
75cd715
Compare
Choose a tag to compare

All the features described at PyData Seattle 2023.

What's Changed

Full Changelog: 0.13.1...0.10.4

Spatial join by percent area containment.

04 Feb 16:21
69f8c1c
Compare
Choose a tag to compare

Spatial join by percent area containment.

Optional arg to replace special census values like -666666666 with NaN.

12 Jan 22:06
aa9cf5b
Compare
Choose a tag to compare

Optional arg to replace special census values like -666666666 with NaN.

0.10.1

02 Jan 17:26
1749853
Compare
Choose a tag to compare

What's Changed

  • Code hygiene pass with pylint. by @vengroff in #69
  • Time series data sets get first class treatment by @vengroff in #70

Full Changelog: 0.10.0...0.10.1

More datasets and easier access to them

30 Dec 12:10
de8f9da
Compare
Choose a tag to compare

This release includes a number of changes from 0.9.0, fo

Highlights of What's Changed:

  • Support more datasets, in particular time series data sets by @vengroff in #61
  • plot_us now projects to an equal area projection (epsg:9311) before plotting. by @vengroff in #62
  • ced.download() supports group at a time downloads. by @vengroff in #66

Full Changelog: 0.9.0...0.10.0

Rename censusdis.data.download_detail to download.

24 Dec 19:10
561e40a
Compare
Choose a tag to compare

This reflects the reality that it long since stopped being an API that is just for ACS5 detail tables. The old name still exists but is deprecated and will be removed in a future release at or before 1.0.0.