Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P-convexity: another characterisation of full convexity #1736

Merged
merged 17 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading