Skip to content

Releases: RWTH-EBC/TEASER

v1.3.1

11 Dec 08:02
1d1d3b7

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

03 Sep 08:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

12 Aug 13:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...v1.2.1

v1.1.0

17 Dec 13:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

v1.0.1

15 Nov 13:39
e32ccdb

Choose a tag to compare

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

Compatibility update to match AixLib version

23 Jul 13:12
cf04d72

Choose a tag to compare

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

01 Dec 16:59

Choose a tag to compare

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

26 May 14:02
2876ded

Choose a tag to compare

Pre-release

This release fixes #639 thanks to @PGorzalka for fixing this bug :)

Fix bug in the assignment of max humidity

20 Apr 12:05
b06c920

Choose a tag to compare

Fixes a bug described in #643

Update AixLib version

21 Jan 17:05
268e087

Choose a tag to compare

Update AixLib version Pre-release
Pre-release

Due to: https://github.com/RWTH-EBC/AixLib/releases/tag/v0.9.1 we need to update version number for TEASER