You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sphinx/source/whatsnew/v0.4.2.txt
+17-8Lines changed: 17 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
.. _whatsnew_0420:
2
2
3
-
v0.4.2 ()
4
-
------------------------
3
+
v0.4.2 (October 31, 2016)
4
+
-------------------------
5
5
6
-
This is a minor release from 0.4.0. ....
6
+
This is a minor release from 0.4.1.
7
7
8
8
9
9
Bug fixes
10
10
~~~~~~~~~
11
11
12
-
* Fixed typo in __repr__ method of ModelChain and in its regarding test. (commit: b691358b)
12
+
* Fixed typo in __repr__ method of ModelChain and in its regarding test.
13
13
* PVSystem.pvwatts_ac could not use the eta_inv_ref kwarg and
14
14
PVSystem.pvwatts_dc could not use the temp_ref kwarg. Fixed. (:issue:`252`)
15
15
* Fixed typo in ModelChain.infer_spectral_model error message. (:issue:`251`)
@@ -18,15 +18,24 @@ Bug fixes
18
18
API Changes
19
19
~~~~~~~~~~~
20
20
21
-
* The run_model method of the ModelChain will use the weather parameter of all weather data instead of splitting it to irradiation and weather. The irradiation parameter still works but will be removed soon.(:issue:`239`)
22
-
* delta_t kwarg is now 67.0 instead of None. IMPORTANT: Setting delta_t as None will break the code for Numba calculation. This will be fixed in a future version. (:issue:`165`)
21
+
* The run_model method of the ModelChain will use the weather parameter
22
+
of all weather data instead of splitting it to irradiation and weather.
23
+
The irradiation parameter still works but will be removed soon.
24
+
(:issue:`239`)
25
+
* delta_t kwarg is now 67.0 instead of None. IMPORTANT: Setting delta_t
26
+
as None will break the code for the Numba accelerated calculations.
27
+
This will be fixed in a future version. (:issue:`165`)
23
28
24
29
25
30
Enhancements
26
31
~~~~~~~~~~~~
27
32
28
-
* Adding a complete_irradiance method to the ModelChain to make it possible to calculate missing irradiation data from the existing columns [beta] (:issue:`239`)
29
-
* Added calculate_deltat method to the spa module to calculate the time difference between terrestrial time and UT1. Specifying a scalar is sufficient for most calculations. (:issue:`165`)
33
+
* Adding a complete_irradiance method to the ModelChain to make it
34
+
possible to calculate missing irradiation data from the existing
35
+
columns [beta]. (:issue:`239`)
36
+
* Added calculate_deltat method to the spa module to calculate the
37
+
time difference between terrestrial time and UT1. Specifying a scalar
38
+
is sufficient for most calculations. (:issue:`165`)
0 commit comments