Skip to content

Commit

Permalink
Merge pull request #1736 from JacquesOlivierLachaud/PConvexity
Browse files Browse the repository at this point in the history
P-convexity: another characterisation of full convexity
  • Loading branch information
dcoeurjo authored Aug 6, 2024
2 parents c159d34 + 400024c commit cc6e213
Show file tree
Hide file tree
Showing 15 changed files with 1,661 additions and 15 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,27 @@

## New features / critical changes

- *Geometry*
- Add P-convexity, another characterization of full convexity,
which is faster to compute (Jacques-Olivier Lachaud,
[#1736](https://github.com/DGtal-team/DGtal/pull/1736))

## Changes

- *General*
- Removing DGtal installation with `homebrew` on mac (the formula being deprecated) (David Coeurjolly,
[#1738](https://github.com/DGtal-team/DGtal/pull/1738))


## Bug fixes
- *General*
- Fixing typos int the cmake script (David Coeurjolly, [#1739](https://github.com/DGtal-team/DGtal/pull/1739))

- *DEC*
- Minor update of the DEC package documentation (David Coeurjolly, [#1734](https://github.com/DGtal-team/DGtal/pull/1734))



# DGtal 1.4

## New features / critical changes
Expand Down
1 change: 1 addition & 0 deletions examples/geometry/volumes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set( DGTAL_EXAMPLES_SRC
exampleBoundedLatticePolytopeCount2D
exampleBoundedLatticePolytopeCount3D
exampleBoundedLatticePolytopeCount4D
pConvexity-benchmark
)

foreach(FILE ${DGTAL_EXAMPLES_SRC})
Expand Down
Loading

0 comments on commit cc6e213

Please sign in to comment.