Skip to content

Commit

Permalink
Release v1.2.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
anomam committed Sep 9, 2019
1 parent 49c61ae commit 7691ee7
Show file tree
Hide file tree
Showing 2 changed files with 21 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.2.0.rst
.. include:: whatsnew/v1.1.0.rst
.. include:: whatsnew/v1.0.3.rst
.. include:: whatsnew/v1.0.2.rst
Expand Down
20 changes: 20 additions & 0 deletions docs/sphinx/whatsnew/v1.2.0.rst
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`)

0 comments on commit 7691ee7

Please sign in to comment.