Teaser

Latest version: v1.1.0

Safety actively analyzes 725353 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

0.3.6

This release introduces path interactions that should also work under unix like systems. In addition we adjusted the model export in order to open and simulate the models in OpenModelica (central ahu not supported, since it uses state machines)

Solved issues:260 259 255 254 214 190 181 252

0.3.5

New Release with bugfixes of project's citygml load function and a bugfix for buildings with no rooftops

0.3.4

We did some additional changes to the setup.py, now you can use `pip install teaser` to use TEASER in your python distribution.

Due to a mistake we needed to skip two version numbers, sorry for that! :-)

0.3.1

A new release of TEASER is available.

Notes:
- Better documentation
- bugfixes in the examples
- bugfixes in the project API

0.3.0

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 `vdi`please set the following parameters:

python
project.used_library_calc = 'AixLib'
project.number_of_elements_calc = 2
project.merge_windows_calc = True


If you want to use `ebc`

python
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!**

0.2.7

- Bugfix in loading teaser xmls
- Bugfix in the parallel connection calculation
- Bugfix in the calculation method for RC-calculation

Page 6 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.