-
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.
Merge pull request #376 from NREL/release_v2023.06.0
release v2023.06.0
- Loading branch information
Showing
5 changed files
with
50 additions
and
18 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
__title__ = 'buildstockbatch' | ||
__description__ = 'Executing BuildStock projects on batch infrastructure.' | ||
__url__ = 'http://github.com/NREL/buildstockbatch' | ||
__version__ = '2023.5.0' | ||
__version__ = '2023.6.0' | ||
__schema_version__ = '0.3' | ||
__author__ = 'Noel Merket' | ||
__author_email__ = '[email protected]' | ||
|
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,23 @@ | ||
==================== | ||
v2023.06.0 Changelog | ||
==================== | ||
|
||
.. changelog:: | ||
:version: v2023.06.0 | ||
:released: 2023-06-12 | ||
|
||
.. change:: | ||
:tags: bugfix, feature | ||
:pullreq: 374 | ||
:tickets: 373 | ||
|
||
Add read_csv function to utils to handle parsing "None" correctly with pandas > 2.0+. Also add a validator for | ||
buildstock_csv that checks if all the entries are available in the options_lookup.tsv. | ||
|
||
.. change:: | ||
:tags: general, feature | ||
:pullreq: 351 | ||
|
||
For the Residential HPXML Workflow Generator, add a new ``simple_filepath`` argument | ||
for pointing to user-specified CSV file of utility rates. The CSV file can contain utility rates | ||
mapped by State, or any other parameter. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
======================================= | ||
What's new in buildstockbatch 2023.06.0 | ||
======================================= | ||
|
||
.. admonition:: About this Document | ||
|
||
This document describes changes between buildstockbatch version 2022.05.0 and | ||
buildstockbatch version 2023.06.0 | ||
|
||
See :doc:`changelog_2023_05_0` for full details of changes since the last version. | ||
|
||
General | ||
======= | ||
|
||
This version should be backwards compatible with previous versions of | ||
buildstockbatch. | ||
|
||
Residential HPXML Workflow | ||
========================== | ||
|
||
Updates were made to workflow generator arguments to add a new add a new | ||
``simple_filepath`` argument, see | ||
:doc:`../workflow_generators/residential_hpxml` for details. |