From 2d400c14909e4463d83e55c9515ec27ecaacef9c Mon Sep 17 00:00:00 2001 From: Alicia Key Date: Thu, 24 Oct 2019 10:59:44 -0600 Subject: [PATCH] Issue #23 Update the CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c15195b..6b1456f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,10 @@ - Enhancements to all modules in model. - Black box tests. - Dictionary based interface to integrate with other modeling codes. + +## 2.1.1 (October 9, 2019) + +- In the `costs_by_module_type_operation` tab, standardize all costs to USD/kW per project, cost per project, cost per turbine. +- Improve docstrings in source code. +- Refactor more functionality into a new `CostModule` class. +- Clean up logging to use simple `print()` statements which are safe to use in multi-process parallel logging operations.