Skip to content

Releases: nasa/jeod

JEOD v5.1.2

08 Oct 19:39
Compare
Choose a tag to compare

fixed bug in Facet constructor

JEOD v5.2

20 Sep 13:38
Compare
Choose a tag to compare
  • 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

02 Aug 22:33
Compare
Choose a tag to compare

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

01 Aug 20:00
Compare
Choose a tag to compare
  • 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

16 Feb 16:39
Compare
Choose a tag to compare

First official release tag for JEOD v5 on Github repo.

  • Resolved Github issue #1 and #2

  • Deprecated ambiguous method DynBody::attach() and replace it with DynBody::attach_to() and DynBody::attach_child(). Where:

    • DynBody::attach_to() attaches this body to a parent body
    • DynBody::attach_child() attaches a child body to this body