Skip to content

Releases: slacgismo/solar-data-tools

New "time shift" algorithm behavior, and other updates

22 Mar 18:25
1535066
Compare
Choose a tag to compare

What's Changed

  • Changes to the "time shift detection" algorithm by @bmeyers in #128. Default behavior is now to implement time shift corrections, rounded to the nearest hour. Previously, the algorithm rounded to the nearest index point (e.g., 5-minute interval for 5-minute data). In addition, this fixes a bug in the time shift detection algorithm that caused the pipeline to fail on some data sets. The actually implemented corrections are now saved in TimeShift.correction_estimate in units of minutes.
  • "Time dilation" function by @AramisDuf in #121. The function makes use of sunrise/sunset times estimated by the data handler to transform measured data to remove the nighttime and resample the resulting vectors to all have the same length (while respecting interval integrated energy).

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

19 Mar 02:23
7212736
Compare
Choose a tag to compare

What's Changed

  • Update conda version and spcqe install by @pluflou in #127

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Mar 22:57
0b673ff
Compare
Choose a tag to compare

Highlights

  • New feature: updated degradation estimation (with uncertainty) plus full loss factor analysis
  • New PVDB Redshift Cluster dataio import function
  • User experience improvements
  • Bug fixes in capacity change analysis and pv system profiler

What's Changed

  • Add data import function for redshift data by @MitchellAV in #111
  • Finalization of load_redshift_data function and AWS architecture by @MitchellAV in #119
  • PVDB Redshift Cluster data import function by @bmeyers in #118
  • Loss factor analysis by @bmeyers in #122
  • User experience improvements by @bmeyers in #124
  • New Feature: Updated degradation estimation (with uncertainty) plus full loss factor analysis by @bmeyers in #123
  • Small fixes and adjustments by @bmeyers in #125
  • Minor user experience improvements by @bmeyers in #126

New Contributors

Full Changelog: v1.0.5...v1.1.0

v1.0.5

13 Jan 00:55
5a63798
Compare
Choose a tag to compare

What's Changed

Bug fix in daily energy calculation!

Full Changelog: v1.0.4...v1.0.5

v1.0.4

26 Oct 18:42
25c7ade
Compare
Choose a tag to compare

Fixed typo for anaconda login....

Full Changelog: v1.0.3...v1.0.4

v1.0.3

26 Oct 17:34
f92bbaa
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

Fixed step typo in github actions for final upload.

v1.0.2

26 Oct 17:15
5929994
Compare
Choose a tag to compare

What's Changed

  • Update meta.yaml by @bmeyers in #109
  • Clarabel install added to conda recipe
  • Returned to using conda post-adoption of libmamba solver and to fix broken mamba build

Full Changelog: v1.0.1...v1.0.2

Fixed pypi publishing

27 Sep 00:04
48356ac
Compare
Choose a tag to compare
  • Fixed pypi publishing due to deprecation of twine uploads, in favor of the more secure trusted publishing.

Full Changelog: v1.0.0...v1.0.1

SDT version 1!

26 Sep 19:06
14af303
Compare
Choose a tag to compare

This is it, folks, the one we've all been waiting for! The main pipeline now runs (quickly!) without the need for the MOSEK commercial solver. We don't yet have full coverage for all the other algorithms in SDT (such as soiling and clear sky analysis), but system profiling (tilt, azimuth, lat, and lon estimation) is supported!

What's Changed

Full Changelog: v0.8.0...v1.0.0

v0.8.0

26 May 22:31
0740ab6
Compare
Choose a tag to compare

Highlights

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0