11.. _whatsnew_011 :
22
3- 0.1.1 (MONTH DAY, YEAR )
3+ 0.1.1 (February 18, 2022 )
44-------------------------
55
6- API Changes
7- ~~~~~~~~~~~
8-
96Enhancements
107~~~~~~~~~~~~
118
129* Quantification of irradiance variability with
1310 :py:func: `pvanalytics.metrics.variability_index `. (:issue: `60 `, :pull: `106 `)
14- * Internal refactor of `pvanalytics.metrics.performance_ratio_nrel ` to support
11+ * Internal refactor of :py:func: `pvanalytics.metrics.performance_ratio_nrel ` to support
1512 other performance ratio formulas. (:pull: `109 `)
1613* Detect shadows from fixed objects in GHI data using
1714 :py:func: `pvanalytics.features.shading.fixed `. (:issue: `24 `, :pull: `101 `)
1815
1916Bug Fixes
2017~~~~~~~~~
2118
22- * Added nan_policy to zscore calculation
19+ * Added `` nan_policy `` parameter to zscore calculation in
2320 :py:func: `pvanalytics.quality.outliers.zscore `. (:issue: `102 `, :pull: `108 `)
2421* Prohibit pandas versions in the 1.1.x series to avoid an issue in
2522 ``.groupby().rolling() ``. Newer versions starting in 1.2.0 and older
2623 versions going back to 0.24.0 are still allowed. (:issue: `82 `, :pull: `118 `)
2724* Fixed an issue with :py:func: `pvanalytics.features.clearsky.reno ` in recent
2825 pandas versions (:issue: `125 `, :pull: `128 `)
26+ * Improved convergence in :py:func: `pvanalytics.features.orientation.fixed_nrel `
27+ (:issue: `119 `, :pull: `120 `)
2928
3029Requirements
3130~~~~~~~~~~~~
@@ -44,3 +43,7 @@ Contributors
4443* Kevin Anderson (:ghuser: `kanderso-nrel `)
4544* Cliff Hansen (:ghuser: `cwhanse `)
4645* Will Vining (:ghuser: `wfvining `)
46+ * Kirsten Perry (:ghuser: `kperrynrel `)
47+ * Michael Hopwood (:ghuser: `MichaelHopwood `)
48+ * Carlos Silva (:ghuser: `camsilva `)
49+ * Ben Taylor (:ghuser: `bt- `)
0 commit comments