This is a bug fix release:
- Fixes Issue #1180:
get_pop_objsraised anAssertionErrorfor the homogeneous case
(income_percentiles=Nonewith no income-specific inputs), because
expand_pop_obj_Jasserted before reaching its homogeneous branch.
income_percentilesnow defaults to a single income group (J=1) when
no income-specific inputs are supplied, restoring the pre-0.18 call
signature; it remains required whenever gradients or immigrant income
shares are provided. Also removes a stray debugprintfrom that
branch.