Skip to content

Commit

Permalink
Merge pull request #60 from poncateam/prepare_v0.3
Browse files Browse the repository at this point in the history
New release v0.3
  • Loading branch information
nmellado authored Jul 29, 2022
2 parents 3da9550 + b079bc4 commit 214eb7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
Ponca changelog



--------------------------------------------------------------------------------
Current head (v.0.2.1 RC)
v.0.3
- 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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif()
set(CMAKE_DISABLE_SOURCE_CHANGES ON)
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)

project(Ponca LANGUAGES CXX VERSION 0.2)
project(Ponca LANGUAGES CXX VERSION 0.3)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down

0 comments on commit 214eb7f

Please sign in to comment.