From 422f883fd6e68c38900ceb74977b3267555f3fee Mon Sep 17 00:00:00 2001 From: "Marc A. Anoma" Date: Fri, 29 Nov 2019 15:41:47 +0900 Subject: [PATCH] Release v1.4.1 docs update (#99) --- docs/sphinx/whatsnew.rst | 1 + docs/sphinx/whatsnew/v1.4.1.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 docs/sphinx/whatsnew/v1.4.1.rst diff --git a/docs/sphinx/whatsnew.rst b/docs/sphinx/whatsnew.rst index a333b06..c587d6d 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.4.1.rst .. include:: whatsnew/v1.4.0.rst .. include:: whatsnew/v1.3.0.rst .. include:: whatsnew/v1.2.2.rst diff --git a/docs/sphinx/whatsnew/v1.4.1.rst b/docs/sphinx/whatsnew/v1.4.1.rst new file mode 100644 index 0000000..5c53800 --- /dev/null +++ b/docs/sphinx/whatsnew/v1.4.1.rst @@ -0,0 +1,16 @@ +.. _whatsnew_141: + +v1.4.1 (November 29, 2019) +========================== + +Fix +--- + +The vectorization of the calculations (from v1.3.0) in the PVEngine had removed the ability to account for timeseries albedo values (it was only using the first albedo value). This fix repairs that issue by building the full 3D matrices for the reflectivity values (and the inverse reflectivity values as well). + +* PVEngine needs to use timeseries albedo values (#98) + +Contributors +------------ + +* Marc Anoma (:ghuser:`anomam`)