Skip to content

Release v4.9.0

Compare
Choose a tag to compare
@nim65s nim65s released this 29 Apr 12:24
· 276 commits to master since this release
v4.9.0

Changes in v4.9.0:

  • Computation of constraint right hand side have been fixed
    • in ExplicitConstraintSet, the computation was wrong, it has been fixed,
    • in Implicit, the computation has been made similar to the one in
      HierarchicalIterative.
  • Template flag definitions in GenericTransformation have been fixed
    • to comply with C++11 standard.
  • throw declaration have been removed to comply with C++11 standard.
  • Configuration variable RUN_TESTS has benn replaced by BUILD_TESTING
    • for homogeneity with other hpp packages.
  • CMake Exports