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

Make delaunay and triangulate a default symbol #3804

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

schillic
Copy link
Member

@schillic schillic commented Feb 8, 2025

The first commit makes delaunay and triangulate a default (exported) function. The benefits are that there is now an error message informing which package to load and that it is possible to define methods even when MiniQhull/Polyhedra are not loaded.

This PR is mildly breaking: when using MiniQhull, there is now a name clash with delaunay. import MiniQhull still works. I argue that most users do not need the using version.

This PR also adds delaunay methods for EmptySet and Universe.

@schillic schillic added the breaking ❌ This change may break things label Feb 8, 2025
@schillic schillic marked this pull request as ready for review February 8, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking ❌ This change may break things
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant