File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ pvlib/spa_c_files/spa_tester.c
41
41
# generated documentation
42
42
docs /sphinx /source /generated
43
43
docs /sphinx /source /savefig
44
+ docs /sphinx /source /auto_examples
44
45
45
46
# Installer logs
46
47
pip-log.txt
Original file line number Diff line number Diff line change @@ -299,7 +299,8 @@ PVWatts model
299
299
pvsystem.pvwatts_losses
300
300
301
301
Functions for fitting diode models
302
- -------------------------------
302
+ ----------------------------------
303
+
303
304
.. autosummary ::
304
305
:toctree: generated/
305
306
@@ -309,6 +310,7 @@ Functions for fitting diode models
309
310
310
311
Losses
311
312
------
313
+
312
314
.. autosummary ::
313
315
:toctree: generated/
314
316
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0710 :
2
2
3
- v0.7.1 (MONTH DAY, YEAR)
4
- ------------------------
5
-
6
-
7
- API Changes
8
- ~~~~~~~~~~~
3
+ v0.7.1 (January 17, 2020)
4
+ -------------------------
9
5
10
6
Enhancements
11
7
~~~~~~~~~~~~
@@ -15,6 +11,7 @@ Enhancements
15
11
* Added `leap_day ` parameter to `iotools.get_psm3 ` instead of hardcoding it as
16
12
False.
17
13
* Added :py:func: `~pvlib.iotools.get_pvgis_tmy ` to get PVGIS TMY datasets.
14
+ (:pull: `845 `)
18
15
* Added :py:func: `~pvlib.iotools.parse_epw ` to parse a file-like buffer
19
16
containing weather data in the EPW format.
20
17
* Added a new module `pvlib.losses ` for various loss models.
@@ -23,6 +20,8 @@ Enhancements
23
20
24
21
Bug fixes
25
22
~~~~~~~~~
23
+ * Fix error in logic for emitting deprecation warning in
24
+ :py:func: `~pvlib.pvsystem.sapm ` (:pull: `844 `)
26
25
* Changed the PSM3 API endpoint for TMY requests in `iotools.get_psm3 `.
27
26
28
27
Testing
@@ -42,4 +41,8 @@ Contributors
42
41
~~~~~~~~~~~~
43
42
* Kevin Anderson (:ghuser: `kanderso-nrel `)
44
43
* Mark Mikofski (:ghuser: `mikofski `)
44
+ * :ghuser: `dzimmanck `
45
+ * Will Holmgren (:ghuser: `wholmgren `)
46
+ * Cliff Hansen (:ghuser: `cwhanse `)
45
47
* Valliappan CA (:ghuser: `nappaillav `)
48
+ * Anton Driesse (:ghuser: `adriesse `)
Original file line number Diff line number Diff line change 8
8
9
9
10
10
def read_epw (filename , coerce_year = None ):
11
- '''
11
+ r '''
12
12
Read an EPW file in to a pandas dataframe.
13
13
14
14
Note that values contained in the metadata dictionary are unchanged
@@ -179,7 +179,7 @@ def read_epw(filename, coerce_year=None):
179
179
| precipitable_water | Total precipitable water contained in a |
180
180
| | column of unit cross section from earth |
181
181
| | to top of atmosphere, cm. Note that some|
182
- | | old *_TMY3.epw files may have incorrect |
182
+ | | old \ *_TMY3.epw files may have incorrect|
183
183
| | unit if it was retrieved from |
184
184
| | www.energyplus.net. |
185
185
+-------------------------------+-----------------------------------------+
You can’t perform that action at this time.
0 commit comments