* Make more usable outputs for the `get_terms` function (list of eemeter.Term objects).
2.7.3
-----
* Update `as_freq` so it has an optional `include_coverage` parameter where it returns a dataframe with one column including the percent coverage of data used to create each sample.
2.7.2
-----
* Fixes the columns that are given in an empty prediction result called with the ` with_design_matrix=True` flag set for caltrack usage per day methods. * Update bug report github issue template. * Add test for `as_freq`.
2.7.1
-----
* Change `as_freq` to handle all Null series.
2.7.0
-----
* Add `get_terms` method to allow splitting reporting data into any number of terms specified by day length.
2.6.0
-----
* Change `fit_caltrack_hourly_model` so it returns a `CalTRACKHourlyModelResults` object rather than a `CalTRACKHourlyModel`, in order to bring it in line with the `caltrack_usage_per_day` model outputs.