v1.4.0
DelaunayTriangulation v1.4.0
- Updated to AdaptivePredicates.jl v1.2, now allowing caches to be passed to the predicates involving
incircle
andorient3
. These are only useful when using theAdaptiveKernel()
kernel. Outside of triangulating, these caches are not passed by default, but can be provided. The functionsget_incircle_cache
andget_orient3_cache
can be used for this purpose on a triangulation (without a triangulation, refer to AdaptivePredicate.jl'sincircleadapt_cache
andorient3adapt_cache
). See #185.
Merged pull requests:
- Upgrade to AdaptivePredicates 1.2 (#185) (@DanielVandH)