Skip to content

Commit

Permalink
Merge pull request #537 from openeemeter/feature/solar_hourly_model
Browse files Browse the repository at this point in the history
4.1 Hourly Model

Former-commit-id: df821df
  • Loading branch information
jason-recurve authored Jan 28, 2025
2 parents 51c22b6 + f77a7a4 commit 8047b62
Show file tree
Hide file tree
Showing 60 changed files with 7,594 additions and 1,096 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Development

* Placeholder

4.1.0
-----

* Add new hourly model to support solar meters and improve nonsolar results

4.0.8
-----

Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ verify_ssl = true
name = "pypi"

[packages]
attrs = "*"
click = "*"
matplotlib = "*"
statsmodels = "*"
scipy = "*"
pandas = ">=1.0.0"
attrs = "*"
numpy = "*"
numba = "*"
nlopt = "*"
numpy = "*"
pandas = ">=1.0.0"
pydantic = ">=2.0"
scipy = "*"
statsmodels = "*"

[dev-packages]
sqlalchemy = "*"
Expand Down
Binary file modified docs/site/objects.inv
Binary file not shown.
100 changes: 50 additions & 50 deletions docs/site/reference/eemeter/billing_model/index.html

Large diffs are not rendered by default.

112 changes: 56 additions & 56 deletions docs/site/reference/eemeter/daily_model/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 8047b62

Please sign in to comment.