Skip to content

Releases: NREL/rex

Multi Year Resource Handler

08 Jul 17:53
606a393
Compare
Choose a tag to compare

What’s Changed

Features

Add parse_table and refactor with new linters

19 Jun 22:33
Compare
Choose a tag to compare

What’s Changed

Updates

Expose Extraction filters

16 Jun 14:55
Compare
Choose a tag to compare

What’s Changed

  • Expose lat_lon, region, and timestep filters

Add Utils from GOOML

12 Jun 15:09
9fa8bc1
Compare
Choose a tag to compare

What’s Changed

Features

slicing bug fix

08 Jun 22:00
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Fix/improve Resource dataset extraction

04 Jun 22:30
Compare
Choose a tag to compare

What’s Changed

  • Use ResourceDataset.extract for 'meta' and 'time_index' to allow for extraction of non-monotonic lists
  • Improve ResourceDataset._extract_ds performance (also fixes an issue with h5pyd slicing bug)

ResourceX bug fixes

03 Jun 19:18
7ed1384
Compare
Choose a tag to compare

What’s Changed

  • Fix ResourceX region extraction fixes
  • Fix ResourceX init_tree

Unit check update and dtype bug fix in RechunkH5

28 May 16:18
d581758
Compare
Choose a tag to compare

What’s Changed

  • used median to check for units, more accurate than min or max for sim… (#11) @grantbuster

Bug Fix

  • Remove dtype.name when setting default dtype in rechunk as it doesn't work for recarrays

Minor updates to be compatible with PySAM2

27 May 17:00
1f63db4
Compare
Choose a tag to compare

What’s Changed

  • updated sam resource technology strings to be explicit with pvwattsv5… (#10) @grantbuster

Wind Resource Bug Fix

20 May 20:51
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

  • Fix Wind Resource dataset handling (#9) @MRossol