Skip to content

Releases: NREL/rex

Work around for HSDS attribute bug

08 Jan 21:54
c0652f9
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

save_region bug fix

08 Jan 16:32
62800a1
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

  • use ResourceData to extract region gids (#70) @MRossol

add save_region to .h5

07 Jan 20:48
ecaca4c
Compare
Choose a tag to compare

What’s Changed

  • add save_regions method to ResourceX handlers to allow for saving of datasets for the desired region to a .h5 file
  • set len(Resource) to len(time_index) for all handlers
  • add resource_datasets to ResourceX handlers

Features

Updates

  • allow datasets to be None in save_region (#69) @MRossol

add resource_datasets property

06 Jan 20:16
474fa01
Compare
Choose a tag to compare

What’s Changed

Features

Update logging infrastructure

04 Jan 18:19
882a024
Compare
Choose a tag to compare

What’s Changed

  • Name handlers to ensure no duplication

  • Add prune option to remove children loggers and their handlers when a parent logger is initialized

  • Update level handling

  • Clean up CLI logger initialization

Bug Fixes

Updates

Add defaults to CLIs, fix gid type handling

28 Dec 19:37
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Updates

Fix mutli-file path

18 Dec 20:39
d7b7eb3
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Refactor

17 Dec 22:37
4823102
Compare
Choose a tag to compare

What’s Changed

Updates

MultiTimeResource

13 Dec 17:27
77f41de
Compare
Choose a tag to compare

What’s Changed

  • Add MultiTimeResource handlers to handle resource saved temporally across multiple files with no apriori knowledge of file lay-out
  • Subclass MultiYearResource from MultiTimeResource
  • Add MultiTime- and MultiYear- ResourceX tests

Features

Updates

downscaling refactor

03 Dec 20:18
Compare
Choose a tag to compare

What’s Changed