1
1
.. _whatsnew_0510 :
2
2
3
- v0.5.1 (? , 2017)
4
- ------------------------
3
+ v0.5.1 (October 17 , 2017)
4
+ -------------------------
5
5
6
6
API Changes
7
7
~~~~~~~~~~~
8
- *
8
+ * `pvsystem.v_from_i ` and `pvsystem.i_from_v ` functions now accept
9
+ resistance_series = 0 and/or resistance_shunt = numpy.inf as inputs
10
+ (:issue: `340 `)
11
+
12
+ Enhancements
13
+ ~~~~~~~~~~~~
14
+ * Improve clearsky.lookup_linke_turbidity speed. (:issue: `368 `)
15
+ * Ideal devices supported in single diode model, e.g.,
16
+ resistance_series = 0 and/or resistance_shunt = numpy.inf (:issue: `340 `)
17
+ * `pvsystem.v_from_i ` and `pvsystem.i_from_v ` computations for near ideal
18
+ devices are more numerically stable. However, very, very near ideal
19
+ resistance_series and/or resistance_shunt may still cause issues with the
20
+ implicit solver (:issue: `340 `)
9
21
10
22
Bug fixes
11
23
~~~~~~~~~
12
24
* Remove condition causing Overflow warning from clearsky.haurwitz
25
+ (:issue: `363 `)
13
26
* modelchain.basic_chain now correctly passes 'solar_position_method'
14
- arg to solarposition.get_solarposition
15
- * Fixed: `Variables and Symbols extra references not available <https://github.com/pvlib/pvlib-python/issues/380 >`_
27
+ arg to solarposition.get_solarposition (:issue: `370 `)
28
+ * Fixed: `Variables and Symbols extra references not available
29
+ <https://github.com/pvlib/pvlib-python/issues/380> `_ (:issue: `380 `)
16
30
* Removed unnecessary calculations of alpha_prime in spa.solar_position_numpy
17
- and spa.solar_position_loop
18
- * Fixed args mismatch for solarposition.pyephem call
31
+ and spa.solar_position_loop ( :issue: ` 366 `)
32
+ * Fixed args mismatch for solarposition.pyephem call
19
33
from solarposition.get_solarposition with method='pyephem'
20
34
arg to solarposition.get_solarposition (:issue: `370 `)
21
35
* ModelChain.prepare_inputs and ModelChain.complete_irradiance now
22
36
correctly pass the 'solar_position_method' argument to
23
37
solarposition.get_solarposition (:issue: `377 `)
24
38
* Fixed usage of inplace parameter for tmy._recolumn (:issue: `342 `)
25
39
26
- Enhancements
27
- ~~~~~~~~~~~~
28
- * Improve clearsky.lookup_linke_turbidity speed. (:issue: `368 `)
29
- * Ideal devices supported in single diode model, e.g.,
30
- resistance_series = 0 and/or resistance_shunt = numpy.inf (:issue: `340 `)
31
- * `pvsystem.v_from_i ` and `pvsystem.i_from_v ` computations for near ideal
32
- devices are more numerically stable. However, very, very near ideal
33
- resistance_series and/or resistance_shunt may still cause issues with the
34
- implicit solver (:issue: `340 `)
35
-
36
- API Changes
37
- ~~~~~~~~~~~
38
- * `pvsystem.v_from_i ` and `pvsystem.i_from_v ` functions now accept
39
- resistance_series = 0 and/or resistance_shunt = numpy.inf as inputs
40
- (:issue: `340 `)
41
-
42
40
Documentation
43
41
~~~~~~~~~~~~~
44
42
* Doc string of modelchain.basic_chain was updated to describe args
45
- more accurately
43
+ more accurately. ( :issue: ` 370 `)
46
44
* Doc strings of `singlediode `, `pvsystem.v_from_i `, and `pvsystem.i_from_v `
47
- were updated to describe acceptable input arg ranges
45
+ were updated to describe acceptable input arg ranges. ( :issue: ` 340 `)
48
46
49
47
Testing
50
48
~~~~~~~
@@ -58,3 +56,4 @@ Contributors
58
56
* KonstantinTr
59
57
* Will Holmgren
60
58
* Mark Campanelli
59
+ * DaCoEx
0 commit comments