Skip to content

Commit

Permalink
release 2022.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Oct 31, 2022
1 parent d88a628 commit e6430a6
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 14 deletions.
2 changes: 1 addition & 1 deletion buildstockbatch/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
6 changes: 0 additions & 6 deletions docs/changelog/changelog_2022_10_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,3 @@ v2022.10.0 Changelog
where a new timeseries_csv_export key was added to the workflow schema in order to trigger timeseries postprocessing.
Changes the CLI commands to work with OpenStudio 3.X when custom_gems=True.
Enables use of custom gems in local docker runs by installing to local docker volume.

.. change::
:tags: bugfix, eagle
:pullreq: 324

Using new style CLI for dask scheduler and dask workers. Requiring dask >= 2022.10.
19 changes: 19 additions & 0 deletions docs/changelog/changelog_2022_10_1.rst
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.
6 changes: 0 additions & 6 deletions docs/changelog/changelog_dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ Development Changelog
This is an example change. Please copy and paste it - for valid tags please refer to ``conf.py`` in the docs
directory. ``pullreq`` should be set to the appropriate pull request number and ``tickets`` to any related
github issues. These will be automatically linked in the documentation.

.. 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.
4 changes: 3 additions & 1 deletion docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Current Migration Guide
.. toctree::
:titlesonly:

migration_2022_10_0
migration_2022_10_1

Change logs
-----------

.. toctree::
:titlesonly:

changelog_2022_10_1
changelog_2022_10_0
changelog_0_21
changelog_0_20
Expand All @@ -41,6 +42,7 @@ Older Migration Guides
.. toctree::
:titlesonly:

migration_2022_10_0
migration_0_21
migration_0_20
migration_0_19
Expand Down
24 changes: 24 additions & 0 deletions docs/changelog/migration_2022_10_1.rst
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.

0 comments on commit e6430a6

Please sign in to comment.