- BREAKING CHANGE:
target_end_dates_from_horizons()
andget_hubverse_table()
now work with both daily and weekly horizons. To restore functionality of existing code, add the argumenthorizon_timescale = "weeks"
to these functions.
- Adds optional epidate annotation to
daily_to_epiweekly()
- Increases testing coverage
- Fixes bug in
pull_nhsn()
so that ordering on multiple columns works as expected.
- Makes target data path configurable in
hub_to_scorable_quantiles()
- Fixes small bugs.
- Initial development release.