Skip to content

v1.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 16:32
· 595 commits to master since this release

JSBSim version 1.1.8

Release files

  • Windows 64 bits
    • JSBSim-1.1.8-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 or pip 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

  • Add an interface to Matlab (PR #445)
  • Fix a bug in <linear_actuator> that resulted in erroneous output values when oscillating around the zero value (issue #485)
  • Update the Windows installer to distribute the files needed to build the interface with Matlab

Developer

  • Improve test coverage for FGQuaternion
  • Restore automatic deployment of the wheels for Python 3.9
  • Deployment now need the build for MinGW32 to succeed
  • Add a unit test for FGPropertyValue and FGTable
  • Add an assert that forbids to set the value of FGPropertyValue when the property was specified with a minus sign
  • Add a regression test for issue #485
  • Expand the message of the exception that is raised when not providing a value or a property to FGParameterValue.