File tree 4 files changed +15
-13
lines changed
4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : pvlibdocs
2
2
channels :
3
+ - conda-forge
3
4
- defaults
4
- # - conda-forge # needed for siphon, but causes path too short problems on rtd
5
5
dependencies :
6
6
- python=2.7
7
7
- mock # needed for local python 2.7 builds
8
- - numpy
8
+ - numpy=1.11.2
9
9
- scipy
10
- - pandas
10
+ - pandas=0.19.1
11
11
- pytz
12
12
- ephem
13
13
- numba
14
14
- ipython=4.0.1
15
15
- ipywidgets
16
16
- numpydoc
17
- - matplotlib
18
- - seaborn
19
- # - siphon
20
- - sphinx=1.3.5 # same versions as rtd
21
- - sphinx_rtd_theme=0.1.7
22
- - docutils=0.12
17
+ - matplotlib=1.5.3
18
+ - seaborn=0.7.1
19
+ - siphon=0.4.0
20
+ - sphinx=1.4.8
21
+ - netCDF4=1.2.4
22
+ - hdf4=4.2.12
23
+ - sphinx_rtd_theme
24
+ - docutils
Original file line number Diff line number Diff line change @@ -448,9 +448,7 @@ for details.
448
448
mc = ModelChain(system, fx_model.location)
449
449
450
450
# extract relevant data for model chain
451
- irradiance = fx_data[[' ghi' , ' dni' , ' dhi' ]]
452
- weather = fx_data[[' wind_speed' , ' temp_air' ]]
453
- mc.run_model(fx_data.index, irradiance = irradiance, weather = weather);
451
+ mc.run_model(fx_data.index, weather = fx_data);
454
452
455
453
Now we plot a couple of modeling intermediates and the forecast power.
456
454
Here's the forecast plane of array irradiance...
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Enhancements
48
48
* :ref:`contributing` (:issue:`46`)
49
49
* :ref:`timetimezones` (:issue:`47`)
50
50
* :ref:`variables_style_rules` (:issue:`102`)
51
- * :ref:`classes` (: issue:`93 `)
51
+ * Classes (:issue:`93`) (Moved to :ref:`api` in : issue:`258 `)
52
52
53
53
* Adds support for Appveyor, a Windows continuous integration service.
54
54
(:issue:`111`)
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Documentation
11
11
~~~~~~~~~~~~~
12
12
13
13
* Fixes the Forecasting page's broken links to the tutorials.
14
+ * Fixes the Forecasting page's broken examples. (:issue:`299`)
15
+ * Fixes broken Classes link in the v0.3.0 documentation.
14
16
15
17
16
18
Contributors
You can’t perform that action at this time.
0 commit comments