Release v1.1.6
JSBSim version 1.1.6
Release files
- Windows 64 bits
JSBSim-1.1.6-setup.exe
(Windows installer)
- Ubuntu Xenial 16.04, Bionic 18.04 or Focal 20.04 - amd64
*.deb
(Debian packages)
- 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
- New properties
propeller-power-ftlbps
,propeller-torque-ftlb
andpropeller-sense
for Propeller power, torque, and sense (PR #394) - Fixes segmentation faults, a delta-wing Lift_alpha and Drag_alpha problem in
aeromatic++
(issue #400)