We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f216d94 commit cb4cb05Copy full SHA for cb4cb05
docs/sphinx/source/whatsnew/v0.10.3.rst
@@ -12,6 +12,8 @@ Enhancements
12
* :py:func:`pvlib.bifacial.infinite_sheds.get_irradiance` and
13
:py:func:`pvlib.bifacial.infinite_sheds.get_irradiance_poa` now include
14
shaded fraction in returned variables. (:pull:`1871`)
15
+* Added :py:func:`~pvlib.iam.convert` and :py:func:`~pvlib.iam.fit` that
16
+ convert between IAM models, and that fit an IAM model to data. (:issue:`1824`, :pull:`1827`)
17
18
Bug fixes
19
~~~~~~~~~
@@ -32,3 +34,5 @@ Contributors
32
34
* Miguel Sánchez de León Peque (:ghuser:`Peque`)
33
35
* Will Hobbs (:ghuser:`williamhobbs`)
36
* Anton Driesse (:ghuser:`adriesse`)
37
+* Abigail Jones (:ghuser:`ajonesr`)
38
+* Cliff Hansen (:ghuser:`cwhanse`)
0 commit comments