Releases: NREL/rdtools
Version 3.0.0-beta.0
This is a beta version of RdTools 3.0.0. Features may not be stable, and are subject to change in future versions. See change log for full details.
Version 3.0.0-alpha.6
This is an alpha version of RdTools 3.0.0. Features may not be stable or documented, and are subject to change in future versions.
Version 3.0.0-alpha.5
This is an alpha version of RdTools 3.0.0. Features may not be stable or documented, and are subject to change in future versions.
Version 3.0.0-alpha.4
This is an alpha version of RdTools 3.0.0. Features may not be stable or documented, and are subject to change in future versions.
Version 2.2.0-beta.2
This patch changes the CODS algorithm to return results without bootstrapping when soiling signal is small but raise warning. It also makes several bug fixes. For details, please see the change log
Version 2.1.8
Version 2.1.7
- Limit allowed versions of pandas <2.1 to avoid a bug
- Update versions of indirect dependencies in
requirements.txt
andnotebook_requirements.txt
For full details please see the change log
Version 2.1.6
- Fix NonExistentTimeError in rdtools.clearsky_temperature.get_clearsky_tamb()
- rdtools.degradation.degradation_classical_decomposition() now executes significantly faster
- Increased the minimum versions of several dependencies
- pandas increased to 1.3.0 (released July 2, 2021)
- numpy to 1.17.3 (released October 17, 2019)
- statsmodels to 0.11.0 (released February 21, 2020)
- scipy to 1.2.0 (released December 17, 2018)
For full details, please see the change log
Version 2.1.5
Adds support for Pandas 2.0 (see #362)
Version 2.2.0-beta.1
Adds a framework for applying filters to aggregated data in TrendAnalysis
. For full details see the change log.