Releases: nasa/jeod
Releases · nasa/jeod
JEOD v5.1.2
fixed bug in Facet constructor
JEOD v5.2
- Resolved 34 FIXME and TODO items in the code (see README_jeod for detail)
- Implemented GoogleTest stub and mock of dynamic classes for unit tests
- Modernization of code using clang-tidy
- Improved code formatting using auto formatting tool.
- Improved JEOD_MAKE_SIM_INTERFACE to be use for classes ouside the "jeod" namespace
- Added test cases for alt_pfix and alt_inertial
- API improvements
- Fixed bugs
Detail of this release are in README_jeod
JEOD v5.1.1
Fixed bug in TreeLinks and DynBody attach/detach models
The bug will cause SIGSEGV when attaching multiple child bodies to the same parent body
JEOD v5.1
- Added support for Moon Mean Earth body fixed frame as alternative pfix frame.
- Added kinematic attachment capability that allow DynBody to be attached to a
reference frame, which includes planet. - Improved documentation on integration frame override after detach from parent
body. - Improved ease of use for calculating derivative states for a child body.
- Enhanced checkpoint-restart for standard STL containers in JEOD.
- Improved ephemeris data generation using mako template.
- Fix bugs.
- Improved code security.
- Improved verification sims.
Detail of this release are in README_jeod
JEOD v5.0.1
First official release tag for JEOD v5 on Github repo.