8000 Vectorize `pvlib.bifacial.utils._vf_ground_sky_2d` across `surface_tilt` by kandersolar · Pull Request #1682 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Vectorize pvlib.bifacial.utils._vf_ground_sky_2d across surface_tilt #1682

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Mar 18, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
whatsnew
  • Loading branch information
kandersolar committed Mar 3, 2023
commit af68f8478ed5045bd091c4d33c405ced87b30ae5
5 changes: 4 additions & 1 deletion docs/sphinx/source/whatsnew/v0.9.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ Enhancements
:py:func:`pvlib.snow.loss_townsend` (:issue:`1636`, :pull:`1653`)
* Added optional ``n_ar`` parameter to :py:func:`pvlib.iam.physical` to
support an anti-reflective coating. (:issue:`1501`, :pull:`1616`)

* Added an optional ``model`` parameter to
:py:func:`pvlib.bifacial.infinite_sheds.get_irradiance` and
:py:func:`pvlib.bifacial.infinite_sheds.get_irradiance_poa`
to enable use of the hay-davies sky diffuse irradiance model
instead of the default isotropic model. (:pull:`1668`)
* Improved execution speed of the infinite sheds model by 10-25% for
simulations with time series surface orientation. (:issue:`1680`, :pull:`1682`)


Bug fixes
~~~~~~~~~
Expand Down Expand Up @@ -74,3 +76,4 @@ Contributors
* Michael Deceglie (:ghuser:`mdeceglie`)
* Saurabh Aneja (:ghuser:`spaneja`)
* John Moseley (:ghuser:`johnMoseleyArray`)
* Areeba Turabi (:ghuser:`aturabi`)
0