We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380b96a commit 7b9ab4aCopy full SHA for 7b9ab4a
docs/sphinx/source/whatsnew/v0.7.2.rst
@@ -50,8 +50,6 @@ Bug fixes
50
the TMY3 index will be monotonically increasing. (:pull:`910`)
51
* Fix :py:func:`pvlib.spa.julian_day_dt` so that microseconds are scaled
52
correctly (:issue:`940`) (:pull:`942`)
53
-* Limit cftime<=1.1.0 to alleviate errors from netcdf4 time handling in
54
- forecast.py (:pull:`947`)
55
56
Testing
57
~~~~~~~
@@ -79,6 +77,8 @@ Documentation
79
77
Requirements
80
78
~~~~~~~~~~~~
81
* nrel-pysam (optional) minimum set to v1.0.0 (:issue:`874`)
+* cftime (optional) minimum set to >=1.1.1 enables `only_use_python_datetimes`
+ kwarg in `netCDF4.num2date` in forecast.py (:pull:`947`)
82
83
Contributors
84
0 commit comments