Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Chulock <[email protected]>
  • Loading branch information
jason-recurve committed Jun 5, 2024
1 parent 6cb8009 commit 5ff890e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ Development

* Placeholder

4.0.2
4.0.3
-----


* Move masking behavior for rows with missing temperature from reporting dataclass to prediction output
* Add disqualification check to billing model predict()

4.0.2
-----

* Force index to use nanosecond precision
* Compute coverage using same offset as initial reads to fix issues when downsampling hourly data
* Update test data location
Expand Down
2 changes: 1 addition & 1 deletion eemeter/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__title__ = "eemeter"
__description__ = "Open Energy Efficiency Meter"
__url__ = "http://github.com/openeemeter/eemeter"
__version__ = "4.0.2"
__version__ = "4.0.3"
__author__ = "Phil Ngo"
__author_email__ = "[email protected]"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit 5ff890e

Please sign in to comment.