@@ -17,6 +17,8 @@ API Breaking Changes
17
17
warning is raised if all `effective_irradiance < 2.0 `.
18
18
* The output of :py:func: `pvsystem.sapm_effective_irradiance ` is now in units
19
19
of W/m2 rather than suns.
20
+ * Calling :py:func: `pvlib.pvsystem.retrieve_sam ` with no parameters will raise
21
+ an exception instead of displaying a dialog.
20
22
21
23
API Changes with Deprecations
22
24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -95,9 +97,6 @@ API Changes with Deprecations
95
97
- Added the argument `pw_min ` and `pw_max `, default values 0.1 and 8 resp.,
96
98
to `atmosphere.first_solar_spectral_correction `. This function now returns NaN
97
99
if pw value higher than `pw_max `.
98
-
99
- * Calling :py:func: `pvlib.pvsystem.retrieve_sam ` with no parameters will raise
100
- an exception instead of displaying a dialog.
101
100
* The `times ` keyword argument has been deprecated in the
102
101
:py:meth: `pvlib.modelchain.ModelChain.run_model `,
103
102
:py:meth: `pvlib.modelchain.ModelChain.prepare_inputs `, and
@@ -109,9 +108,14 @@ API Changes with Deprecations
109
108
argument for capability during the deprecation period.
110
109
* Parameter `pvsystem.DC_MODEL_PARAMS ` is renamed to `pvsystem._DC_MODEL_PARAMS `.
111
110
Users should not rely on this dictionary's existence or structure.
111
+
112
+ Other API Changes
113
+ ~~~~~~~~~~~~~~~~~
112
114
* :py:func: `pvlib.iotools.midc.read_midc ` now passes additional keyword
113
115
arguments to `pandas.read_csv `
114
116
* Add `timeout ` argument to :py:func: `pvlib.iotools.midc.read_midc_raw_data_from_nrel `
117
+ * :py:mod: `pvlib.bifacial ` is now imported when ``pvlib `` is imported.
118
+ (:issue: `766 `)
115
119
116
120
Enhancements
117
121
~~~~~~~~~~~~
@@ -194,3 +198,4 @@ Contributors
194
198
* Tanguy Lunel (:ghuser: `tylunel `)
195
199
* Veronica Guo (:ghuser: `veronicaguo `)
196
200
* Tony Lorenzo (:ghuser: `alorenzo175 `)
201
+ * Todd Karin (:ghuser: `toddkarin `)
0 commit comments