-
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.
- Loading branch information
Showing
6 changed files
with
47 additions
and
14 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__ = '2022.10.0' | ||
__version__ = '2022.10.1' | ||
__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
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,19 @@ | ||
==================== | ||
v2022.10.1 Changelog | ||
==================== | ||
|
||
.. changelog:: | ||
:version: v2022.10.1 | ||
:released: 2022-10-31 | ||
|
||
.. change:: | ||
:tags: workflow, feature | ||
:pullreq: 311 | ||
|
||
Add ability to use start-of-timestep or end-of-timestep convention for timeseries timestamps using the ``residential_hpxml`` workflow. | ||
|
||
.. change:: | ||
:tags: bugfix, eagle | ||
:pullreq: 324 | ||
|
||
Using new style CLI for dask scheduler and dask workers. Requiring dask >= 2022.10. |
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,24 @@ | ||
======================================= | ||
What's new in buildstockbatch 2022.10.1 | ||
======================================= | ||
|
||
.. admonition:: About this Document | ||
|
||
This document describes changes between buildstockbatch version 2022.10.0 and | ||
buildstockbatch version 2022.10.1 | ||
|
||
General | ||
======= | ||
|
||
This updpate is to fix a dependency bug in v2022.10.0. Also, a new capability in | ||
the Residential HPXML Workflow Generator are available to have timestamps be at | ||
the start instead of the end. | ||
|
||
See :doc:`changelog_2022_10_1` for details of changes since the last version. | ||
|
||
Schema Updates | ||
============== | ||
|
||
A few, minor backwards compatible changes in the Residential HPXML and workflow | ||
generator. See :doc:`../workflow_generators/residential_hpxml` for more | ||
information. |