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 https://github.com/RWTH-EBC/TEASER/pull/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
* fix typo in e8, bug is already solved in master by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/715
* integrate parameters for dynamic heat load calc in modelica by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/714
* Update modelicainfo.py by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/717
* add missing connection for multizone post process by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/719
* Issue544 retail profiles by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/699
* refactor retrofit wall function by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/725
* hotfix to not insulate when u values are same by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/726
* Added a simple HTML report and a simplified visual representation by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/741
* Improve model report by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/744
* chore: bump aixlib version by FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/747
* add __Dymola_selection implementation by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/749
* fix outer area calculation for visualization by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/754
* fix freq warning by FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/752
* Update development with changes from master by FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/758
* add test for tz_naming again by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/759
* Add post processing block to multizone template again by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/760
* Issue750 read only in dataclass by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/761
* fix freq warning in remaining files by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/765
* Issue745 add kfw archetypes by jonas0902 in https://github.com/RWTH-EBC/TEASER/pull/757
* 764 added exception by HoeppJ in https://github.com/RWTH-EBC/TEASER/pull/764
* 753 add illuminance levels and lighting efficiencies in use conditions by HoeppJ in https://github.com/RWTH-EBC/TEASER/pull/763
* Deleted obsolte use condition parameters by HoeppJ in https://github.com/RWTH-EBC/TEASER/pull/770
* fix bug with `with_ahu` setter method by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/773
* Issue777 buildingahu input json by PGorzalka in https://github.com/RWTH-EBC/TEASER/pull/778
* Issue777 buildingahu input json by DaJansenGit in https://github.com/RWTH-EBC/TEASER/pull/779
* 774 retrofit combos by FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/775
* Update AixLib version by FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/781
* Development to master by FWuellhorst in https://github.com/RWTH-EBC/TEASER/pull/782
New Contributors
* jonas0902 made their first contribution in https://github.com/RWTH-EBC/TEASER/pull/757
* HoeppJ made their first contribution in https://github.com/RWTH-EBC/TEASER/pull/764
**Full Changelog**: https://github.com/RWTH-EBC/TEASER/compare/0.7.7...v1.0.1