* Update `compute_occupancy_feature` so it can handle instances where there are less than 168 values in the data.
2.2.7
-----
* SegmentModel becomes CalTRACKSegmentModel, which includes a hard-coded check that the same hours of week are in the model fit parameters and the prediction design matrix.
2.2.6
-----
* Reverts small data bug fix.
2.2.5
-----
* Fix bug with small data (1<week) for hourly occupancy feature calculation. * Bump dev eeweather version. * Add `bump_version` script. * Filter two specific warnings when running tests: statsmodels pandas .ix warning, and eemeter model fitting warning.
2.2.4
-----
* Add `json()` serialization for `SegmentModel` and `SegmentedModel`.