Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTD: detailed changelog #1244

Merged
merged 26 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9a98b7b
Try using changelog ext in rtd.
joseph-robertson May 16, 2024
88d5f8c
Merge branch 'develop' into detailed-changelog
joseph-robertson May 17, 2024
c5a6ef4
Try changelog install before making docs.
joseph-robertson May 17, 2024
0d8d32b
Start populating rst from excel file.
joseph-robertson May 17, 2024
c9e135d
Update the pull request template.
joseph-robertson May 17, 2024
0ff1fbc
Add all stubbed changelog rst files.
joseph-robertson May 17, 2024
9811cbe
Missed the 3_0_0 in the changelog index.
joseph-robertson May 17, 2024
13dfd88
Merge branch 'develop' into detailed-changelog
joseph-robertson May 20, 2024
a011ef8
Update 3_0_0 changelog. [ci skip]
joseph-robertson May 20, 2024
861b5f2
Update 2_5_0 changelog. [ci skip]
joseph-robertson May 21, 2024
d1f2d91
Update 2_4_0 changelog. [ci skip]
joseph-robertson May 21, 2024
59e6123
Update 2_3_0 changelog. [ci skip]
joseph-robertson May 21, 2024
930cc47
Update 2_0_0 thru 2_2_5 changelogs. [ci skip]
joseph-robertson May 22, 2024
7c135f8
Merge branch 'develop' into detailed-changelog
joseph-robertson May 22, 2024
9367a57
Add most recent dev entries.
joseph-robertson May 22, 2024
29bc1b0
Order all dates from newest to oldest.
joseph-robertson May 22, 2024
cfabc9b
Fix typo in 2_5_0 changelog.
joseph-robertson May 22, 2024
dc8370c
Minor update to dev changelog.
joseph-robertson May 22, 2024
2a255cb
Add issues to dev changelog, misc cleanup.
joseph-robertson May 23, 2024
321a603
Merge branch 'develop' into detailed-changelog
joseph-robertson Jun 4, 2024
7eaa64e
Add changelog entry and apply rubocop.
joseph-robertson Jun 4, 2024
dc9b254
Minor lint.
joseph-robertson Jun 5, 2024
6a9f139
Remove the old CHANGELOG.md.
joseph-robertson Jun 5, 2024
c0beda7
Add a changelog entry.
joseph-robertson Jun 5, 2024
3a10d59
Quick run through with cleanup.
joseph-robertson Jun 5, 2024
4f0f32d
Merge branch 'develop' into detailed-changelog
afontani Jun 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Not all 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).
- [ ] Changelog 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)
- [ ] `openstudio tasks.rb update_measures` has been run
- [ ] No unexpected regression test changes on CI (checked comparison artifacts)
1 change: 1 addition & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ jobs:
ruby docs/read_the_docs/source/workflow_inputs/create_characteristics_rst.rb
ruby docs/read_the_docs/source/workflow_outputs/csv_tables.rb
cd docs/read_the_docs
pip install changelog
make html SPHINXOPTS="-W --keep-going -n"

- name: Save Docs
Expand Down
383 changes: 0 additions & 383 deletions CHANGELOG.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/read_the_docs/source/changelog/changelog_1_0_0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
================
v1.0.0 Changelog
================

.. changelog::
:version: v1.0.0
:released: 2019-04-17

189 changes: 189 additions & 0 deletions docs/read_the_docs/source/changelog/changelog_2_0_0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
================
v2.0.0 Changelog
================

.. changelog::
:version: v2.0.0
:released: 2019-04-17

.. change::
:tags: software, openstudio, feature
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Update to OpenStudio v2.8.0.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, feature
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Add a multifamily project which includes housing characteristic distributions for single-family detached, single-family attached, and multifamily buildings.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, feature
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Add measures for calculating construction properties, modeling power outages and calculating resilience metrics, and calculating utility bills.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, feature
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Add measure for modeling shared multiifamily facades using adiabatic constructions.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, feature
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Relocate all measure unit tests, test osw files, and test osm files from archived OpenStudio-BEopt and into this repository.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, feature
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Create example workflow osw files for single-family detached, single-family attached, and multifamily buildings using TMY weather.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, bugfix
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Reporting measures read from ReportMeterData table to get disaggregated fan and pump energy.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, bugfix
:pullreq: 151

**Date**: 2019-04-11

Title:
Multifamily

Description:
Break out central system heating, cooling, and pump energy in reporting measures.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


.. change::
:tags: workflow, mechanics, bugfix
:pullreq: 216

**Date**: 2019-03-21

Title:
Use UnitConversions.convert(...) method

Description:
Use custom unit conversions script instead of that provided by OpenStudio SDK.

Assignees: Joe Robertson


.. change::
:tags: workflow, documentation, feature
:pullreq: 211

**Date**: 2019-02-28

Title:
Dependency graphs and wheels

Description:
Automatically generate dependency graphs and a dependency wheel for each project.
I put together scripts in the docs folder to automatically generate dependency graphs and a dependency wheel for each <project_folder> in the OpenStudio-BuildStock repository. These scripts create a util folder if it doesn't exist and puts data for these visualizations. A project README.md file has been added to each <project_folder> where there is a link to the interactive dependency wheel. These visualizations are easily updated as they depend strictly on the TSV files. They are updated through a single regenerate_visualization.ipynb script.

Assignees: Anthony Fontanini


.. change::
:tags: workflow, mechanics, feature
:pullreq: 206

**Date**: 2019-02-12

Title:
Large buildings collapsed into minimal units

Description:
Ability to simulate large multifamily buildings using "collapsed" buildings with multipliers on building units.

Assignees: Joe Robertson


.. change::
:tags: workflow, mechanics, feature
:pullreq: 151

**Date**: NaT

Title:
Multifamily

Description:
Ability to add central systems (boiler with baseboards, fan coil, PTAC) to multifamily buildings using the openstudio-standards gem.

Assignees: Joe Robertson, Maharshi Pathak, Scott Horowitz


Loading