0.20.1 Changelog

0.20

Released: June 28, 2021
  • [bugfix]

    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.

    References: pull request 232

  • [bugfix]

    For ResStock the build_existing_model.sample_weight was inverse to what we would expect. The bug was identified in the residential workflow generator.

    References: pull request 234