Skip to content

v1.0.1

Compare
Choose a tag to compare
@FWuellhorst FWuellhorst released this 15 Nov 13:39
· 85 commits to main since this release
e32ccdb

Major release with breaking changes

This new TEASER release fixes many bugs and adds several features, mainly new buildings constructed after 2015 based on the KfW standard. This new feature required to change the current archetype parameterization based on usage, methdo, and construction_type to geometry_data and construction_data:

  • Geometry data is just method and usage, e.g. geometry_data = f"{method}_{usage}".
  • Construction data is basically the old method associated with a retrofit state, e.g. tabula_de_standard or iwu_heavy. The previous construction_type heavy oder tabula_standard only worked with iwu and tabula_de anyway.
    See more here: * Issue745 add kfw archetypes by @jonas0902 in #757

Also, we now only use the main branch. To update locally:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

What's Changed

New Contributors

Full Changelog: 0.7.7...v1.0.1