Releases: JuliaGeometry/GeometryBasics.jl
Releases · JuliaGeometry/GeometryBasics.jl
v0.4.11
GeometryBasics v0.4.11
Merged pull requests:
- Fix #168 (#185) (@cmcaine)
- add a docstring for
Rect
and its aliases (#208) (@putianyi889) - dont use macro for aliases and introduce more variants (Float64 -> d, UInt -> ui) (#214) (@SimonDanisch)
- Implement
isinf
andisfinite
forPoint
andVec
(#215) (@asinghvi17)
Closed issues:
- Bug in Line Intersection ( GeometryBasics.intersects ) (#168)
v0.4.10
GeometryBasics v0.4.10
Merged pull requests:
- Pass compat tests from Aqua (#209) (@putianyi889)
- remove an invalid reference (#210) (@putianyi889)
- take ownership of triangulation memory - OOM errors (#211) (@JonasIsensee)
Closed issues:
- Warnings after fresh compilation with julia 1.10 (#203)
v0.4.9
v0.4.8
GeometryBasics v0.4.8
Merged pull requests:
- less
push!
in collect_with_eltype (#188) (@rafaqz) - Add Extents.extent method for Rect2 (#196) (@felixcremer)
- don't convert if already of correct type (#198) (@SimonDanisch)
- improve merge(meshes) (#199) (@JonasIsensee)
v0.4.7
GeometryBasics v0.4.7
Merged pull requests:
v0.4.6
GeometryBasics v0.4.6
Closed issues:
- Polygon constructor adds an interior by default, rather than an exterior as the docs say. (#183)
Merged pull requests:
- add missing ncoord methods for (Multi)LineString (#184) (@jw3126)
- Add geointerface_geomtypes as a method (#189) (@asinghvi17)
- Set version to 0.4.6 (#190) (@asinghvi17)
v0.4.4
v0.4.3
GeometryBasics v0.4.3
Closed issues:
Merged pull requests:
v0.4.2
GeometryBasics v0.4.2
Closed issues:
- Documents String typo (#149)
- Turning off deprecation warnings (#154)
- Trying to plot basic geometry but decompose ordering not helping... (#159)
Merged pull requests:
- fix intersects typo (#150) (@qiyang-ustc)
- Correct uvtype -> uv in mesh, partial for #152 (#153) (@sjkelly)
- typo - s/conrecte/concrete (#162) (@alhirzel)
- docs: reference accessor functions for mesh data (#163) (@alhirzel)
- simplify snip signature (#166) (@piever)
- fix meta_table (#167) (@piever)
- upgrade CI (#170) (@SimonDanisch)
- fix uv eltype (#172) (@SimonDanisch)
v0.4.1
GeometryBasics v0.4.1
Merged pull requests: