Skip to content

Commit

Permalink
Merge pull request #1008 from NREL/3_0_0
Browse files Browse the repository at this point in the history
Prep v3.0.0 release
  • Loading branch information
joseph-robertson committed Feb 1, 2023
2 parents e2ec4a1 + 4d22525 commit 4ac906f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## ResStock v2.6.0 (pending)
## ResStock v3.0.0
###### February 1, 2023 - [Diff](https://github.com/NREL/resstock/compare/v2.5.0...v3.0.0)

Features
- Update to OpenStudio v3.5.0 ([#1006](https://github.com/NREL/resstock/pull/1006))
- Transition to using the HPXML-based workflow ([#443](https://github.com/NREL/resstock/pull/443))
- Add a new "Floor Area, Foundation (ft^2)" cost multiplier ([#870](https://github.com/NREL/resstock/pull/870))
- Add a new "Floor Area, Attic * Insulation Increase (ft^2 * Delta R-value)" cost multiplier for handling incremental costs of adding attic insulation ([#842](https://github.com/NREL/resstock/pull/842))
- Allow air leakage % reduction upgrades (e.g., 25%), and add a new "Floor Area, Conditioned * Infiltration Reduction (ft^2 * Delta ACH50)" cost multiplier for handling incremental costs of such upgrades ([#840](https://github.com/NREL/resstock/pull/840))
Expand All @@ -19,6 +20,7 @@ Features
- Add ability to calculate simple utility bills for various scenarios ([#984](https://github.com/NREL/resstock/pull/984))
- Modeled floor area based on AHS 2021 and AHS 2019 ([#978](https://github.com/NREL/resstock/pull/978))
- Add area median income ([#1004](https://github.com/NREL/resstock/pull/1004))
- Update to OpenStudio v3.5.1 ([#1006](https://github.com/NREL/resstock/pull/1015))

Fixes
- Clean up option names for natural ventilation and hot water distribution ([#828](https://github.com/NREL/resstock/pull/828))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository contains:
- v2.3.0 and later: [buildstockbatch YML files openable in any text editor](https://github.com/NREL/resstock/blob/main/project_national/national_baseline.yml)
- v2.2.5 and prior: [Project folder openable in PAT](https://github.com/NREL/resstock/tree/v2.2.5/project_singlefamilydetached)
- Unit-level OpenStudio Measures for automatically constructing OpenStudio Models of each representative dwelling unit model:
- v2.6.0 and later: [OpenStudio-HPXML Measures](https://github.com/NREL/resstock/tree/main/resources/hpxml-measures)
- v3.0.0 and later: [OpenStudio-HPXML Measures](https://github.com/NREL/resstock/tree/main/resources/hpxml-measures)
- v2.5.0 and prior: [OpenStudio Measures](https://github.com/NREL/resstock/tree/main/resources/measures)
- [Higher-level OpenStudio Measures](https://github.com/NREL/resstock/tree/main/measures) for controlling simulation inputs and outputs

Expand Down
4 changes: 2 additions & 2 deletions measures/ServerDirectoryCleanup/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.0</schema_version>
<name>server_directory_cleanup</name>
<uid>ec7d04ad-0b7b-495b-825a-e1b6d28d1d3f</uid>
<version_id>0dbff4fe-7131-47dd-b513-4cacf1d72612</version_id>
<version_modified>20230201T165356Z</version_modified>
<version_id>6fb5a110-81aa-473c-b742-9ae23cd54d16</version_id>
<version_modified>20230201T201058Z</version_modified>
<xml_checksum>5F1EDF75</xml_checksum>
<class_name>ServerDirectoryCleanup</class_name>
<display_name>Server Directory Cleanup</display_name>
Expand Down
2 changes: 1 addition & 1 deletion resources/buildstock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def self._rm_path(path)
end

class Version
ResStock_Version = '2.6.0-beta' # Version of ResStock
ResStock_Version = '3.0.0' # Version of ResStock
BuildStockBatch_Version = '2023.1.0' # Minimum required version of BuildStockBatch

def self.check_buildstockbatch_version
Expand Down

0 comments on commit 4ac906f

Please sign in to comment.