1
1
.. _whatsnew_0920 :
2
2
3
- v0.9.2 (TBD)
4
- -----------------------
5
-
6
- Deprecations
7
- ~~~~~~~~~~~~
3
+ v0.9.2 (August 19, 2022)
4
+ ------------------------
8
5
9
6
Enhancements
10
7
~~~~~~~~~~~~
11
8
* 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 `)
13
10
* albedo is now available as an input to :py:meth: `pvlib.pvsystem.PVSystem.get_irradiance `
14
11
and :py:meth: `pvlib.pvsystem.Array.get_irradiance `. (:pull: `1478 `)
15
12
* :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.
17
14
(:pull: `1459 `)
18
15
* Add :py:func: `pvlib.tracking.calc_surface_orientation ` for calculating
19
16
single-axis tracker ``surface_tilt `` and ``surface_azimuth `` from
20
17
rotation angles. (:issue: `1471 `, :pull: `1480 `)
21
18
* 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 `.
23
20
(:issue: `1476 `, :pull: `1490 `)
24
21
* Add support for `PEP517 <https://peps.python.org/pep-0517/ >`_ & `PEP518 <https://peps.python.org/pep-0518/ >`_
25
22
with setuptools build backend. (:pull: `1495 `)
@@ -39,28 +36,28 @@ Bug fixes
39
36
Previously 00:00 timestamps would incorrectly be moved one day forward.
40
37
(:pull: `1494 `)
41
38
* :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.
44
41
(:issue: `1481 `, :pull: `1511 `)
45
42
46
43
Testing
47
44
~~~~~~~
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 `)
51
48
52
49
Documentation
53
50
~~~~~~~~~~~~~
54
51
* Added a reference to :py:func: `pvlib.inverter.sandia_multi `. (:pull: `1479 `)
55
52
* 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 `)
58
55
59
56
Benchmarking
60
57
~~~~~~~~~~~~~
61
58
* 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 `)
64
61
65
62
Requirements
66
63
~~~~~~~~~~~~
@@ -79,3 +76,10 @@ Contributors
79
76
* Jules Chéron (:ghuser: `jules-ch `)
80
77
* Kurt Rhee (:ghuser: `kurt-rhee `)
81
78
* 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