Skip to content

Commit

Permalink
Merge pull request #102 from poncateam/prepare_v1.1
Browse files Browse the repository at this point in the history
New Release v1.1
  • Loading branch information
nmellado authored Jul 31, 2023
2 parents 89cccae + 3fb808b commit 0a48bd0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ Ponca changelog


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

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

- API
- [spatialPartitioning] Add kd-tree traits type (#80)
Expand Down
12 changes: 11 additions & 1 deletion doc/src/ponca_changelog.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@

\section ponca_releases_overview Principal features of the latest releases

\subsection ponca_v10_sec V1.0: adding Spatial Partitioning module
\subsection ponca_v11_sec V1.1: improve Spatial Partitioning module + bug fixes

- add KdTreeTraits to customize KdTree, add KnnGraph
- fix several mathematical bugs in Fitting package
- update documentation and examples

\code
git checkout v1.1
\endcode

\subsection ponca_v10_sec V1.0: adding Spatial Partitioning module

- improve the computation timings (we reported x1.2 to x1.4 gain depending on the situation)
- reduce code duplication
- ease the design of new estimators
Expand Down

0 comments on commit 0a48bd0

Please sign in to comment.