pvlib 0.14.0__py3-none-any.whl → 0.15.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pvlib/irradiance.py CHANGED
@@ -16,7 +16,7 @@ from scipy.optimize import bisect
16
16
  from pvlib import atmosphere, solarposition, tools
17
17
  import pvlib # used to avoid dni name collision in complete_irradiance
18
18
 
19
- from pvlib._deprecation import pvlibDeprecationWarning, renamed_kwarg_warning
19
+ from pvlib._deprecation import pvlibDeprecationWarning
20
20
  import warnings
21
21
 
22
22
 
@@ -1613,11 +1613,6 @@ def ghi_from_poa_driesse_2023(surface_tilt, surface_azimuth,
1613
1613
  return ghi
1614
1614
 
1615
1615
 
1616
- @renamed_kwarg_warning(
1617
- since='0.11.2',
1618
- old_param_name='clearsky_ghi',
1619
- new_param_name='ghi_clear',
1620
- removal="0.14.0")
1621
1616
  def clearsky_index(ghi, ghi_clear, max_clearsky_index=2.0):
1622
1617
  """
1623
1618
  Calculate the clearsky index.
@@ -2156,16 +2151,6 @@ def _dirint_bins(times, kt_prime, zenith, w, delta_kt_prime):
2156
2151
  return kt_prime_bin, zenith_bin, w_bin, delta_kt_prime_bin
2157
2152
 
2158
2153
 
2159
- @renamed_kwarg_warning(
2160
- since='0.11.2',
2161
- old_param_name='ghi_clearsky',
2162
- new_param_name='ghi_clear',
2163
- removal="0.14.0")
2164
- @renamed_kwarg_warning(
2165
- since='0.11.2',
2166
- old_param_name='dni_clearsky',
2167
- new_param_name='dni_clear',
2168
- removal="0.14.0")
2169
2154
  def dirindex(ghi, ghi_clear, dni_clear, zenith, times, pressure=101325.,
2170
2155
  use_delta_kt_prime=True, temp_dew=None, min_cos_zenith=0.065,
2171
2156
  max_zenith=87):
@@ -3662,11 +3647,6 @@ def _get_dirint_coeffs():
3662
3647
  return coeffs[1:, 1:, :, :]
3663
3648
 
3664
3649
 
3665
- @renamed_kwarg_warning(
3666
- since='0.11.2',
3667
- old_param_name='clearsky_dni',
3668
- new_param_name='dni_clear',
3669
- removal="0.14.0")
3670
3650
  def dni(ghi, dhi, zenith, dni_clear=None, clearsky_tolerance=1.1,
3671
3651
  zenith_threshold_for_zero_dni=88.0,
3672
3652
  zenith_threshold_for_clearsky_limit=80.0):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pvlib
3
- Version: 0.14.0
3
+ Version: 0.15.0
4
4
  Summary: A set of functions and classes for simulating the performance of photovoltaic energy systems.
5
5
  Home-page: https://github.com/pvlib/pvlib-python
6
6
  Author-email: pvlib python Developers <pvlib-admin@googlegroups.com>
@@ -5,7 +5,7 @@ pvlib/atmosphere.py,sha256=zG6dXIrAdCvruXXHi7OthbcVqbXfSd6laib7JPkCztA,26854
5
5
  pvlib/clearsky.py,sha256=8_R4CNXkm4SoTY1ug1Vv03z6RPC3s3d5jYEXcc6KOFE,38612
6
6
  pvlib/iam.py,sha256=zL0YzOaMA2Twbl0JJ0y5nxoxjmaOb9OQGH_Z1MVGcIw,44224
7
7
  pvlib/inverter.py,sha256=cQw1IB965RYeb9orpBiJGaRsidAspuv1Vks3ZSwOamg,19440
8
- pvlib/irradiance.py,sha256=M_PqXxQ2UqIxct_81OhzF66hreh0WZuq5Ae3wS5tK2Y,147891
8
+ pvlib/irradiance.py,sha256=A6okYeCnWiS-yDT8x-GloVINRJj8qrZy1_QUWNA8d24,147336
9
9
  pvlib/location.py,sha256=G31Iabv1KcYzMFr5sd0JhcJr9IpZx2rLv25h1K2XaAE,17509
10
10
  pvlib/modelchain.py,sha256=pwOLSlPhtxUm0d17tc2FdcD-XSItIcPkeLlUeZBw7M0,72995
11
11
  pvlib/pvarray.py,sha256=rQ2lOKhC0Ons97iy0NV5iqfMoL-S0RY5yJ2byDH7WKI,19006
@@ -75,9 +75,9 @@ pvlib/spectrum/irradiance.py,sha256=VY0-FTUv2WWHTZRyy4lo8lQGrAjIREf4nQMVYrv0mXM,
75
75
  pvlib/spectrum/mismatch.py,sha256=Ucb7hTUB8gD1fY0AC9K2XSifsK7jhze-hghNAJ7DJVA,34291
76
76
  pvlib/spectrum/response.py,sha256=k3FCoPPR_2yGrfXPGsZljJcgrQ7sckQn0CwiqERNntY,9413
77
77
  pvlib/spectrum/spectrl2.py,sha256=sPOZe5lXgkwMem3JbEi19uW7OQq4FzxcZyCnxzXFjWs,19022
78
- pvlib-0.14.0.dist-info/licenses/AUTHORS.md,sha256=Fxk4p_lXlMeQ6g2A1-7oPrgpULDxuJuC9Ebc-3yyj_o,1474
79
- pvlib-0.14.0.dist-info/licenses/LICENSE,sha256=oC4S3araPPDV292K_91XfC7sZAdYqVhCowT3UTuMC-Q,1622
80
- pvlib-0.14.0.dist-info/METADATA,sha256=PV0R-xC119QvE935W-OcQFGw_7j15fptn50Gesfhlz0,2912
81
- pvlib-0.14.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
82
- pvlib-0.14.0.dist-info/top_level.txt,sha256=eq9CH6YXUc3Fh3dyQ5hQXoGYfSm1SYEAlMygyR22MgE,6
83
- pvlib-0.14.0.dist-info/RECORD,,
78
+ pvlib-0.15.0.dist-info/licenses/AUTHORS.md,sha256=Fxk4p_lXlMeQ6g2A1-7oPrgpULDxuJuC9Ebc-3yyj_o,1474
79
+ pvlib-0.15.0.dist-info/licenses/LICENSE,sha256=oC4S3araPPDV292K_91XfC7sZAdYqVhCowT3UTuMC-Q,1622
80
+ pvlib-0.15.0.dist-info/METADATA,sha256=4zEpADVoLbjWv-rN0-N5Rw9aNteX0ZucXjVrXYLMJGE,2912
81
+ pvlib-0.15.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
82
+ pvlib-0.15.0.dist-info/top_level.txt,sha256=eq9CH6YXUc3Fh3dyQ5hQXoGYfSm1SYEAlMygyR22MgE,6
83
+ pvlib-0.15.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5