v1.1.10
github-actions
released this
12 Nov 18:22
·
600 commits
to master
since this release
JSBSim version 1.1.10
Release files
Binary files
- Windows 64 bits
JSBSim-1.1.10-setup.exe
(Windows installer)
- Ubuntu Bionic 18.04 and Focal 20.04 - amd64
*.deb
(Debian packages)
Python module
Release 1.1.10
supports Python 3.6 and higher
- Python wheel packages can be installed from PyPI with the command
pip install jsbsim
orpip install --upgrade jsbsim
when JSBSim is already installed on your system. - Conda packages are available from conda-forge. To install this package with conda run:
conda install -c conda-forge jsbsim
Changelog
User
- Added the Matlab example files (
TestJSBSim.m
andex737cruise.slx
) in the Windows installerJSBSim-1.1.10-setup.exe
to allow the user testing the S-Function once it is built. - Provide Python package for Python 3.10
- Fixed an error where JSBSim could not autodetect the location of the bundled aircraft data (issue #337)
Developer
- The XML validation schema for scripts has been updated. All scripts are now validated against this schema when a GitHub Action is triggered.