@@ -17,6 +17,8 @@ API Breaking Changes
1717 warning is raised if all `effective_irradiance < 2.0 `.
1818* The output of :py:func: `pvsystem.sapm_effective_irradiance ` is now in units
1919 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.
2022
2123API Changes with Deprecations
2224~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -95,9 +97,6 @@ API Changes with Deprecations
9597 - Added the argument `pw_min ` and `pw_max `, default values 0.1 and 8 resp.,
9698 to `atmosphere.first_solar_spectral_correction `. This function now returns NaN
9799 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.
101100* The `times ` keyword argument has been deprecated in the
102101 :py:meth: `pvlib.modelchain.ModelChain.run_model `,
103102 :py:meth: `pvlib.modelchain.ModelChain.prepare_inputs `, and
@@ -109,9 +108,14 @@ API Changes with Deprecations
109108 argument for capability during the deprecation period.
110109* Parameter `pvsystem.DC_MODEL_PARAMS ` is renamed to `pvsystem._DC_MODEL_PARAMS `.
111110 Users should not rely on this dictionary's existence or structure.
111+
112+ Other API Changes
113+ ~~~~~~~~~~~~~~~~~
112114* :py:func: `pvlib.iotools.midc.read_midc ` now passes additional keyword
113115 arguments to `pandas.read_csv `
114116* 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 `)
115119
116120Enhancements
117121~~~~~~~~~~~~
@@ -194,3 +198,4 @@ Contributors
194198* Tanguy Lunel (:ghuser: `tylunel `)
195199* Veronica Guo (:ghuser: `veronicaguo `)
196200* Tony Lorenzo (:ghuser: `alorenzo175 `)
201+ * Todd Karin (:ghuser: `toddkarin `)
0 commit comments