From 2d55f9088ed5265ca69d96c48827c33e42a40758 Mon Sep 17 00:00:00 2001 From: "Marc A. Anoma" Date: Wed, 6 Nov 2019 18:36:51 +0900 Subject: [PATCH] Release v1.3.0 (#90) * Created whatsnew file for v1.3.0 release * Clean up line breaks --- docs/sphinx/whatsnew.rst | 1 + docs/sphinx/whatsnew/v1.3.0.rst | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/sphinx/whatsnew/v1.3.0.rst diff --git a/docs/sphinx/whatsnew.rst b/docs/sphinx/whatsnew.rst index 399634ef..f0c7c413 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.3.0.rst .. include:: whatsnew/v1.2.2.rst .. include:: whatsnew/v1.2.1.rst .. include:: whatsnew/v1.2.0.rst diff --git a/docs/sphinx/whatsnew/v1.3.0.rst b/docs/sphinx/whatsnew/v1.3.0.rst new file mode 100644 index 00000000..b5a200ba --- /dev/null +++ b/docs/sphinx/whatsnew/v1.3.0.rst @@ -0,0 +1,26 @@ +.. _whatsnew_1300: + +v1.3.0 (November 6, 2019) +========================= + +Enhancements +------------ + +pvfactors is now only using timeseries geometries and vectorization for the view factor matrix calculation, even with the full reflection equilibrium mode. +This resulted in an incredible speed boost, in which 8760 simulations now run in less than 2 seconds when using the full mode (it previously took a couple minutes). So there's not much reason anymore to use the "fast" mode, which is less accurate and not that faster anymore. +Lots of package clean up and documentation updates in addition to this. + +* Create timeseries ground elements (#80) +* Index all timeseries surfaces (#82) +* Vectorize calculation of vf matrix (#83) +* Implement vectorized full mode (#84) +* Clean up package now that full mode is vectorized (#86) +* Reorganize geometry sub-package (#87) +* Add docs section on main concepts (#88) +* Update docs tutorials (#89) + + +Contributors +------------ + +* Marc Anoma (:ghuser:`anomam`)