Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/sphinx/source/package_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ objects to accomplish our system modeling goal:
@savefig modelchain-energies.png width=6in
plt.ylabel('Yearly energy yield (W hr)')

See Will Holmgren's
`ModelChain gist <https://gist.github.com/wholmgren/3fabacd3003c2a549b420b5e79f55e95>`_
for more discussion about new features in ModelChain.


Object oriented (LocalizedPVSystem)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
5 changes: 5 additions & 0 deletions docs/sphinx/source/whatsnew/v0.4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Enhancements
* pvsystem.singlediode can now calculate IV curves if a user supplies
an ivcurve_pnts keyword argument. (:issue:`83`)
* Includes SAM data files in the distribution. (:issue:`52`)
* ModelChain now implements SAPM, PVWatts, Single Diode and user-defined
modeling options. See Will Holmgren's
`ModelChain refactor gist <https://gist.github.com/wholmgren/3fabacd3003c2a549b420b5e79f55e95>`_
for more discussion about new features in ModelChain.
(:issue:`143`, :issue:`194`)


Bug fixes
Expand Down
Loading