Skip to content

Commit

Permalink
Update CHANGELOG to release v.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmellado committed Dec 15, 2023
1 parent cfbe035 commit d985039
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ Ponca changelog


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


--------------------------------------------------------------------------------
v.1.2
This release introduces several bug fixes and minor improvements.

- API
- [spatialPartitioning] Optimize memory use in knngraph queries (#104)
Expand All @@ -18,17 +23,18 @@ Current head (v.1.2 RC)
- Bug-fixes and code improvements
- [fitting] Use variadic template for basket extensions (#85)
- [fitting] Fix current status issue (#108)
- [spatialPartitioning] Fix potential compilation issues in KnnGraph (#111)
- [spatialPartitioning] Fix debug macros in KnnGraphRangeQuery (#121)
- [fitting] Fix sphere fit eigen solver (#112)
- [fitting] Fix a bug in AlgebraicSphere::primtiveGradient (#127)
- [spatialPartitioning] Optimize memory use in knngraph queries (#104)
- [spatialPartitioning] Fix potential compilation issues in KnnGraph (#111)
- [spatialPartitioning] Fix debug macros in KnnGraphRangeQuery (#121)
- [spatialPartitioning] Improve kdtree to_string to output data in YAML format (#125)

-Docs
- [fitting] Clarify documentation on FIT_RESULT (#108)

--------------------------------------------------------------------------------
v.1.1 RC
v.1.1
This release improves the Spatial Partitioning Package with new features and
improved doc, as well as several bug fixes and API improvements.

Expand Down

0 comments on commit d985039

Please sign in to comment.