Skip to content

Commit

Permalink
v2021.2.22.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickherring-TRI committed Feb 22, 2021
1 parent f857d9a commit 4da4c00
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


v2021.2.22.9
------------
* Add statistics to get_hppc_ocv - Thanks Chirru!
* Fix additional tests
* Fix linting
* Standardize v_diff key naming
* Increment dataset shape to match 6 additional statistics
* features: Add additional statistics to get_v_diff - Thanks Patrick Moore
* Adding regular cycle stats (delta Q) features- Thanks Joseph Montoya

v2021.2.8.10
------------
* Add comments to clarify logic behind template invocation
Expand Down
2 changes: 1 addition & 1 deletion beep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Versioning. The python code version is frequently tagged
# with a commit hash from the repo, which is supplied via
# an environment variable by the integration build procedure
__version__ = "2021.2.8.10"
__version__ = "2021.2.22.11"
VERSION_TAG = os.environ.get("BEEP_VERSION_TAG")
if VERSION_TAG is not None:
__version__ = "-".join([__version__, VERSION_TAG])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(name="beep",
url="https://github.com/TRI-AMDD/beep",
version="2021.2.8.10",
version="2021.2.22.11",
description=description,
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4da4c00

Please sign in to comment.