diff --git a/docs/sphinx/whatsnew.rst b/docs/sphinx/whatsnew.rst index 7a15c28f..399634ef 100644 --- a/docs/sphinx/whatsnew.rst +++ b/docs/sphinx/whatsnew.rst @@ -6,6 +6,7 @@ What's New These are new features and improvements of note in each release. +.. include:: whatsnew/v1.2.2.rst .. include:: whatsnew/v1.2.1.rst .. include:: whatsnew/v1.2.0.rst .. include:: whatsnew/v1.1.0.rst diff --git a/docs/sphinx/whatsnew/v1.2.2.rst b/docs/sphinx/whatsnew/v1.2.2.rst new file mode 100644 index 00000000..6eb9aee3 --- /dev/null +++ b/docs/sphinx/whatsnew/v1.2.2.rst @@ -0,0 +1,24 @@ +.. _whatsnew_1220: + +v1.2.2 (October 8, 2019) +======================== + +Enhancements +------------ + +Passing GHI to the irradiance models when using the fast mode should provide more accuracy. + +* Add GHI to run functions inputs (#78) + +Fixes +----- + +The OrderedPVArray didn't handle it well when the fit function was called multiple times. A fix was implemented for this. + +* Fix accumulation of pvrows when fitting multiple times (#77) + + +Contributors +------------ + +* Marc Anoma (:ghuser:`anomam`)