11.. _whatsnew_0920 :
22
3- v0.9.2 (TBD)
4- -----------------------
5-
6- Deprecations
7- ~~~~~~~~~~~~
3+ v0.9.2 (August 19, 2022)
4+ ------------------------
85
96Enhancements
107~~~~~~~~~~~~
118* albedo can now be provided as a column in the `weather ` DataFrame input to
12- :py:method : `pvlib.modelchain.ModelChain.run_model `. (:issue: `1387 `, :pull: `1478 `)
9+ :py:meth : `pvlib.modelchain.ModelChain.run_model `. (:issue: `1387 `, :pull: `1478 `)
1310* albedo is now available as an input to :py:meth: `pvlib.pvsystem.PVSystem.get_irradiance `
1411 and :py:meth: `pvlib.pvsystem.Array.get_irradiance `. (:pull: `1478 `)
1512* :py:func: `pvlib.iotools.read_surfrad ` now also accepts remote files
16- with https links in addition to files on the SURFRAD FTP server
13+ with https links in addition to files on the SURFRAD FTP server.
1714 (:pull: `1459 `)
1815* Add :py:func: `pvlib.tracking.calc_surface_orientation ` for calculating
1916 single-axis tracker ``surface_tilt `` and ``surface_azimuth `` from
2017 rotation angles. (:issue: `1471 `, :pull: `1480 `)
2118* Improve error message about uneven time intervals for
22- :py:func: `~pvlib.clearsky.detect_clearsky ` and :py:func: `~pvlib.temperature.prilliman `
19+ :py:func: `~pvlib.clearsky.detect_clearsky ` and :py:func: `~pvlib.temperature.prilliman `.
2320 (:issue: `1476 `, :pull: `1490 `)
2421* Add support for `PEP517 <https://peps.python.org/pep-0517/ >`_ & `PEP518 <https://peps.python.org/pep-0518/ >`_
2522 with setuptools build backend. (:pull: `1495 `)
@@ -39,28 +36,28 @@ Bug fixes
3936 Previously 00:00 timestamps would incorrectly be moved one day forward.
4037 (:pull: `1494 `)
4138* :py:func: `pvlib.iotools.get_psm3 ` now raises a deprecation warning if
42- the `leap_day ` parameter is not specified in a single-year request.
43- Starting in pvlib 0.11.0 `leap_day ` will default to True instead of False.
39+ the `` leap_day ` ` parameter is not specified in a single-year request.
40+ Starting in pvlib 0.11.0 `` leap_day ` ` will default to True instead of False.
4441 (:issue: `1481 `, :pull: `1511 `)
4542
4643Testing
4744~~~~~~~
48- * Switched CI testing provider from Azure to GitHub Actions (:pull: `1306 `)
49- * Speed up CI setup using micromamba instead of conda (:pull: `1493 `)
50- * Drop python 3.6 (reached end of life Dec 2021) and add 3.10 to test matrix (:pull: `1507 `)
45+ * Switched CI testing provider from Azure to GitHub Actions. (:pull: `1306 `)
46+ * Speed up CI setup using micromamba instead of conda. (:pull: `1493 `)
47+ * Drop python 3.6 (reached end of life Dec 2021) and add 3.10 to test matrix. (:pull: `1507 `)
5148
5249Documentation
5350~~~~~~~~~~~~~
5451* Added a reference to :py:func: `pvlib.inverter.sandia_multi `. (:pull: `1479 `)
5552* Add gallery example of simulating rearside irradiance for a fixed-tilt
56- array with pvfactors (:pull: `1470 `)
57- * Updated reference links to CAMS Radiation (:issue: `1515 `, :pull: `1529 `)
53+ array with pvfactors. (:pull: `1470 `)
54+ * Updated reference links to CAMS Radiation. (:issue: `1515 `, :pull: `1529 `)
5855
5956Benchmarking
6057~~~~~~~~~~~~~
6158* Updated version of numba in asv.conf from 0.36.1 to 0.40.0 to solve numba/numpy conflict. (:issue: `1439 `, :pull: `1440 `)
62- * Added benchmarks for the `pvlib.scaling ` module (:pull: `1445 `)
63- * Added a basic CI asv check (:issue: `1446 `, :pull: `1454 `)
59+ * Added benchmarks for the `` pvlib.scaling `` module. (:pull: `1445 `)
60+ * Added a basic CI asv check. (:issue: `1446 `, :pull: `1454 `)
6461
6562Requirements
6663~~~~~~~~~~~~
@@ -79,3 +76,10 @@ Contributors
7976* Jules Chéron (:ghuser: `jules-ch `)
8077* Kurt Rhee (:ghuser: `kurt-rhee `)
8178* Will Hobbs (:ghuser: `williamhobbs `)
79+ * Stephen Schneider (:ghuser: `sjschneider `)
80+ * :ghuser: `Kaesekopf `
81+ * :ghuser: `hf-kklein `
82+ * Mark Campanelli (:ghuser: `campanelli-sunpower `)
83+ * Anton Driesse (:ghuser: `adriesse `)
84+ * Kristen Wagner (:ghuser: `kwagnercpr `)
85+ * Mark Mikofski (:ghuser: `mikofski `)
0 commit comments