|
5 | 5 | - Major update: C++17 is now required for DGtal. (David Coeurjolly,
|
6 | 6 | [#1682](https://github.com/DGtal-team/DGtal/pull/1682))
|
7 | 7 | - Mandatory dependencies and some optional ones can be setup by
|
8 |
| - conan.io, especially on windows, new `ENABLE_CONAN` cmake |
| 8 | + conan.io, especially on Windows, new `ENABLE_CONAN` cmake |
9 | 9 | option to activate this. (David Coeurjolly,
|
10 | 10 | [#1689](https://github.com/DGtal-team/DGtal/pull/1689))
|
11 | 11 | - Faster build using CPM for dependency download and ccache with the cmake `USE_CCACHE=YES`option
|
12 | 12 | (ccache must be installed). (David Coeurjolly, [#1696](https://github.com/DGtal-team/DGtal/pull/1696))
|
13 | 13 | - Better documentation style using doxygen-awesome.css. (David Coeurjolly,
|
14 |
| - [#1697](https://github.com/DGtal-team/DGtal/pull/1697)) |
| 14 | + [#1697](https://github.com/DGtal-team/DGtal/pull/1697)) |
15 | 15 |
|
16 | 16 | - *Geometry*
|
17 | 17 | - New implicit shape from point cloud using LibIGL Winding Numbers. (David Coeurjolly,
|
|
23 | 23 | [#1699](https://github.com/DGtal-team/DGtal/pull/1699))
|
24 | 24 | - Python bindings and Pypi deploy are now handled by Github-Actions (Bastien Doignies,
|
25 | 25 | [#1721](https://github.com/DGtal-team/DGtal/pull/1721))
|
| 26 | + - Add CMake option DGTAL_WRAP_PYTHON (Pablo Hernandez-Cerdan, |
| 27 | + [#1700](https://github.com/DGtal-team/DGtal/pull/1700)) |
| 28 | + - Upgrade of the conan scripts (for windows build) to conan 2, removing the ENABLE_CONAN option |
| 29 | + (documentation update instead) (David Coeurjolly, |
| 30 | + [#1729](https://github.com/DGtal-team/DGtal/pull/1729)) |
26 | 31 |
|
27 | 32 | - *IO*
|
28 | 33 | - New method to change the mode of the light position in Viewer3D (fixed to
|
29 | 34 | camera or the scene) (Bertrand Kerautret, [#1683](https://github.com/DGtal-team/DGtal/pull/1683))
|
30 | 35 | - Add a new method to store material information in obj file in MeshReader and MeshWriter.
|
31 | 36 | (Bertrand Kerautret, [#1686](https://github.com/DGtal-team/DGtal/pull/1686))
|
32 | 37 | - Fix duplicate symbols on Windows due to stb_image, see issue #1714 (David Coeurjolly,
|
33 |
| - [#1715](https://github.com/DGtal-team/DGtal/pull/1715) |
| 38 | + [#1715](https://github.com/DGtal-team/DGtal/pull/1715)) |
34 | 39 |
|
35 | 40 | - *Shapes*
|
36 |
| - - Add flips to SurfaceMesh data structure |
37 |
| - (Jacques-Olivier Lachaud, [#1702](https://github.com/DGtal-team/DGtal/pull/1702)) |
| 41 | + - Add flips to SurfaceMesh data structure (Jacques-Olivier Lachaud, |
| 42 | + [#1702](https://github.com/DGtal-team/DGtal/pull/1702)) |
38 | 43 | - Add method to remove isolated vertices in Mesh, improve obj
|
39 | 44 | material reading from potential obsolete path. (Bertrand Kerautret,
|
40 | 45 | [#1709](https://github.com/DGtal-team/DGtal/issues/1709))
|
41 |
| - - Update of the WindingNumber constructor to allow external computation of point areas |
| 46 | + - Update of the WindingNumberShape constructor to allow external computation of point areas |
| 47 | + (David Coeurjolly,[#1719](https://github.com/DGtal-team/DGtal/issues/1719)) |
| 48 | + - The WindingNumberShape class can output the raw winding number values |
42 | 49 | (David Coeurjolly,[#1719](https://github.com/DGtal-team/DGtal/issues/1719))
|
43 | 50 |
|
| 51 | +- *DEC* |
| 52 | + - New helper functor to construct an embedder to correct the PolygonalCalculs |
| 53 | + (projection onto estimated tangent planes) (David Coeurjolly, |
| 54 | + [#1730](https://github.com/DGtal-team/DGtal/issues/17309)) |
| 55 | + |
| 56 | +- *Geometry package* |
| 57 | + - Add creation of polytopes from segments and triangles in |
| 58 | + ConvexityHelper and 3-5xfaster full subconvexity tests for triangles |
| 59 | + in DigitalConvexity (Jacques-Olivier Lachaud, |
| 60 | + [#1717](https://github.com/DGtal-team/DGtal/pull/1717)) |
44 | 61 |
|
45 | 62 | - *Project*
|
46 | 63 | - Add CMake option DGTAL_WRAP_PYTHON (Pablo Hernandez-Cerdan,
|
|
84 | 101 | [#1711](https://github.com/DGtal-team/DGtal/pull/1711))
|
85 | 102 | - Fixing install path of CPM in the DGtalConfig.cmake.in (David Coeurjolly,
|
86 | 103 | [#1713](https://github.com/DGtal-team/DGtal/pull/1713))
|
| 104 | + - DGTAL_LIBRARIES cmake flag now contains the Deps (David Coeurjolly, |
| 105 | + [#1728](https://github.com/DGtal-team/DGtal/pull/1728)) |
87 | 106 |
|
88 | 107 | - *Topology package*
|
89 | 108 | - Fix KhalimskySpaceND to get it work with BigInteger (Tristan Roussillon,
|
90 |
| - [#1681](https://github.com/DGtal-team/DGtal/pull/1681) |
| 109 | + [#1681](https://github.com/DGtal-team/DGtal/pull/1681)) |
91 | 110 |
|
92 | 111 | - *Geometry package*
|
93 | 112 | - Fix Issue #1676 in testStabbingCircleComputer (Tristan Roussillon,
|
94 | 113 | [#1688](https://github.com/DGtal-team/DGtal/pull/1688)
|
| 114 | + - Fix BoundedLatticePolytopeCounter::countInterior method (Jacques-Olivier Lachaud, |
| 115 | + [#1717](https://github.com/DGtal-team/DGtal/pull/1717)) |
95 | 116 | - Fix const attribute that shouldn't be in FreemanChain (Colin Weill--Duflos,
|
96 |
| - [#1723](https://github.com/DGtal-team/DGtal/pull/1723)) |
| 117 | + [#1723](https://github.com/DGtal-team/DGtal/pull/1723)) |
| 118 | + - Fix seg fault due to recent compilers in FrechetShortcut (Bertrand Kerautret, |
| 119 | + Isabelle Sivignon [#1726](https://github.com/DGtal-team/DGtal/pull/1726)) |
| 120 | + - Fix FrechetShortcut to enable the parameter error to be equal to 0 and add new |
| 121 | + tests in testFrechetShortcut (Isabelle Sivignon, [#1726](https://github.com/DGtal-team/DGtal/pull/1726)) |
| 122 | + |
97 | 123 |
|
98 | 124 | - *IO*
|
99 | 125 | - Fix of the `getHSV` method in the `Color` class. (David Coeurjolly,
|
|
0 commit comments