Development Changelog

development

Released: It has not been released

general

  • [general] [feature]

    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.

    References: #101, pull request 101

  • [general] [feature]

    When running buildstock_local, especially in CI, it is useful to be able to use minimal disk space. This PR adds a low-disk flag to use minimal disk space.

    References: pull request 490

postprocessing

  • [postprocessing] [feature]

    Added support for publishing annual results in the postprocessing step. When enabled via the publish_annual_results configuration option, the system will generate additional processed results in both CSV and Parquet formats. For resstock projects, this functionality leverages the resstockpostproc module’s publishing functions.

    References: pull request 492

misc

  • [feature] [WorkflowGenerator]

    This PR adds a new version of the WorkflowGenerator for ResStock and ComStock that passes the buildstock_directory argument to BuildExistingModel and ApplyUpgrade measure. This is in support of the change in ResStock (and potentially in ComStock) to get rid of the lib folder.

    References: pull request 480

  • [feature] [WorkflowGenerator]

    This PR adds the necessary copying of project_direcotry in HPC so that BSB can work in Kestrel.

    References: pull request 483