Releases: chekos/pypums
Releases · chekos/pypums
Release list
v0.3.1
v0.3
What's Changed
- Add comprehensive implementation plan and test suite for tidycensus feature parity by @chekos in #292
- Add Claude Code GitHub Workflow by @chekos in #294
- Add Phase 0 foundation: Census API infrastructure by @chekos in #293
- Add Phase 1 core data functions: get_acs, get_decennial, load_variables by @chekos in #295
- Implement Phases 0-2: Census API, MOE, PUMS, and spatial support by @chekos in #296
- Add Phase 3: estimates, flows, FIPS lookups, and caching integration by @chekos in #297
- Add Phase 4: tidy output, MOE scaling, geometry for flows, and survey metadata by @chekos in #298
- Complete feature parity: stubbed params, datasets, functions, and CLI by @chekos in #299
- Update GitHub Actions to latest and deprecate ACS class by @chekos in #300
- Complete documentation overhaul by @chekos in #301
- Fix docs: site URL, emoji rendering, pip→uv, and code snippet errors by @chekos in #302
- Replace matplotlib with Altair and add live charts to docs by @chekos in #305
- Add output blocks to all documentation code snippets by @chekos in #306
- Fix spatial docs: real Census data, chart alignment, pin mkdocs <2 by @chekos in #307
Full Changelog: v0.2...v0.3
v0.2
What's Changed
- ⬆️ Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 by @dependabot[bot] in #276
- Migrate to uv and modernize project configuration by @chekos in #288
Full Changelog: v0.1...v0.2
v0.1
What’s Changed
🚀 Features
⬆️ Dependencies updates
- ⬆️ Bump actions/setup-python from 2 to 3 (#274) @dependabot
- ⬆️ Bump actions/checkout from 2 to 3 (#275) @dependabot
👥 List of contributors
Breaking changes
ACS().download_data()->ACS().download()- The
person_or_householdargument has been renamed to the more appropriatesample_unit pypumswill now default to downloading data to a specified folder usingclick'sget_app_dir(). More info herepypumsnow checks if a dataset has been previously downloaded and will default to not downloading it unless theoverwriteargument is set toTrue- the
pypumsCLI now has two commands: - We moved to
httpxinstead ofrequests - We moved to
richinstead oftqdmfor progress bars - We've added tests 😅
v0.1rc1
What’s Changed
🚀 Features
👥 List of contributors
Breaking changes
ACS().download_data()->ACS().download()- The
person_or_householdargument has been renamed to the more appropriatesample_unit pypumswill now default to downloading data to a specified folder usingclick'sget_app_dir(). More info herepypumsnow checks if a dataset has been previously downloaded and will default to not downloading it unless theoverwriteargument is set toTrue- the
pypumsCLI now has two commands: - We moved to
httpxinstead ofrequests - We moved to
richinstead oftqdmfor progress bars - We've added tests 😅