Skip to content

0.2 Alpha - Patch 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@nmellado nmellado released this 04 May 15:21
· 370 commits to master since this release
7faa5c7

Replaces https://github.com/poncateam/ponca/releases/tag/v0.2-alpha

API

- [spatialpartitioning] Add new package Space Partitioning (#20)
- [core][fitting] Rename Core module as Fitting (#9)
- [common] Add package common (#9)
- [api] New public entry points are the header files <Ponca/Ponca> and <Ponca/Fitting> (#9)

Buildchain

- [cmake] Fix several bugs with Eigen submodule (#17,#19,#26)
- [cmake] Allow use as submodule (#15)
- [cmake] Cmake package is now relocable (#9)

Tests

- Fix test on Algebraic Sphere projection (#27)
- Fix compilation error on Windows (github actions) for Basket test ( (#27)

Doc

- Fix online documentation (#29): broken reference list (issue #24)

CI/Actions

- Add automatic doc deployment (#29)