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 authored Dec 11, 2023
1 parent 9b42731 commit dccf9bc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,34 @@ 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)
- [spatialPartitioning] Clean KdTree API (#122)
- [fitting] Mark `Base` type as protected instead of private in CRTP classes (#119)
- [fitting] Improve KdTreeNodes API by hiding internal memory layout, improve methods naming (#120)
- [spatialPartitioning] Clean KdTree API (#122)

- Examples
- Fix example cuda/ponca_ssgls (#109)

- Bug-fixes and code improvements
- [fitting] Use variadic template for basket extensions (#85)
- [fitting] Fix current status issue (#108)
- [fitting] Fix sphere fit eigen solver (#112)
- [spatialPartitioning] Optimize memory use in knngraph queries (#104)
- [spatialPartitioning] Fix potential compilation issues in KnnGraph (#111)
- [spatialPartitioning] Fix debug macros in KnnGraphRangeQuery (#121)
- [fitting] Fix sphere fit eigen solver (#112)

-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 dccf9bc

Please sign in to comment.