You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Accept negative ``axis_tilt`` values in :py:func:`~pvlib.tracking.singleaxis`. (:pull:`2702`, :issue:`1976`)
43
34
44
35
45
36
Documentation
46
37
~~~~~~~~~~~~~
47
-
* Add examples for run_model_from_poa() and run_model_from_effective_irradiance()
38
+
* Add examples for :py:meth:`pvlib.modelchain.ModelChain.run_model_from_poa` and :py:meth:`~pvlib.modelchain.ModelChain.run_model_from_effective_irradiance`
48
39
(:issue:`1043`, :pull:`2621`)
49
40
* Add the following terms to the :ref:`nomenclature` page
50
41
(:issue:`2564`, :pull:`2663`):
51
42
52
-
- :term:`clearness_index`
53
-
- :term:`clearsky_index`
54
-
- :term:`aod`
55
-
- :term:`aod500`
43
+
- :term:`clearness_index`
44
+
- :term:`clearsky_index`
45
+
- :term:`aod`
46
+
- :term:`iam`
47
+
- :term:`aod500`
56
48
57
-
* Provide an overview of IAM modeling functionality in :ref:`iam`. (:pull:`2683`)
49
+
* Add an overview of IAM modeling functionality in new documentation page:ref:`iam`. (:pull:`2683`)
58
50
* Add AI checkbox to PR template, and auto-generate a comment on PRs
59
51
from first-time contributors regarding AI and contributing guidelines.
60
52
(:issue:`2617`, :pull:`2624`)
61
-
* Update :py:class:`pvlib.pvsystem.PVSystem` docstring to state that
62
-
``module_type`` is optional.
53
+
* Clarify :py:class:`pvlib.pvsystem.PVSystem` parameter ``module_type`` is optional.
63
54
(:issue:`2634`, :pull:`2713`)
64
55
* Fix a broken docstring reference to ``grounddiffuse`` in
65
56
:py:func:`pvlib.irradiance.poa_components`
@@ -74,13 +65,6 @@ Testing
74
65
produces consistent results for vectorized and scalar inputs.
0 commit comments