-
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.
- Loading branch information
Showing
2 changed files
with
21 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,20 @@ | ||
.. _whatsnew_1200: | ||
|
||
v1.2.0 (September 9, 2019) | ||
========================== | ||
|
||
Huge speed improvements and enhancements: implementation of a fully vectorized fast mode which now runs 8760 simulations in less than 2 seconds (and calculates same or better results than previous version of fast mode). The improvements done for fast mode also benefit the full simulation mode as some speed improvements have been observed as well. | ||
|
||
* Vectorize shading (#64) | ||
* Create timeseries PV row geometries (#65) | ||
* Create timeseries ground (#66) | ||
* Timeseries view factors (#67) | ||
* Update irradiance models (#68) | ||
* Update engine and run functions for timeseries fast mode (#69) | ||
* Update docs for vectorized fast mode (#70) | ||
|
||
|
||
Contributors | ||
------------ | ||
|
||
* Marc Anoma (:ghuser:`anomam`) |