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
What's Changed * Offer a toggle for including or not including variables from subgroups in group queries by vengroff in https://github.com/censusdis/censusdis/pull/284
What's Changed * Extend search capabilities with `search_data_sets` and `search_groups`. by vengroff in https://github.com/censusdis/censusdis/pull/281