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