Skip to content

Latest commit

 

History

History
103 lines (78 loc) · 3.01 KB

changelog_0_20.rst

File metadata and controls

103 lines (78 loc) · 3.01 KB

v0.20 Changelog

Changed the project configuration for samplers and workflow generators. See migration guide for details.

https://github.com/NREL/OpenStudio-BuildStock was renamed to https://github.com/NREL/resstock so references to OpenStudio-BuildStock in docs were replaced with references to resstock and/or comstock.

Removing master/slave language from AWS EMR configuration in project schema.

Fixing issue where the postprocessing fails when a building simulation crashes in buildstockbatch.

Use a map of dask delayed function to combine parquets instead of a giant dask df to avoid memory issues. Default to 85GB memory nodes in eagle with single process and single thread in each node to avoid memory issues.

The glue crawler was failing when there was a trailing / character. This fixes that as well as checks to make sure files were uploaded before running the crawler.

Defaults to the newer datetime encoding in the parquet files now that Athena can understand it.

Adding measure arguments for reporting measures in the workflow generator.

Fix for create_eagle_env.sh not creating environment.

Moves the eagle.postprocessing.keep_intermediate_files to postprocessing.keep_individual_timeseries and changes behavior to keep only the timeseries parquet files. Also, removes the deprecated aggregate_timeseries key as that aggregation always happens.

Modifies docs to specify that the eagle.postprocessing.n_workers key is for how many Eagle nodes are used and indicates the default of 2.

Previously the postprocessing would fail if an upgrade scenario didn't have any timeseries simulation output. Now it will skip it and post a warning message. This was fixed previously, but now we have tests for it.