JSBSim releases #356
Replies: 17 comments 4 replies
-
Release 1.1.0Release Date: Oct 17, 2020 |
Beta Was this translation helpful? Give feedback.
-
Release 1.1.1JSBSim version 1.1.1 is a bug fix release Changelog
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.2JSBSim version 1.1.2 is a maintenance release. Changelog
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.3JSBSim version 1.1.3 is a maintenance release. ChangelogUser
import jsbsim
jsbsim.FGJSBBase().debug_lvl = 0 # disable debug information in the consoleDeveloper
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.4JSBSim version 1.1.4 is a bug fix release. Changelog
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.5JSBSim version 1.1.5 is a bug fix release. Changelog
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.6JSBSim version 1.1.6 is a maintenance release. ChangelogUser
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.7JSBSim version 1.1.7 is a maintenance release. ChangelogUser
Aeromatic++
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.8JSBSim version 1.1.8 is a maintenance release. ChangelogUser
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.9JSBSim version 1.1.9 is a maintenance release. ChangelogUser
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.10JSBSim version 1.1.10 is a bug fix release. ChangelogUser
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.11JSBSim version 1.1.11 is a maintenance release. ChangelogUserThis is the last release of JSBSim that supports Python 3.6.
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.12JSBSim version 1.1.12 is a maintenance release. ChangelogUser
Python module
MATLAB S-function
Aeromatic++
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.13JSBSim version 1.1.13 is a maintenance release. ChangelogUser
Python module
MATLAB S-Function
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.1.14JSBSim version 1.1.14 is a maintenance release. ChangelogUser
Distributed flight dynamics models
Python moduleThis is the last release of JSBSim that supports Python 3.7.
Aeromatic++
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.2.1JSBSim version 1.2.1 is a maintenance release. ChangelogUser
Distributed flight dynamics models
Python module
Aeromatic++
Developer
|
Beta Was this translation helpful? Give feedback.
-
Release 1.2.2JSBSim version 1.2.2 is a maintenance release. ChangelogUser
Distributed Flight Dynamics Models
Python ModuleThis is the last JSBSim release to support Python 3.8.
Developer
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
JSBSim Latest Release: 1.2.3
pipconda install -c conda-forge jsbsimRelease 1.2.3
JSBSim version 1.2.3 is a maintenance release.
Release Date: June 7, 2025
Minimum Python Version: 3.9
Changelog
User
atmosphere/randomseed) can now be used for the random number generator used by turbulence. By default, turbulence uses the overall random seedsimulation/randomseedunless a value is set for the propertyatmosphere/randomseed(PR Allow for a separate random seed for wind turbulence #1253).randomseedof a given sensor). By default, sensors use the overall random seedsimulation/randomseedunless a value is set for their propertyrandomseed(PR Sensor random seed #1254).FGTurbinedoes not update the thruster inputs before callingFGThruster::Calculate#1259).propulsion/set-running(PR Ensure engine set-running works for piston engines #1266).Python Module
get_attribute()andset_attribute()to the classFGPropertyNode, allowing users to get/set the read/write attributes of properties.get_aircraft_name()to the classFGAircraft, which retrieves the full aircraft name (the one specified in the XML element<fdm_config name="..."/>).FGPropertyNodeto check if they point to the same property node.Examples
propulsion/set-runningto start the engines (PR Unify engine init logic; update TrimEnvelope limits #1267).Developer
FGPropertyNodehas been removed to prevent illegal type conversions (PR Remove the classFGPropertyNode#1270)..vcxprojC++ toolset now uses MSVC 2022 (v143) (PR [skip ci] Upgrade .vcxproj C++ toolset to VS2022 (v143) to match CI pipeline #1293).Beta Was this translation helpful? Give feedback.
All reactions