Releases: RWTH-EBC/TEASER
v1.3.1
What's Changed
- 836 custom data input files by @HoeppJ in #837
- catching error when weather data was already manually placed in output by @PGorzalka in #840
- 839 fix besmod export by @HvanderStok in #841
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Remove old doc by @FWuellhorst in #812
- Add GMT paper to teaser related publications in readme by @vtnate in #784
- fix: schedules and add a function to optionally create the schedules … by @FWuellhorst in #833
- 830 ebcpy simulation by @FWuellhorst in #831
New Contributors
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- 795 besmod examples without hydraulic by @HvanderStok in #796
- add tests for save and load as json functions by @DaJansenGit in #800
- make t_bt customizable by @FWuellhorst in #799
- fix default parameters for calc_building_parameter class by @DaJansenGit in #802
- fix size of shading_max_irr by @DaJansenGit in #804
- correct shading_max_irr values by @DaJansenGit in #805
- Fix custom paths by @FelixStege in #809
- Issue679 interzonal elements, soil temperature, and interior geometry estimation by @PGorzalka in #785
- CI for #785 by @DaJansenGit in #786
- update calculations from round() to approx by @DaJansenGit in #815
- 816 minor bug fixes by @HvanderStok in #817
- fig bug that was reintroduced through previous merge by @DaJansenGit in #820
- Delete value error #823 by @LauraMaier in #824
- 828 workflow testing by @marvin-kluge in #829
New Contributors
- @FelixStege made their first contribution in #809
- @LauraMaier made their first contribution in #824
- @marvin-kluge made their first contribution in #829
Full Changelog: 1.1.0...v1.2.1
v1.1.0
What's Changed
- 771 add besmod export by @HvanderStok in #789
- Update TypeElements_IWU.json by @DaJansenGit in #790
- update data source docs for maintained_illuminance by @DaJansenGit in #792
- fixes to let ipbsa example run by @FWuellhorst in #793
New Contributors
- @HvanderStok made their first contribution in #789
Full Changelog: 1.0.1...1.1.0
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_standardoriwu_heavy. The previousconstruction_typeheavyodertabula_standardonly worked withiwuandtabula_deanyway.
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_ahusetter 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
Compatibility update to match AixLib version
This release introduces the following changes:
- make TEASER master and AixLib master compatible
- TEASER now supports C02 model of the thermal zones
- TEASER now support humidity model of the thermal zones
- bugfixes and enhancements:
- improved boundary conditions (default values, profiles)
- TEASER export now includes weatherfile
- refactoring
The following issues were closed:
#688, #669, #566, #664, #635, #634
Fix Bug for area calculation in TABULA buildings
Thanks @marcusfuchs who fixed the area calculation for TABULA building in order to consider 2 or more zones for TABULA archetypes.
Fix Bug in ir-emissivity calculation
This release fixes #639 thanks to @PGorzalka for fixing this bug :)
Fix bug in the assignment of max humidity
Fixes a bug described in #643
Update AixLib version
Due to: https://github.com/RWTH-EBC/AixLib/releases/tag/v0.9.1 we need to update version number for TEASER