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

New version: DelaunayTriangulation v1.0.4 #110142

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Jul 1, 2024

Nothing breaking, but some various changes

- Fixes some issue with type instabilities
- Adds `construct_polygon_hierarchy` to the public API list (it was already intended to be there)
- All computations are now in the provided precision except for the triangle area and circumcenter which are done in `Float64`. A warning is given when a non-Float64 precision is given.
- Closes #118 
- Redesigns the `Polygon` struct to have an `is_circular` field, avoiding the need for `views`
- Completely refactors `validate_triangulation`. Still only lives in the test files though. Maybe one day it can live inside the package itself incase users somehow have a use for it..
- Clean up the runtests.jl file, and make sure that the README/docs are fully tested
- Use Aqua and fix ambiguities
- Remove accidental piracy of `minimum(::Nothing)`
- Remove CI spam from method redefinitions
- Fix some issues with doc images and some typos
- Fix #109

UUID: 927a84f5-c5f4-47a5-9785-b46e178433df
Repo: https://github.com/JuliaGeometry/DelaunayTriangulation.jl.git
Tree: b0cb128d2e100646573e1da8565b02491fddb5ef

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-delaunaytriangulation-927a84f5-v1.0.4-8baecd56ed branch from f6dd814 to 443aa36 Compare July 1, 2024 15:09
Copy link
Contributor

github-actions bot commented Jul 1, 2024

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round.

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 3e70ce6 into master Jul 1, 2024
11 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-delaunaytriangulation-927a84f5-v1.0.4-8baecd56ed branch July 1, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants