Skip to content

Commit

Permalink
Merge pull request #146 from poncateam/prepare_v1.3
Browse files Browse the repository at this point in the history
Prepare for release v.1.3
  • Loading branch information
nmellado authored Jul 11, 2024
2 parents 1610535 + 5ec5175 commit 576dd57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@ Ponca changelog


--------------------------------------------------------------------------------
Current head (v.1.3 RC)
Current head (v.1.4 RC)

- Breaking Changes
--------------------------------------------------------------------------------
v.1.3
This release introduces several improvements around the KdTre API, as well as bug fixes, new features and doc
(equations !!) for the fitting module.

- Silent Breaking Changes
- [fitting] Fix bad design where public barycenter() function was expressed in local coordinate (#141)

- API
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 1.0)
project(Ponca LANGUAGES CXX VERSION 1.3)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down

0 comments on commit 576dd57

Please sign in to comment.