Skip to content

v0.3

Compare
Choose a tag to compare
@nmellado nmellado released this 29 Jul 14:27
· 298 commits to master since this release
214eb7f

Release introducing the following changes:

  • API

    • [spatialpartitioning] Remove duplicated code and clean API (#32,#51)
    • [spatialpartitioning] Fix a bug in range queries (#46)
    • [spatialpartitioning] Add a counter of leaf in the KdTree (#55)
    • [spatialpartitioning] Add editInput on Queries to allow query re-usability between different request (#57)
    • [fitting] Add Line primitive and LeastSquaresLineFitting (#39)
    • [fitting] Rename several classes for better name consistency (#42)
    • [fitting] Add DryFit: a dummy fit object useful for debugging or monitoring (#52, #53)
    • [fitting] Improve convenience functions for basket: add compute(Range) and
      computeWithIds, which can be directly interfaced with kdtree queries (#53)
    • [fitting] Fix too sensitive AlgebraicSphere comparison (#53)
    • [common] Add missing include directive in stack.h (#59)
  • Buildchain

    • [cmake] Add option to hide IDE targets (#54)
  • Tests

    • [spatialpartitioning] Fix wrong test macro in kdtree tests (#46)
    • [fitting] Fix bug in basket test (#51)
    • [fitting] Disable test on windows when using long doubles (#53)
  • Dependencies

    • [eigen] Update default version to 3.4 (#53)
  • Doc

    • Rewrite documentation of the fitting package user manual and its classes. (#42)
    • Fix typo in user manual (#34)
    • Fix broken speed/quality comparisons for curvature estiators (#53)
    • Fix Mathjax configuration (#41)
    • Update author list (#42)