Releases: censusdis/censusdis
Releases · censusdis/censusdis
0.14.0
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
0.13.5
What's Changed
- Matrix tests across python versions by @vengroff in #91
- Test on Python 3.11 by @vengroff in #92
- Fix docs by @CanyonFoot in #96
- Bump version for doc fix release. by @vengroff in #97
- Fix for #98. Long IDs handled as strings. by @vengroff in #101
- Add a new module for symbolic names for common data sets. #100. by @vengroff in #102
- Matrix over individual notebooks in nbmake test action by @vengroff in #104
- Fix for issue #99; correctly download multiple shapefiles as needed in cases where multiple states are specified. by @vengroff in #105
New Contributors
- @CanyonFoot made their first contribution in #96
Full Changelog: 0.13.3...0.13.5
0.13.4
0.13.3
Spatial join by percent area containment.
Spatial join by percent area containment.
Optional arg to replace special census values like -666666666 with NaN.
Optional arg to replace special census values like -666666666 with NaN.
0.10.1
More datasets and easier access to them
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.
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.