1.0.2 (January ??, 2021)¶
Fixed¶
- SRML and PVDAQ contained PV sites with positive temperature coefficients. These temperature coefficients were multiplied by -1. (GH625, GH634)
- Added/removed requirements to make base, test, and fetch install options work as expected. (GH637, GH643)
- Updated PyPI classifiers. (GH637, GH643)
- Updated Installation page with instructions for PyPI, conda-forge, and docker. (GH635, GH649)
- Added the following flags to
DISCARD_BEFORE_RESAMPLE
:'STALE VALUES'
,'INTERPOLATED VALUES'
,'DAYTIME STALE VALUES'
,'DAYTIME INTERPOLATED VALUES'
. (GH626, GH653) - If total metrics category was not selected, the report now displays warnings instead of confusing blank tables. (GH629, GH652)
- Removed the word “solar” from the report intro line for consistency with other forecast analyses such as net load and wind power. (GH624, GH650)
Testing¶
Clarified expectations for
pandas.DatetimeIndex.freq
attribute throughout test suite. Improves compatibility with pandas >= 1.1. (GH641)Test configuration additions (GH637, GH643):
- Python 3.7, 3.8, 3.9 using the latest versions of the
[all]
dependencies - Python 3.7 and 3.8 using the minimum version of the
[all]
dependencies. These are typically the values from the requirements file that the docker image uses. - Python 3.7 using only the
[test]
dependencies
- Python 3.7, 3.8, 3.9 using the latest versions of the
Contributors¶
- Will Holmgren (@wholmgren)
- Leland Boeman (@lboeman)
- Cliff Hansen (@cwhanse)
- Tony Lorenzo (@alorenzo175)
- Justin Sharp (@MrWindAndSolar)
- Aidan Tuohy
- Adam Wigington (@awig)
- David Larson (@dplarson)