Skip to content

TEASER Release v0.3.0 going open source

Pre-release
Pre-release
Compare
Choose a tag to compare
@PRemmen PRemmen released this 24 May 12:03

With this release we introduced a lot of non-backwards compatible changes, thus we highly recommend you to check your scripts using TEASER. There are probably two things you need to do:

  1. all modules and packages are renamed to lower case (e.g. change import teaser.Project to teaser.project) to be PEP8 conform
  2. If calculating simulation parameters, we do not longer support the parameter calculation method. If you want to use vdiplease set the following parameters:
project.used_library_calc = 'AixLib'
project.number_of_elements_calc = 2
project.merge_windows_calc = True

If you want to use ebc

project.used_library_calc = 'AixLib'
project.number_of_elements_calc = 2
project.merge_windows_calc = False

Further features of this new release:

  • beta release of the gui (it is not pretty, yet only works for AixLib and probably has some bugs, BUT it is a beginning :-) ) If you find any bugs or problems with the gui, please report them to us!
  • import of CityGML files
  • support of Annex60 model calculation
  • lot of smaller features and bugfixes

Hard facts: more than 600 commits and about 80 closed issues.

Please keep in mind, that this is still a pre-release. We are still working on the code and try to maintain it as good as possible. If you find any bugs or run into any problems using TEASER, please report this to us!