Releases: chekos/pypums
Releases · chekos/pypums
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_household
argument has been renamed to the more appropriatesample_unit
pypums
will now default to downloading data to a specified folder usingclick
'sget_app_dir()
. More info herepypums
now checks if a dataset has been previously downloaded and will default to not downloading it unless theoverwrite
argument is set toTrue
- the
pypums
CLI now has two commands: - We moved to
httpx
instead ofrequests
- We moved to
rich
instead oftqdm
for 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_household
argument has been renamed to the more appropriatesample_unit
pypums
will now default to downloading data to a specified folder usingclick
'sget_app_dir()
. More info herepypums
now checks if a dataset has been previously downloaded and will default to not downloading it unless theoverwrite
argument is set toTrue
- the
pypums
CLI now has two commands: - We moved to
httpx
instead ofrequests
- We moved to
rich
instead oftqdm
for progress bars - We've added tests 😅