Skip to content

Commit

Permalink
Merge pull request #478 from openeemeter/release/v3.2.0
Browse files Browse the repository at this point in the history
v3.2.0
  • Loading branch information
jason-recurve authored Sep 1, 2023
2 parents 4f65ce2 + 7529968 commit b4c9247
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
24 changes: 11 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changelog
Development
-----------

* Placeholder

3.2.0
-----

* Addition of modules and amendments in support of international facility for EEMeter, including principally:
* Addition of quickstart.py; updating setup.py and __init__/py accordingly.
* Inclusion of temperature conversion amendments to design_matrices; features; and derivatives.
* Addition of new tests and samples.
* Amendments to tutorial.ipynb.
* Addition of eemeter international.ipynb.
* Change .iteritems() to .items() in accordance with pandas>=2.0.0
* .get_loc(x, method=...) to .get_indexer([x],method=...)[0] in accordance with pandas>=2.0.0
* Updated mean() to mean(numeric_only=True) in accordance to pandas>=2.0.0
Expand All @@ -15,22 +26,9 @@ Development
* Update pytests to account for changes in newer pandas where categorical variables are no longer included in `df.sum().sum()`.
* Clarify the functioning of start, end and max_days parameters to `get_reporting_data()` and `get_baseline_data()`.


* 3.1.2
-----

* Addition of modules and amendments in support of international facility for EEMeter, including principally:
* Addition of quickstart.py; updating setup.py and __init__/py accordingly.
* Inclusion of temperature conversion amendments to design_matrices; features; and derivatives.
* Addition of new tests and samples.
* Amendments to tutorial.ipynb.
* Addition of eemeter international.ipynb.


3.1.1
-----


* Update observed_mean calculation to account for solar (negative usage) to provide
sensible cvrmse calculations.

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__ = "3.1.1"
__version__ = "3.2.0"
__author__ = "Phil Ngo"
__author_email__ = "[email protected]"
__license__ = "Apache 2.0"
Expand Down

0 comments on commit b4c9247

Please sign in to comment.