From 2650237bca5d0da8241a239e28e08f1750ece93d Mon Sep 17 00:00:00 2001 From: smartie2076 Date: Tue, 4 May 2021 16:07:21 +0200 Subject: [PATCH] Update changelog.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d560e..298932b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,19 +26,23 @@ Here is a template for new release sections ### Added - Version number with `src/version.py` (#150) -- Constant variables in `constants.py`: `INPUT_TEMPLATE_EXCEL_XLSX`(#150) +- Constant variables in `constants.py`: `INPUT_TEMPLATE_EXCEL_XLSX`(#150), `GENSET_HOURS_OF_OPERATION` (#153) +- Added pytests for `D1.crf` and `D1.present_value_of_changing_fuel_price` (#153) +- Implement new KPI: `GENSET_HOURS_OF_OPERATION` with new function `G3.get_hours_of_operation()` for generator evaluation, including pytests (#153) ### Changed - Execute all pytests in Travis `.travis.yml` (#150) - Added version number to `setup.py` (#150) - Moved `main()` from `Offgridders.py` to new file `src/cli.py` (#150) - Enable benchmark tests for Offgridders: Add optional argument `input_file` to `main()` (#150) +- Added `GENSET_HOURS_OF_OPERATION` in `C1.overall_results_title` (#153) ### Removed - ### Fixed - Basic pytest to ensure no termination with test input file (`tests/inputs/pytest_test.xlsx`) (#150) +- `present_value_of_changing_fuel_price` now correctly calculated, fixed function call of `D1.present_value_of_changing_fuel_price` in `D0` (#153) ## [Offgridders V4.6.1] - 2020-11-07