Skip to content

Tags: ipums/ipumspy

Tags

v0.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #98 from ipums/numpy-fix

Numpy fix

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #96 from ipums/v0.5.0-dev

V0.5.0 dev

v0.4.1

bump version number; update change log

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V0.3.1 (actually v0.4.0 now...) (#88)

* fix read_hierarchical_microdata bug

* docstring update

* update changelog

* add documentation for noextract.py functionality

* bump to v0.4.0 and update change log

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More api v2 support (#85)

* IpumsiExtract class

* disallow duplicate samples and varaibles

* retrieve_previous_extracts -> get_previous_extracts

* get_extract_by_id() convenience method

* raise warnings when API returns a modified extract definition

* warn when returned extract definition has been modified and support for extract-level data quality flag flag

* include variable notes in VariableDescription objects

* limit->pageSize param

* remove define_extract_from_ddi()

* retrieve sample ids in the api/core module instead of utilities

* ipums microdata extract api -> ipums api, remove beta links

* add IPUMS I to table

* remove obsolete import

* undocument removed methods

* more docstrings

* add Variables and Samples to API reference

* allow a list for add_data_quality_flags

* more docs

* default to dict return from read_hieararchical_microdata()

* add hierarchical reader to the toctree

* still more docs stuff

* docs about hierarchical files

* purged -> expired

* there is no extract resubmission, only extract submission

* switch positions of args in get_extract_by_id() to be in line with others

* docs update for resubmit removal

* better error messaging for expired extract object passed to download_extract()

* page generator

* make get_pages private and add extract_history iterator

* type hints

* correctly handle nested dicts in extract definitions with variable-level features

* docs for extract histories

* print statement clean up

* case_select_who example

* version bump and change log updates

v0.2.2a2

remove as_dict arg from read_microdata

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #63 from ipums/fix-rtd-build

Fix readthedocs build