-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Created whatsnew file for v1.3.0 release * Clean up line breaks
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |