-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move latest to 07_19 and create a new latest with bill arg changes.
- Loading branch information
1 parent
bf86749
commit ae62552
Showing
28 changed files
with
27,430 additions
and
48 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
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
7 changes: 4 additions & 3 deletions
7
buildstockbatch/workflow_generator/residential/latest/__init__.py
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,8 +1,9 @@ | ||
__version__ = "2024.07.19" | ||
__version__ = "2024.07.20" | ||
version_info = { | ||
"version": __version__, | ||
"version_description": """ | ||
In this version, the UpgradeCosts measure is converted to a regular measure | ||
and is run early in the workflow. ReportHPXMLOutput measure is no longer used. | ||
In this version, optional include_annual_bills and | ||
include_monthly bills arguments are exposed for reporting | ||
annual and monthly utility bill outputs. | ||
""", | ||
} |
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
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
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
8 changes: 8 additions & 0 deletions
8
buildstockbatch/workflow_generator/residential/v2024_07_19/__init__.py
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,8 @@ | ||
__version__ = "2024.07.19" | ||
version_info = { | ||
"version": __version__, | ||
"version_description": """ | ||
In this version, the UpgradeCosts measure is converted to a regular measure | ||
and is run early in the workflow. ReportHPXMLOutput measure is no longer used. | ||
""", | ||
} |
Oops, something went wrong.