Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.31 KB

changelog_dev.rst

File metadata and controls

67 lines (52 loc) · 2.31 KB

Development Changelog

.. changelog::
    :version: development
    :released: It has not been

    .. change::
        :tags: general, feature
        :pullreq: 101
        :tickets: 101

        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: bugfix
        :pullreq: 232
        :tickets:

        There was a few days there when the version of some sublibrary (click)
        of dask was incompatible with the latest version of dask. We temporarily
        pinned the sublibrary so that new installs would work. They have fixed
        that problem now, so this removes the restriction on that library.

    .. change::
        :tags: bugfix
        :pullreq: 234
        :tickets:

        For ResStock the ``build_existing_model.sample_weight`` was inverse to what we would expect. The bug was
        identified in the residential workflow generator.

    .. change::
        :tags: general, feature
        :pullreq: 240
        :tickets:

        For ResStock the OpenStudio version has changed to v3.2.1. Also, the residential workflow generator has changed
        slightly. Simulation output files retention and deletion can be controlled through arguments to the
        ServerDirectoryCleanup measure.

    .. change::
        :tags: general, feature, eagle
        :pullreq: 246
        :tickets:

        The buildstock.csv is trimmed for each batch job to hold only the rows corresponding to buildings in the batch.
        This improves speed and memory consumption when the file is loaded in ResStock.

    .. change:
        :tags: general, postprocessing
        :pullreq: 247

        The output partition size of 4GB was making downstream data processing
        difficult. Both spark and dask clusters were failing due to out of
        memory errors. I'm changing it back to 1GB, which will make more files,
        but each will be more manageable.

    .. change::
        :tags: general, feature
        :pullreq: 251
        :tickets:

        For ResStock the OpenStudio version has changed to v3.3.0.