Skip to content

Commit

Permalink
Release v1.3.0 (#90)
Browse files Browse the repository at this point in the history
* Created whatsnew file for v1.3.0 release

* Clean up line breaks
  • Loading branch information
anomam authored Nov 6, 2019
1 parent 20d0c42 commit 2d55f90
Show file tree
Hide file tree
Showing 2 changed files with 27 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.3.0.rst
.. include:: whatsnew/v1.2.2.rst
.. include:: whatsnew/v1.2.1.rst
.. include:: whatsnew/v1.2.0.rst
Expand Down
26 changes: 26 additions & 0 deletions docs/sphinx/whatsnew/v1.3.0.rst
Original file line number Diff line number Diff line change
@@ -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`)

0 comments on commit 2d55f90

Please sign in to comment.