Skip to content

Commit c881445

Browse files
committed
move note from one whatsnew to the other
1 parent c8cef3f commit c881445

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed
Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,51 @@
11
.. _whatsnew_0440:
22

3-
v0.4.4 (January xx, 2017)
3+
v0.4.4 (February 18, 2017)
44
--------------------------
55

66
Enhancements
77
~~~~~~~~~~~~
88

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+
925

1026
Documentation
1127
~~~~~~~~~~~~~
1228

1329
* Fixes the Forecasting page's broken links to the tutorials.
1430
* Fixes the Forecasting page's broken examples. (:issue:`299`)
1531
* 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`)
1742

1843

1944
Contributors
2045
~~~~~~~~~~~~
2146

2247
* Will Holmgren
23-
* Marc Anoma
48+
* Volker Beutner
49+
* Mark Mikofski
50+
* Anton Driesse
51+
* Mitchell Lee
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)