Releases: cenpy-devs/cenpy
Releases · cenpy-devs/cenpy
Bugfix release
This fixes a major breaking bug (#150), which pertains to the TIGER api.
In the long run, I'm hopeful to be able to merge/integrate to @walkerke's pygris to supplant our tigris/mapservice code, since there is probably a better way to interface with these mapservices which none of @cenpy-devs are experienced in using.
Product API
This release adds the long-running product API, which adds a direct interface to the US Census Bureau using placenames.
In addition to a ton of work on the product API, a number of bugs, issues, and enhancements were added.
- docstrings were improved and made more consistent throughout the library.
- a website (
cenpy-devs.github.io/cenpy
) was built to house the documentation for the package, alongside use cases that show how users can access the product API and developers can build on top of the cenpy primitives to make their own products. - error handling for requests was improved in cases of choppy or filtered internet connections.
- a bug in the geometry requests was fixed.
- variable filter/searching was improved, in
filter_variables
(cenpy.products
) orvarslike
(cenpy.remote
) - tests were improved & continuous integration updated to take into account better defaults in
conda-forge
CRSs and PySAL 2.0
This release works on a few distinct changes: