Releases: censusdis/censusdis
Releases · censusdis/censusdis
1.3.3
What's Changed
- Better error messages if there is a bad API key. by @vengroff in #320
- Revise ZCTA notebook and add zcta "in" city example. by @vengroff in #321
- Fix documentation formatting bug by @arilamstein in #324
- Add a notebook to demo relabeling columns. by @vengroff in #326
- More detailed error message on what could be the root cause when args are not recognized. by @vengroff in #327
- Better error messages for category 1 and 2. by @vengroff in #328
Full Changelog: 1.3.0...1.3.3
1.3.0
The major change is that this is the first release of censusdis
to support Python 3.13. An unfortunate side effect of this is that
Python 3.9 is no longer supported. If there are serious bugs or security issues, we will continue to patch the 1.2.X branch and issue new releases, but otherwise, new features will be on the main 1.3.X branch.
What's Changed
- Fix Pandas deprecation warnings in tests by @arilamstein in #313
- Upgrade version of fiona by @arilamstein in #315
- Adjusted PR for python 3.13 after resolving poetry conflicts. by @vengroff in #317
New Contributors
- @arilamstein made their first contribution in #313
Full Changelog: 1.2.4...1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
What's Changed
- Support keeping extra columns from shapefiles. by @vengroff in #296. Special thanks to @orthorhombic for a really well-written issue (#295) that inspired this change.
Full Changelog: 1.2.0...1.2.1
1.2.0
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 #291
- Update to numpy >= 2.0. by @vengroff in #293
New Contributors
Full Changelog: 1.1.15...1.2.0