@@ -82,6 +82,11 @@ Enhancements
82
82
dated 2018-3-18 to the SAM file dated 2019-03-05. (:issue: `761 `)
83
83
* Added recombination current parameters to bishop88 single-diode functions and also
84
84
to :py:func: `pvlib.pvsystem.max_power_point `. (:issue: `762 `)
85
+ * Add `ivtools ` module to contain functions for IV model fitting.
86
+ * Add :py:func: `~pvlib.ivtools.fit_sde_sandia `, a simple method to fit
87
+ the single diode equation to an IV curve.
88
+ * Add :py:func: `~pvlib.ivtools.fit_sdm_cec_sam `, a wrapper for the CEC single
89
+ diode model fitting function '6parsolve' from NREL's System Advisor Model.
85
90
86
91
Bug fixes
87
92
~~~~~~~~~
@@ -104,26 +109,6 @@ Documentation
104
109
~~~~~~~~~~~~~
105
110
* Corrected docstring for `pvsystem.PVSystem.sapm `
106
111
107
- API Changes
108
- ~~~~~~~~~~~
109
-
110
-
111
- Enhancements
112
- ~~~~~~~~~~~~
113
- * Add `ivtools ` module to contain functions for IV model fitting.
114
- * Add :py:func: `~pvlib.ivtools.fit_sde_sandia `, a simple method to fit
115
- the single diode equation to an IV curve.
116
- * Add :py:func: `~pvlib.ivtools.fit_sdm_cec_sam `, a wrapper for the CEC single
117
- diode model fitting function '6parsolve' from NREL's System Advisor Model.
118
-
119
-
120
- Bug fixes
121
- ~~~~~~~~~
122
-
123
-
124
- Testing
125
- ~~~~~~~
126
-
127
112
Removal of prior version deprecations
128
113
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
129
114
* Removed `irradiance.extraradiation `.
@@ -143,5 +128,4 @@ Contributors
143
128
* Oscar Dowson (:ghuser: `odow `)
144
129
* Anton Driesse (:ghuser: `adriesse `)
145
130
* Alexander Morgan (:ghuser: `alexandermorgan `)
146
- * Cliff Hansen (:ghuser: `cwhanse `)
147
131
* Miguel Sánchez de León Peque (:ghuser: `Peque `)
0 commit comments