Skip to content

Commit

Permalink
Release v1.4.1 docs update (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
anomam committed Nov 29, 2019
1 parent 2c86517 commit 422f883
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions docs/sphinx/whatsnew/v1.4.1.rst
Original file line number Diff line number Diff line change
@@ -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`)

0 comments on commit 422f883

Please sign in to comment.