Skip to content

Commit

Permalink
updating changelog for v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed May 12, 2021
1 parent 6b0546d commit 0cbc193
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 96 deletions.
103 changes: 103 additions & 0 deletions docs/changelog/changelog_0_20.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
===============
v0.20 Changelog
===============

.. changelog::
:version: 0.20
:released: May 13, 2021

.. change::
:tags: general, feature
:pullreq: 187
:tickets: 147

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

.. change::
:tags: documentation
:pullreq: 203

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.

.. change::
:tags: general
:pullreq: 205
:tickets: 164

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

.. change::
:tags: bugfix
:pullreq: 197
:tickets: 196

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

.. change::
:tags: postprocessing
:pullreq: 212
:tickets:

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.

.. change::
:tags: postprocessing
:pullreq: 202
:tickets: 159

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.

.. change::
:tags: bugfix
:pullreq: 224
:tickets: 221

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

.. change::
:tags: workflow
:pullreq: 219
:tickets: 189

Adding measure arguments for reporting measures in the workflow generator.

.. change::
:tags: general, eagle
:pullreq: 226
:tickets:

Fix for create_eagle_env.sh not creating environment.

.. change::
:tags: postprocessing
:pullreq: 228
:tickets: 182

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.

.. change::
:tags: documentation
:pullreq: 229
:tickets: 225

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.

.. change::
:tags: postprocessing, bugfix
:pullreq: 230
:tickets: 199

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.
96 changes: 0 additions & 96 deletions docs/changelog/changelog_dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,99 +14,3 @@ Development Changelog
This is an example change. Please copy and paste it - for valid tags please refer to ``conf.py`` in the docs
directory. ``pullreq`` should be set to the appropriate pull request number and ``tickets`` to any related
github issues. These will be automatically linked in the documentation.

.. change::
:tags: general, feature
:pullreq: 187
:tickets: 147

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

.. change::
:tags: documentation
:pullreq: 203

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.

.. change::
:tags: general
:pullreq: 205
:tickets: 164

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

.. change::
:tags: bugfix
:pullreq: 197
:tickets: 196

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

.. change::
:tags: postprocessing
:pullreq: 212
:tickets:

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.

.. change::
:tags: postprocessing
:pullreq: 202
:tickets: 159

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.

.. change::
:tags: bugfix
:pullreq: 224
:tickets: 221

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

.. change::
:tags: workflow
:pullreq: 219
:tickets: 189

Adding measure arguments for reporting measures in the workflow generator.

.. change::
:tags: general, eagle
:pullreq: 226
:tickets:

Fix for create_eagle_env.sh not creating environment.

.. change::
:tags: postprocessing
:pullreq: 228
:tickets: 182

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.

.. change::
:tags: documentation
:pullreq: 229
:tickets: 225

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.

.. change::
:tags: postprocessing, bugfix
:pullreq: 230
:tickets: 199

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.
1 change: 1 addition & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Change logs
.. toctree::
:titlesonly:

changelog_0_20
changelog_0_19_1
changelog_0_19
changelog_0_18
Expand Down

0 comments on commit 0cbc193

Please sign in to comment.