Skip to content

Release of v2.5.8

Compare
Choose a tag to compare
@jlblancoc jlblancoc released this 07 Jan 18:52
· 727 commits to develop since this release
2.5.8
6e92f75

Version 2.5.8: Released January 7th, 2023

  • Changes in libraries:
    • \ref mrpt_core_grp
      • Move the _deg literal to a new namespace mrpt::literals to allow finer-grained using namespace mrpt::literals; instead of using namespace mrpt;. This change is backwards compatible, no user code change required, but recommended.
    • \ref mrpt_expr_grp
      • New mrpt::expr::CRuntimeCompiledExpression::register_function() to allow user-defined functions in runtime-compiled formulas.