File tree 2 files changed +50
-3
lines changed
docs/sphinx/source/whatsnew
2 files changed +50
-3
lines changed Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0440:
2
2
3
- v0.4.4 (January xx , 2017)
3
+ v0.4.4 (February 18 , 2017)
4
4
--------------------------
5
5
6
6
Enhancements
7
7
~~~~~~~~~~~~
8
8
9
+ * Added Anton Driesse Inverter database and made compatible with
10
+ pvsystem.retrieve_sam. (:issue:`169`)
11
+ * Ported Anton Driesse Inverter model from PV_LIB Toolbox. (:issue:`160`)
12
+ * Added Kasten pyrheliometric formula to calculate Linke turbidity factors with
13
+ improvements by Ineichen and Perez to extend range of air mass (:issue:`278`)
14
+ * Added coefficients for CIGS and a-Si modules types to the
15
+ first_solar_spectral_correction function (:issue:`308`)
16
+
17
+
18
+ API Changes
19
+ ~~~~~~~~~~~
20
+
21
+ * Change PVSystem default module_parameters and inverter_parameters to
22
+ empty dict. Code that relied on these attributes being None or raising
23
+ a TypeError will need to be updated. (issue:`294`)
24
+
9
25
10
26
Documentation
11
27
~~~~~~~~~~~~~
12
28
13
29
* Fixes the Forecasting page's broken links to the tutorials.
14
30
* Fixes the Forecasting page's broken examples. (:issue:`299`)
15
31
* Fixes broken Classes link in the v0.3.0 documentation.
16
- * Fixes timezone issue in solarposition spa_c function (:issue:`237`)
32
+
33
+
34
+ Bug fixes
35
+ ~~~~~~~~~
36
+
37
+ * Resolved several issues with the forecast module tests. Library import
38
+ errors were resolved by prioritizing the conda-forge channel over the
39
+ default channel. Stalled ci runs were resolved by adding a timeout to
40
+ the HRRR_ESRL test. (:issue:`293`)
41
+ * Fixed issue with irradiance jupyter notebook tutorial. (:issue:`309`)
17
42
18
43
19
44
Contributors
20
45
~~~~~~~~~~~~
21
46
22
47
* Will Holmgren
23
- * Marc Anoma
48
+ * Volker Beutner
49
+ * Mark Mikofski
50
+ * Anton Driesse
51
+ * Mitchell Lee
Original file line number Diff line number Diff line change
1
+ .. _whatsnew_0450:
2
+
3
+ v0.4.5 (May xx, 2017)
4
+ ---------------------
5
+
6
+
7
+ Bug fixes
8
+ ~~~~~~~~~
9
+
10
+ * Fix pandas 0.20 incompatibilities in Location.get_clearsky,
11
+ solarposition.ephemeris (:issue:`325`)
12
+ * Fixes timezone issue in solarposition spa_c function (:issue:`237`)
13
+
14
+
15
+ Contributors
16
+ ~~~~~~~~~~~~
17
+
18
+ * Will Holmgren
19
+ * Marc Anoma
You can’t perform that action at this time.
0 commit comments