Skip to content

Commit

Permalink
Adding a note to the whatsnew file for v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushjariyal committed Feb 10, 2025
1 parent 47c9d18 commit 57bca5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.11.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Documentation
~~~~~~~~~~~~~
* Fix Procedural and Object Oriented simulation examples having slightly different results, in :ref:`introtutorial`. (:issue:`2366`, :pull:`2367`)
* Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`)
* Fix fornatting in the References section to ensure proper line length and indentation,
specifically for reference [2] in the documentation.(:issue:`2383`, :pull:`2384`)

Testing
~~~~~~~
Expand Down
6 changes: 4 additions & 2 deletions pvlib/snow.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,10 @@ def loss_townsend(snow_total, snow_events, surface_tilt, relative_humidity,
update from two winters of measurements in the SIERRA. 37th IEEE
Photovoltaic Specialists Conference, Seattle, WA, USA.
:doi:`10.1109/PVSC.2011.6186627`
.. [2] Townsend, T. (2025). Snow Loss Model Enhancements.
Available at: https://www.nrel.gov/docs/fy25osti/90585.pdf
.. [2] Townsend, T. and Previtali, J. (2023). A Fresh Dusting: Current Uses of the Townsend

Check failure on line 290 in pvlib/snow.py

View workflow job for this annotation

GitHub Actions / flake8-linter

E501 line too long (95 > 79 characters)
Snow Model. In "Photovoltaic Reliability Workshop (PVRW) 2023 Proceedings: Posters.",

Check failure on line 291 in pvlib/snow.py

View workflow job for this annotation

GitHub Actions / flake8-linter

E501 line too long (93 > 79 characters)
ed. Silverman, T. J. Dec. 2023. NREL/CP-5900-87918.
Available at: https://www.nrel.gov/docs/fy25osti/90585.pdf
.. [3] Townsend, T. (2025). Snow Events Definition.
:doi:`10.13140/RG.2.2.14299.68647`
'''
Expand Down

0 comments on commit 57bca5e

Please sign in to comment.