diff --git a/docs/changelog/changelog_0_20_1.rst b/docs/changelog/changelog_0_20_1.rst new file mode 100644 index 00000000..55736167 --- /dev/null +++ b/docs/changelog/changelog_0_20_1.rst @@ -0,0 +1,25 @@ +================ +0.20.1 Changelog +================ + +.. changelog:: + :version: 0.20 + :released: June 28, 2021 + + .. change:: + :tags: bugfix + :pullreq: 232 + :tickets: + + There was a few days there when the version of some sublibrary (click) + of dask was incompatible with the latest version of dask. We temporarily + pinned the sublibrary so that new installs would work. They have fixed + that problem now, so this removes the restriction on that library. + + .. change:: + :tags: bugfix + :pullreq: 234 + :tickets: + + For ResStock the ``build_existing_model.sample_weight`` was inverse to what we would expect. The bug was + identified in the residential workflow generator. diff --git a/docs/changelog/changelog_dev.rst b/docs/changelog/changelog_dev.rst index e2c2b16f..75eeab3d 100644 --- a/docs/changelog/changelog_dev.rst +++ b/docs/changelog/changelog_dev.rst @@ -14,21 +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: bugfix - :pullreq: 232 - :tickets: - - There was a few days there when the version of some sublibrary (click) - of dask was incompatible with the latest version of dask. We temporarily - pinned the sublibrary so that new installs would work. They have fixed - that problem now, so this removes the restriction on that library. - - .. change:: - :tags: bugfix - :pullreq: 234 - :tickets: - - For ResStock the ``build_existing_model.sample_weight`` was inverse to what we would expect. The bug was - identified in the residential workflow generator. \ No newline at end of file diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index b02954a5..104b0071 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -19,6 +19,7 @@ Change logs .. toctree:: :titlesonly: + changelog_0_20_1 changelog_0_20 changelog_0_19_2 changelog_0_19_1