Skip to content

Releases: NREL/sup3r

Major refactor of forward pass modules and data / batch handler classes.

05 Nov 21:49
3edd6e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

Version 0.1.4

05 Nov 17:49
Compare
Choose a tag to compare

What’s Changed

  • Exclude test data in release tar

Version 0.1.3

05 Nov 17:21
1431d2f
Compare
Choose a tag to compare

Prerelease for v0.2.0 refactor

What’s Changed

Updates

Data Handler Refactor, bias and exo algorithm update, other misc changes

18 Dec 16:37
6d0f100
Compare
Choose a tag to compare

What’s Changed

Exogenous data refactor with breaking changes. Dual data handling. GAPS integration.

13 Oct 16:44
48412f1
Compare
Choose a tag to compare

Refactored exogenous data handling in the forward pass and training. This enabled deletion of some specialized models, which creates breaking changes.

Dual data handler added for using different datasets for low res and high res data for training. For example, low_res = ERA5 data and high_res = WTK.

GAPS integration for command line interface and job handling. Allowed removal of reV dependency.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

python 3.7 deprecation. ERA5 data handling. exogenous data caching. sup3rcc examples. various conditional moment enhancements.

13 Apr 22:50
a6edbcc
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

  • edge case fix for collection - get_slices (#143) @bnb32

Temporal extremes loss for Temp+Humidity for Sup3rCC

20 Jan 16:38
60fab96
Compare
Choose a tag to compare

Initial Sup3rCC data version and misc features

11 Jan 19:57
Compare
Choose a tag to compare

What’s Changed

Minor refactors and improved fwp parallelization

27 Dec 16:17
7978b6a
Compare
Choose a tag to compare

What’s Changed

Statistical moment estimation and other minor features

21 Dec 23:08
286c774
Compare
Choose a tag to compare

What’s Changed