Releases: overturetool/overture-fmu
[Overture FMU 0.2.20 - Release Notes - 27 May 2020
Overture FMU 0.2.20 - Release Notes - 27 May 2020
This release fixes the following:
- Works on Mac OS Catalina
- Works with java 12+
- Updated protobuf to newest version
- Uses version 0.3.0 of shm-fmi
md5sum p2.zip: 51c2bf4af2771bc8047822eb5d794351
md5sum fmu-import-export.jar: 10a46122c4eaf963af2cf2d88d1f2aa9
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/16
Release 0.2.18
Overture FMU 0.2.18 - Release Notes - 01 September 2019
Testing the new release procedure (no actual changes).
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/14
Release 0.2.16
Overture FMU 0.2.16 - Release Notes
Updated to use Eclipse Neon
Updated version of vdm2c, Overture and Crescendo
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/13
Release 0.2.12
Overture FMU 0.2.12 - Release Notes - 21 October 2017
Critical bug fix related to GetMaxStepSize
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/12
Release 0.2.10
Overture FMU 0.2.10 - Release Notes - 31 August 2017
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/11
- #77 closed - There is a clash between
MATH.h
and the windows math library - #76 closed - Could we include the vdm model in C code fmus for better debugging
- #72 closed - Add the support for string at interface level
- #68 closed - The
main.c
from source code export uses a stepSize but how to run this in infinity
Release 0.2.8
Overture FMU 0.2.8 - Release Notes - 07 August 2017
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/10
Release 0.2.6
Overture FMU 0.2.6 - Release Notes - 10 July 2017
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/9
Release 0.2.4
Overture FMU 0.2.4 - Release Notes - 31 May 2017
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/8
- #61 closed - The fmus exported are printing unessesary many internal time messages which slows down simulation
- #60 closed - Missing check for string overflow of native buffer
- #58 closed - Make FMU C template files C99-compliant
- #57 closed - Ensure only .c files are listed in modelDescription.xml file
- #56 closed - Ensure name of "fmi2DoStep" is in accordance to standard
Release 0.2.2
Overture FMU 0.2.2 - Release Notes - 30 April 2017
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/7
- #55 closed - Upgrade Overture version
- #54 closed - Add variable step size support to source code FMU exporter
- #52 closed - VDM Tool wrapper errors does not lead to a FMI error status
- #47 closed - Relax restriction on relationship between step size and period for standalone FMUs
- #43 closed - Report CG success/fail when running VDM2C through FMU export.
Release v0.2.0
Overture FMU 0.2.0 - Release Notes - 20 March 2017
Bugfixes
Please note that the interactive list is at https://github.com/overturetool/overture-fmu/milestone/6
- #53 closed - VDM2C runtime library nested too deep in sources folder on Windows
- #51 closed - Missing check for expression
new World().run()
- #50 closed - Make tracability a feature that must be turned on and not default
- #49 closed - Initial values should either be of the supported type or an error should be issued
- #45 closed - Wrong use of
vdmStep
the return value is ignored - #41 closed - VDM2C runtime library not copied into
sources
for standalone FMUs - #40 closed - Simulation get stuck if fixed step-size is called with an invalid step-size
- #38 closed - ModelDescription.xml import missing check for missing types
- #32 closed - Support for FMI Local Variable Type
- #31 closed - All c sources must be listed in
CoSimulation/SourceFiles
- #29 closed - GUID must be checked in instantiate
- #28 closed - Too many file descriptors open
- #15 closed - C Source Code: export add all source files to model description