Skip to content

Commit

Permalink
v2020.10.29.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickherring-TRI committed Oct 29, 2020
1 parent 1a636f4 commit cb13b95
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


v2020.10.29.16
--------------
* Adding asserts to check for the interval information
* Move parameter functions and switch to those functions
* Delete initialization cycle and add diagnostic intervals
* Changed throughput calculations to only have regular cycles, with a separate column for diagnostic cycles
* Fix structuring code so that diagnostic cycles are excluded from the summary
* Uploading Iris_params csv file and adding test_from_csv function for Iris parameters
* change fname for windows
* docstring update
* add filters for waveform discharge and charge
* complete tutorial testing with teardown
* tutoral working tests

v2020.10.22.15
--------------
* Add diagnostic parameters for PHEV cells
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__ = "2020.10.22.16"
__version__ = "2020.10.29.16"
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="2020.10.22.16",
version="2020.10.29.16",
description=description,
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit cb13b95

Please sign in to comment.