Skip to content

Releases: NREL/reV

Improvements on MHK and LCOE recalc

11 Oct 17:45
1a2b3ce
Compare
Choose a tag to compare

What’s Changed

Supply curve substation connection checks

17 Sep 20:43
6a30bd6
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Updates

Optimize merge_sc_trans_table and map_trans_capacity methods

15 Sep 17:37
9c763ff
Compare
Choose a tag to compare

What’s Changed

Updates

general clean up

13 Sep 17:54
3d01311
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

  • update trans feature to sc point capacity mapping (#325) @MRossol

Update PySAM dependency to 2.2.4

27 Aug 21:18
c75bd82
Compare
Choose a tag to compare

What’s Changed

  • Fix pipeline bug related to unstupify_path (#320) @MRossol

Features

Bug Fixes

Detailed PV Module and Other Updates

12 Jul 17:20
a6aacea
Compare
Choose a tag to compare

What’s Changed

Features

Updates

Fix nested project points bug and add site specific tz and elev

20 May 02:01
2d829c1
Compare
Choose a tag to compare

What’s Changed

Features

Bug Fixes

  • check for nested list/tuple input to project points (#307) @MRossol

Bug fix for missing gid_map in Gen CLI

14 May 14:53
Compare
Choose a tag to compare

What’s Changed

  • Bug fix for missing gid_map in Gen CLI

res to gen gid mapping kwarg

13 May 20:21
1614380
Compare
Choose a tag to compare

What’s Changed

Fix Outputs

26 Apr 19:24
fe19cc4
Compare
Choose a tag to compare

What’s Changed

  • Output fix (#301) @MRossol
    • Inits Outputs from BaseResource to ensure Outputs has all of the "Resource" attributes, properties, and methods
    • Updates the check_data_dtype method to:
      1. if scale factor is user-defined (not None):
        a) If scale factor is not 1 than output dtype must be an integer
        b) If input and output dtype are not the same parent dtype (i.e float vs int) than scale, round, and change dtype
      2. if no scale factor is provided than input and output dtypes must be the same