classVersion_2_4_1
Version 2.4.1 (October 29, 2021)
Extends from Modelica.Icons.ReleaseNotes (Icon for release notes in documentation).
Information
This version requires the Modelica 4.0.0 Library. It is backward compatible to the previous version 2.4.0.
Improvements in this version
- Utilize ModelicaIO functions for matrix I/O, see issue #34. Concerning functions are marked obsolete, see below.
- Use functions from DymolaCommands library instead of Dymola's built-in functions, see issue #66.
- Disable an assert causing function crash in Utilities.Import.rootLocusOfModel, see issue #130.
- Over 20 issues (including pull requests) have been addressed for this release.
Improvements in build.2 (2021-11-16)
- Bug fix: Remove buggy initialization of matrix ABCD in DiscreteStateSpace2.
Obsolete classes
The following classes were marked obsolete and will be removed from the Library in the future.
- Modelica_LinearSystems2.Math.Matrices.cholesky
- Modelica_LinearSystems2.Math.Matrices.conditionNumber
- Modelica_LinearSystems2.Math.Matrices.det
- Modelica_LinearSystems2.Math.Matrices.fliplr
- Modelica_LinearSystems2.Math.Matrices.flipud
- Modelica_LinearSystems2.Math.Matrices.hessenberg
- Modelica_LinearSystems2.Math.Matrices.leastSquares2
- Modelica_LinearSystems2.Math.Matrices.LU
- Modelica_LinearSystems2.Math.Matrices.LU_solve
- Modelica_LinearSystems2.Math.Matrices.LU_solve2
- Modelica_LinearSystems2.Math.Matrices.toUpperHessenberg
- Modelica_LinearSystems2.Math.Matrices.norm
- Modelica_LinearSystems2.Math.Matrices.nullspace
- Modelica_LinearSystems2.Math.Matrices.rsf2
- Modelica_LinearSystems2.Math.Matrices.solve
- Modelica_LinearSystems2.Math.Matrices.solve2
- Modelica_LinearSystems2.Math.Matrices.trace
- Modelica_LinearSystems2.Math.Matrices.Internal.readMatrixGain
- Modelica_LinearSystems2.Math.Vectors.find
- Modelica_LinearSystems2.Math.Vectors.length
- Modelica_LinearSystems2.Internal.Streams.readMatrixInternal
- Modelica_LinearSystems2.Internal.Streams.readMatrixOnFileSize
- Modelica_LinearSystems2.Types – use types from Modelica_LinearSystems2.Utilities.Types instead