Skip to content

Commit 509fdfc

Browse files
authored
Merge pull request #87 from ModiaSim/an_updateDocuv0.7.0
update release notes v0.7.0
2 parents 4600111 + b33f830 commit 509fdfc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ Download and install the free DLR SimVis Community Edition, e.g. with [https://v
4848

4949
## Release Notes
5050

51+
### Version 0.7.0
52+
- Modia3D is updated and restricted to Julia 1.7
53+
- cyclic dependencies with Modia package are removed
54+
5155
### Version 0.6.0
5256
- Modia3D supports `@instantiatedModel(FloatType = Float64, ...)` as default `FloatType`. Now, further FloatTypes, such as `Float32`, `DoubleFloats.Double64`, `Measurements.Measurement{Float64}`, `MonteCarloMeasurements.StaticParticles{Float64}` are supported. If FloatType is not Float64, the default integrator selected from DifferentialEquations.jl is utilized and no longer Sundials.CVODE_BDF (because CVODE_BDF is only supported for Float64). Since ModiaLang does not yet support integrators with analytic Jacobians, integrators with this feature cannot be used, e.g., this feature needs to be switched off with option `autodiff=false`, if necessary. Recommendation: use `QBDF(autodiff=false)` if FloatType is not Float64. Note, `Tsit5` usually does not work well for collisions, due to the stiff behavior in the contact area. Current limitations:
5357
- `FloatType = Float32`: usually fails when collisions occur

docs/src/tutorial/GettingStarted.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ module Pendulum3
9595

9696
using Modia3D
9797

98-
# Modia equation-based models
9998
include("$(Modia3D.modelsPath)/AllModels.jl")
10099

101100
Pendulum = Model(

0 commit comments

Comments
 (0)