Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Sikes <[email protected]>
  • Loading branch information
travis-recurve authored Jan 7, 2025
1 parent e5cd92d commit f09704b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Development

* Allow identical observations to not raise exception for daily model in `linear_fit`.
* Handle ambiguous and nonexistent local times when creating billing dataclass
* Fix serialization and deserialization of metrics.
* Fix serialization and deserialization of hourly CalTRACK metrics.
* Rename HourlyBaselineData.sufficiency_warnings -> HourlyBaselineData.warnings
* Add disqualification field to HourlyBaselineData and HourlyReportingData
* Fix bug where HourlyBaselineData and HourlyReportingData wasn't actually NaNning zero rows when `is_electricity=True`.
* Constrain eemeter daily model balance points to T_min_seg and T_max_seg rather than T_min and T_max.
* Fix bug in `linear_fit` due to SciPy's `theilslopes(y, x)` not following the same order as `linregress(x, y)`

4.0.7
-----
Expand Down

0 comments on commit f09704b

Please sign in to comment.