Replies: 1 comment 1 reply
-
Looks good, can't thing of anything of anything off-hand that might be missing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am about to push the button to release
v1.1.13
. I have compiled the changelog below.Is there anything important that is missing or should be included in this release ?
Changelog
User
Python module
JSBSim
has been renamedJSBSim.py
and now has the same features than the binary executableJSBSim.exe
.System
andEngines
were missing in the previous release (issue Aircraft'sSystems
sub-directories are missing in the wheel packages. #687)>=3.8
which allows using these binary wheels with Apple Silicon chips.eTemperature
andePressure
are now derived from the Python moduleenum
.__
which according to Python programming guidelines are meant to be private methods. So you were warned !MATLAB S-Function
JSBSIM_STATIC_LINK
since JSBSim is supplied as a static library in the Windows installer (PR MEX build issue on Windows #735).Developer
Messages
feature as it was unused and was using astatic
member that could lead to a segmentation fault when using several instances ofFGFDMExec
(issue Support for run JSBSim instance in multi-thread environment #666)jsbsim.pyx
are modified.CMAKE_SOURCE_DIR
byPROJECT_SOURCE_DIR
to allow JSBSim being built using CMAKE FetchContent (issue Prefer PROJECT_SOURCE_DIR over CMAKE_SOURCE_DIR #684)win32api
module has been removed to build JSBSim Python module on Windows.static
member (issue Support for run JSBSim instance in multi-thread environment #666)FGRealValue
,FGParameter
,FGParameterValue
,FGCondition
.Beta Was this translation helpful? Give feedback.
All reactions