What's Changed * Add a demo notebook showing how to query at the block level. by vengroff in https://github.com/censusdis/censusdis/pull/306 * Support time series data sets that have no geographies. by vengroff in https://github.com/censusdis/censusdis/pull/307
What's Changed * Revert testing our workaround for the server-side subgroup change. by vengroff in https://github.com/censusdis/censusdis/pull/301 * Add a demo of CT planning regions. by vengroff in https://github.com/censusdis/censusdis/pull/302 * Minor map test update. by vengroff in https://github.com/censusdis/censusdis/pull/303 * Update dependencies. by vengroff in https://github.com/censusdis/censusdis/pull/304
What's Changed * Support keeping extra columns from shapefiles. by vengroff in https://github.com/censusdis/censusdis/pull/296. Special thanks to orthorhombic for a really well-written issue (#295) that inspired this change.
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 * DOC: Fix typo in fill_in() docstring. by MaxJPRey in https://github.com/censusdis/censusdis/pull/291 * Update to numpy >= 2.0. by vengroff in https://github.com/censusdis/censusdis/pull/293
New Contributors * MaxJPRey made their first contribution in https://github.com/censusdis/censusdis/pull/291