11.. _whatsnew_0510 :
22
3- v0.5.1 (? , 2017)
4- ------------------------
3+ v0.5.1 (October 17 , 2017)
4+ -------------------------
55
66API Changes
77~~~~~~~~~~~
8- *
9-
10- Bug fixes
11- ~~~~~~~~~
12- * Remove condition causing Overflow warning from clearsky.haurwitz
13- * 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 >`_
16- * 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
19- from solarposition.get_solarposition with method='pyephem'
20- arg to solarposition.get_solarposition (:issue: `370 `)
21- * ModelChain.prepare_inputs and ModelChain.complete_irradiance now
22- correctly pass the 'solar_position_method' argument to
23- solarposition.get_solarposition (:issue: `377 `)
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 `)
2411
2512Enhancements
2613~~~~~~~~~~~~
@@ -32,18 +19,30 @@ Enhancements
3219 resistance_series and/or resistance_shunt may still cause issues with the
3320 implicit solver (:issue: `340 `)
3421
35- API Changes
36- ~~~~~~~~~~~
37- * `pvsystem.v_from_i ` and `pvsystem.i_from_v ` functions now accept
38- resistance_series = 0 and/or resistance_shunt = numpy.inf as inputs
39- (:issue: `340 `)
22+ Bug fixes
23+ ~~~~~~~~~
24+ * Remove condition causing Overflow warning from clearsky.haurwitz
25+ (:issue: `363 `)
26+ * modelchain.basic_chain now correctly passes 'solar_position_method'
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 `)
30+ * Removed unnecessary calculations of alpha_prime in spa.solar_position_numpy
31+ and spa.solar_position_loop (:issue: `366 `)
32+ * Fixed args mismatch for solarposition.pyephem call
33+ from solarposition.get_solarposition with method='pyephem'
34+ arg to solarposition.get_solarposition (:issue: `370 `)
35+ * ModelChain.prepare_inputs and ModelChain.complete_irradiance now
36+ correctly pass the 'solar_position_method' argument to
37+ solarposition.get_solarposition (:issue: `377 `)
38+ * Fixed usage of inplace parameter for tmy._recolumn (:issue: `342 `)
4039
4140Documentation
4241~~~~~~~~~~~~~
4342* Doc string of modelchain.basic_chain was updated to describe args
44- more accurately
43+ more accurately. ( :issue: ` 370 `)
4544* Doc strings of `singlediode `, `pvsystem.v_from_i `, and `pvsystem.i_from_v `
46- were updated to describe acceptable input arg ranges
45+ were updated to describe acceptable input arg ranges. ( :issue: ` 340 `)
4746
4847Testing
4948~~~~~~~
@@ -57,3 +56,4 @@ Contributors
5756* KonstantinTr
5857* Will Holmgren
5958* Mark Campanelli
59+ * DaCoEx
0 commit comments