v1.0.4
Nothing breaking. Main 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 anis_circular
field, avoiding the need forviews
- 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
Issues/PRs
- Upping version just to test cov by @DanielVandH in #112
- Fix typo in constrained_edges.jl docs by @juliohm in #113
- Fix typo in constrained_outer_boundary.jl docs by @juliohm in #114
- Fix image by @DanielVandH in #117
- Fix some type instabilities and other fixes by @DanielVandH in #119
New Contributors
Full Changelog: v1.0.3...v1.0.4