Skip to content

Releases: RWTH-EBC/TEASER

Improvements for UNIX and OpenModelica

24 Jun 13:42
Compare
Choose a tag to compare
Pre-release

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

Bugfixes

06 Jun 09:16
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release

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

TEASER is now available on PyPI and pip

27 May 09:58
Compare
Choose a tag to compare
Pre-release

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! :-)

Better Docu, Bugfixes

27 May 08:40
Compare
Choose a tag to compare
Better Docu, Bugfixes Pre-release
Pre-release

A new release of TEASER is available.

Notes:

  • Better documentation
  • bugfixes in the examples
  • bugfixes in the project API

TEASER Release v0.3.0 going open source

24 May 12:03
Compare
Choose a tag to compare
Pre-release

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!

Several Bugfixes

07 Apr 17:50
Compare
Choose a tag to compare
Several Bugfixes Pre-release
Pre-release
  • Bugfix in loading teaser xmls
  • Bugfix in the parallel connection calculation
  • Bugfix in the calculation method for RC-calculation

Bugfix in export file naming

22 Mar 15:35
Compare
Choose a tag to compare
Pre-release

Bugfix for the export of the file naming of the modelica models. now only alphabetic characters and numbers are allowed. In addtion if a the filename starts with a number, an additional "B" for building is added to fix the error that modelica can not use this files.

Use AixLib version 0.2.5

22 Feb 18:16
Compare
Choose a tag to compare
Pre-release
Merge pull request #145 from RWTH-EBC/issue136_AixLibSupport

#136 changed the supported AixLib version to 0.2.5, changed the TEASE…

Bugfix in Melaten Example

15 Feb 14:34
Compare
Choose a tag to compare
Pre-release
v0.2.4

Change Version number

Bugfix in Example_TypeBuilding

02 Feb 15:41
Compare
Choose a tag to compare
Pre-release

Bugfix in Example_TypeBuilding #125
Updated version number of required AixLib version