JSBSim releases #356
Replies: 16 comments 3 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 console Developer
|
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.
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.2
pip
conda install -c conda-forge jsbsim
Release 1.2.2
JSBSim version 1.2.2 is a maintenance release.
Release Date: March 22, 2025
Minimum Python Version: 3.8
Changelog
User
<distributor>
component (PR Memory leak fix and general improvements ofFGDistributor
#1245).<roundmultiple>
, which rounds a number to the nearest multiple of a given value (PR Add roundmultiple function #1170).,
as the decimal separator, while XML files require a period.
(PR Fix locale dependent number parsing #1229).Distributed Flight Dynamics Models
Python Module
This is the last JSBSim release to support Python 3.8.
Python 3.8 has reached end-of-life and is no longer supported by the Python Foundation (see [PEP 569](https://www.python.org/dev/peps/pep-0569/)). Please upgrade to Python 3.9 or newer.
requirements.txt
file located in thepython
folder (PR Manage Python dependencies inrequirements.txt
#1177), enabling installation with the command:pip install -r python/requirements.txt
--planet
argument would terminate the PythonJSBSim
script (PR fixing argparsing of planet file #1215).Developer
FGFDMExec
, which could cause JSBSim to crash when running on PowerPC systems (PR Consistency for some FGFDMExec properties #1166).FGInertial::GetGM
const
(PR Make FGInertial::GetGM const #1175).FGFCS
(PR fix some bounds checks in FGFCS #1191).using namespace std;
statements from header files, in accordance with good coding practices (PR Fix: Don't polute global namespace with std. #1193).string_utilities.h
that prevented JSBSim from compiling with Cygwin (PR Cygwin build fix #1200).macos-12
runners tomacos-13
. #1197) and Ubuntu (PR Ubuntu update for CI workflows #1231).TestInputSocket.py
to usetelnetlib3
, replacing the now-deprecated standard librarytelnetlib
(PR Replace the obsolete librarytelnetlib
#1228).Beta Was this translation helpful? Give feedback.
All reactions