Skip to content

Releases: NatLabRockies/rdtools

Version 2.1.7

03 Nov 18:19
e7c402f

Choose a tag to compare

  • Limit allowed versions of pandas <2.1 to avoid a bug
  • Update versions of indirect dependencies in requirements.txt and notebook_requirements.txt

For full details please see the change log

Version 2.1.6

31 Jul 14:46
8013982

Choose a tag to compare

  • 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

16 May 22:14
d19fa83

Choose a tag to compare

Adds support for Pandas 2.0 (see #362)

Version 2.2.0-beta.1

07 Dec 18:42
adf9f44

Choose a tag to compare

Adds a framework for applying filters to aggregated data in TrendAnalysis. For full details see the change log.

Version 2.1.4

01 Dec 22:06
996f843

Choose a tag to compare

This patch includes two bug fixes:

  • Fixes an error from degradation_year_on_year() for datasets that are exactly 2 years long
  • soiling_interval_plot() no longer ignores some optional parameters.

For full details see the change log

Version 2.2.0-beta.0

14 Sep 13:17
0de0d14

Choose a tag to compare

This release includes several new enhancements:

  • Detailed degradation summary plot
  • Degradation time series plot for assessing non-linear degradation
  • The Combined estimation OF Degradation and Soiling (CODS) algorithm implemented in the soiling module.

For full details, please see the change log

Version 2.1.3

06 Jan 22:43
0749090

Choose a tag to compare

What's Changed

  • Drop python 3.6
  • Add python 3.10
  • Fixed a plotting issue in plotting.availability_summary_plots() with newer matplotlib versions, as well as an axis labeling error
  • Full Change log

All Changes: 2.1.2...2.1.3

Version 2.1.2

22 Dec 21:30
3c0a4b1

Choose a tag to compare

What's Changed

  • Change XGBoost model to version-stable json
  • Change recommended citation
  • For details see the change log

All Changes: 2.1.1...2.1.2

Version 2.1.1

01 Dec 01:13
600991d

Choose a tag to compare

This patch release temporarily requires xgboost < 1.5.0. A future update will allow a wider version range. (#301, #297 )

Version 2.1.0

17 Sep 23:43
4ca70e3

Choose a tag to compare

This update includes changes to the experimental soiling functions, as well as a host of added functionality including the full release of an object oriented end-to-end analysis API and new algorithms for clipping detection and filtering. See the changelog for full details.