-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1327 from NREL/develop
v3.4.0 release
- Loading branch information
Showing
366 changed files
with
254,120 additions
and
130,759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
## Pull Request Description | ||
|
||
[description here] | ||
|
||
### Related Pull Requests | ||
[related PRs from different repositories] | ||
|
||
### Related Issues | ||
[What issue(s) is the PR addressing] | ||
|
||
## Checklist | ||
|
||
Not all may apply: | ||
#### Required: | ||
- [ ] [Technical reference documentation](https://github.com/NREL/resstock/tree/develop/docs/read_the_docs) has been updated | ||
- [ ] Add to the [changelog_dev.rst file](https://github.com/NREL/resstock/tree/develop/docs/read_the_docs/source/changelog/changelog_dev.rst) | ||
- [ ] No unexpected regression test changes on CI (comparison artifacts have been checked) | ||
|
||
#### Optional (not all items may apply): | ||
- [ ] Tests (and test files) have been updated | ||
- [ ] Documentation has been updated | ||
- [ ] If related to resstock-estimation, checklist includes [data dictionary](https://github.com/NREL/resstock/tree/develop/resources/data/dictionary), [source report](https://github.com/NREL/resstock/tree/develop/project_national/resources/source_report.csv), [options saturation](https://github.com/NREL/resstock/tree/develop/project_national/resources/options_saturations.csv), [options_lookup](https://github.com/NREL/resstock/blob/develop/resources/options_lookup.tsv). | ||
- [ ] Add to the [changelog_dev.rst file](https://github.com/NREL/resstock/tree/develop/docs/read_the_docs/source/changelog/changelog_dev.rst) | ||
- [ ] `openstudio tasks.rb update_measures` has been run | ||
- [ ] No unexpected regression test changes on CI (checked comparison artifacts) | ||
- [ ] Supporting resource files have been updated (related to resstock-estimation) | ||
- [ ] [data dictionary](https://github.com/NREL/resstock/tree/develop/resources/data/dictionary) | ||
- [ ] [source report](https://github.com/NREL/resstock/tree/develop/project_national/resources/source_report.csv) | ||
- [ ] [options saturation](https://github.com/NREL/resstock/tree/develop/project_national/resources/options_saturations.csv) | ||
- [ ] [options_lookup](https://github.com/NREL/resstock/blob/develop/resources/options_lookup.tsv) | ||
- [ ] `openstudio tasks.rb update_measures` has been run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ on: | |
jobs: | ||
add-to-project: | ||
name: Add pull request or issue to project | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
143 changes: 143 additions & 0 deletions
143
docs/read_the_docs/source/changelog/changelog_3_4_0.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
================ | ||
v3.4.0 Changelog | ||
================ | ||
|
||
.. changelog:: | ||
:version: v3.4.0 | ||
:released: 2024-12-02 | ||
|
||
.. change:: | ||
:tags: software, openstudio, feature | ||
:pullreq: 1318 | ||
|
||
**Date**: 2024-11-19 | ||
|
||
Title: | ||
Latest OS-HPXML | ||
|
||
Description: | ||
Update to OpenStudio-HPXML 1.9/OpenStudio 3.9/EnergyPlus 24.2. | ||
|
||
OpenStudio-HPXML: `pull request 1883 <https://github.com/NREL/OpenStudio-HPXML/pull/1883>`_ | ||
|
||
Assignees: Joe Robertson, Scott Horowitz | ||
|
||
|
||
.. change:: | ||
:tags: bugfix, characteristics | ||
:pullreq: 1265 | ||
:tickets: 1236 | ||
|
||
**Date**: 2024-09-24 | ||
|
||
Title: | ||
Fix Hot Water Fixtures multipliers | ||
|
||
Description: | ||
Mean-shift hot water usage multipliers distribution by increasing weighted average from 0.8 to 1.0 in Hot Water Fixtures.tsv. | ||
|
||
resstock-estimation: `pull request 420 <https://github.com/NREL/resstock-estimation/pull/420>`_ | ||
|
||
Assignees: Lixi Liu | ||
|
||
|
||
.. change:: | ||
:tags: workflow, infiltration, bugfix | ||
:pullreq: 1257 | ||
|
||
**Date**: 2024-08-20 | ||
|
||
Title: | ||
Air leakage type "unit total" | ||
|
||
Description: | ||
Update options_lookup and ResStockArguments to use "unit total" air leakage type instead of the current "unit exterior only" type w/ infiltration adjustment approach. | ||
Modeled infiltration for dwelling units now have an upper bound equal to the sampled ACH50 option. | ||
Update BuildExistingModel to register adjusted total infiltration ACH50 value. | ||
|
||
Assignees: Joe Robertson | ||
|
||
|
||
.. change:: | ||
:tags: characteristics, floor area, bugfix | ||
:pullreq: 1301 | ||
:tickets: 1273 | ||
|
||
**Date**: 2024-09-23 | ||
|
||
Title: | ||
Fix RECS floor area bins | ||
|
||
Description: | ||
RECS have been using incorrect floor area bins when assigning some characteristics due to a bug on how floor area bin is calculated. This PR fixes the issue. | ||
|
||
resstock-estimation: `pull request 424 <https://github.com/NREL/resstock-estimation/pull/424>`_ | ||
|
||
Assignees: Rajendra Adhikari, Anthony Fontanini | ||
|
||
|
||
.. change:: | ||
:tags: workflow, hot water, feature | ||
:pullreq: 1282 | ||
|
||
**Date**: 2024-09-04 | ||
|
||
Title: | ||
Latest OS-HPXML | ||
|
||
Description: | ||
For hot water end uses OS-HPXML now directly uses equations from https://www.fsec.ucf.edu/en/publications/pdf/fsec-pf-464-15.pdf, that are a function of number of occupants, for operational calculations. | ||
|
||
OpenStudio-HPXML: `pull request 1761 <https://github.com/NREL/OpenStudio-HPXML/pull/1761>`_ | ||
|
||
Assignees: Joe Robertson | ||
|
||
|
||
.. change:: | ||
:tags: workflow, plug loads, feature | ||
:pullreq: 1298 | ||
|
||
**Date**: 2024-09-26 | ||
|
||
Title: | ||
Latest OS-HPXML | ||
|
||
Description: | ||
For TV plug loads, we are now using OS-HPXML defaults that directly use equations from RECS 2020 that are a function of number of occupants and conditioned floor area. | ||
For operational calculations in general, we are also updating the relationships between number of bedrooms/occupants based on RECS 2020 and disaggregated by building types. | ||
|
||
OpenStudio-HPXML: `pull request 1690 <https://github.com/NREL/OpenStudio-HPXML/pull/1690>`_, `pull request 1775 <https://github.com/NREL/OpenStudio-HPXML/pull/1775>`_ | ||
|
||
Assignees: Joe Robertson | ||
|
||
|
||
.. change:: | ||
:tags: workflow, hvac, feature | ||
:pullreq: 1254 | ||
|
||
**Date**: 2024-09-27 | ||
|
||
Title: | ||
Heating and Cooling Unavailable Days | ||
|
||
Description: | ||
The purpose of this PR is to account for dwelling units whose HVAC system (heating/cooling) is unavailable for some number of days during the year (per RECS 2020). | ||
Specifically, this PR modifies HVAC heating/cooling seasons using number of unavailable days and BAHSP definition for heating/cooling months. | ||
|
||
resstock-estimation: `pull request 416 <https://github.com/NREL/resstock-estimation/pull/416>`_ | ||
|
||
Assignees: Joe Robertson | ||
|
||
|
||
.. change:: | ||
:tags: workflow, hvac, feature | ||
:pullreq: 1304 | ||
:tickets: 1303 | ||
|
||
**Date**: 2024-11-14 | ||
|
||
Title: | ||
Assign above-grade height for apartment units | ||
|
||
Description: | ||
The purpose of this PR is to set a value in ResStockArguments for apartment units based on the type/size of MF building and where the unit is located (lower, middle, or upper story). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ Development Changelog | |
===================== | ||
|
||
.. changelog:: | ||
:version: v3.4.0 | ||
:version: v3.5.0 | ||
:released: pending |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Changelogs | |
.. toctree:: | ||
:titlesonly: | ||
|
||
changelog_3_4_0 | ||
changelog_3_3_0 | ||
changelog_3_2_0 | ||
changelog_3_1_1 | ||
|
Oops, something went wrong.