11.. _whatsnew_0601 :
22
3- v0.6.1 (EST November , 2018)
3+ v0.6.1 (EST December , 2018)
44---------------------------
55
66This is a minor release. We recommend all users of v0.6.0 upgrade to this
@@ -19,11 +19,14 @@ API Changes
1919 they will be removed in v0.7. Use the new :py:func: `pvlib.iotools.read_tmy2 `
2020 and :py:func: `pvlib.iotools.read_tmy3 ` instead. (:issue: `261 `)
2121* Added keyword argument ``horizon `` to :func: `~pvlib.solarposition.pyephem `
22- and :func: `~pvlib.solarposition.calc_time ` with default value ``'+0:00' ``
23- * Changed key names for `components ` returned from :py:func: `pvlib.clearsky.detect_clearsky `
24- * Changed function name from :py:func: `pvlib.solarposition.get_rise_set_transit ` (deprecated)
25- to :py:func: `pvlib.solarposition.sun_rise_set_transit_spa. `sun_rise_set_transit_spa `
26- requires time input to be localized to the specified latitude/longitude. (:issue: `316')
22+ and :func: `~pvlib.solarposition.calc_time ` with default value ``'+0:00' ``.
23+ (:issue: `588 `)
24+ * Changed key names for `components ` returned from
25+ :py:func: `pvlib.clearsky.detect_clearsky `. (:issue: `596 `)
26+ * Changed function name from `pvlib.solarposition.get_rise_set_transit `
27+ (deprecated) to :py:func: `pvlib.solarposition.sun_rise_set_transit_spa.
28+ `sun_rise_set_transit_spa ` requires time input to be localized to the
29+ specified latitude/longitude. (:issue: `316 `)
2730
2831
2932Enhancements
@@ -43,18 +46,20 @@ Enhancements
4346 isobaric values and modeled wind speed instead of inferring from gust.
4447 (:issue: `604 `)
4548* Change :py:func: `pvlib.pvsystem.sapm_spectral_loss ` to avoid numpy warning.
46- * Add warning message when :py:func: `pvlib.spa ` is reloaded.
49+ * Add warning message when :py:func: `pvlib.spa ` is reloaded. ( :issue: ` 401 `)
4750* Add option for :py:func: `pvlib.irradiance.disc ` to use relative airmass
4851 by supplying `pressure=None `. (:issue: `449 `)
4952
5053
5154Bug fixes
5255~~~~~~~~~
5356* Fix when building documentation using Matplotlib 3.0 or greater.
54- * `~pvlib.spa.calculate_deltat `: Fix constant coefficient of the polynomial expression for years >= 1860
55- and < 1900, fix year 2050 which was returning 0.
57+ * `~pvlib.spa.calculate_deltat `: Fix constant coefficient of the polynomial
58+ expression for years >= 1860 and < 1900, fix year 2050 which was
59+ returning 0. (:issue: `600 `)
5660* Fix and improve :func: `~pvlib.solarposition.hour_angle ` (:issue: `598 `)
5761* Fix error in :func: `pvlib.clearsky.detect_clearsky ` (:issue: `506 `)
62+ * Fix documentation errors when using IPython >= 7.0.
5863* Fix error in :func: `pvlib.modelchain.ModelChain.infer_spectral_model ` (:issue: `619 `)
5964
6065
0 commit comments