Releases: JuliaGeometry/GeometryBasics.jl
Releases · JuliaGeometry/GeometryBasics.jl
v0.3.2
GeometryBasics v0.3.2
Closed issues:
- Any intention to support different underlying data structure for meshes? (#85)
- Bounding box API (#88)
- decompose returns unexpected result (#94)
- Q: How can I plot geometry types? (#96)
Merged pull requests:
- Remove type piracy in
isnan
(#68) (@yha) - Primitives in separate folder (#84) (@juliohm)
- Add a couple of precompiles (#86) (@timholy)
- Remove Quad{T} in favor of Rect3D{T} (#87) (@juliohm)
- slightly less method invalidation & run formatter (#89) (@SimonDanisch)
- Fix #88: Add boundbox (#92) (@juliohm)
- Fix type instability in normals (#98) (@mtsch)
v0.3.1
GeometryBasics v0.3.1
Merged pull requests:
v0.3.0
GeometryBasics v0.3.0
Closed issues:
- GB.Meta() errors for Multi Geometries (#63)
Merged pull requests:
- Give out points of geometries (#73) (@Sov-trotter)
- Support heterogeneous features (#74) (@Sov-trotter)
- Improve layout of docstring (#75) (@eschnett)
- Add min Euclidean distance from rectangle (#78) (@ambyld)
- Add docs for meta (#79) (@Sov-trotter)
- make polygon plotting work (#80) (@SimonDanisch)
- fix minor convert_simplex method ambiguity (#82) (@jw3126)
v0.2.15
GeometryBasics v0.2.15
Merged pull requests:
- Add metatype for MultiPolygon and LineString (#65) (@Sov-trotter)
- Delete
show(::IO, ::Type)
specialization (#67) (@timholy)
v0.2.14
v0.2.13
GeometryBasics v0.2.13
Closed issues:
- Docs reference
isdecomposable
which no longer exists (#55)
Merged pull requests:
- fix texturecoordinates fallback (#64) (@SimonDanisch)
v0.2.12
GeometryBasics v0.2.12
Merged pull requests:
- Polytype -> Polytope (#58) (@blegat)
- fix quad element type conversion (#62) (@SimonDanisch)
v0.2.11
GeometryBasics v0.2.11
Closed issues:
Merged pull requests:
- Add metatype for MultiLineString(Polyline) (#53) (@Sov-trotter)
- add meshmeta & multilinestringmeta (#56) (@SimonDanisch)
- improve thay docs (#57) (@SimonDanisch)
- bump version (#59) (@Sov-trotter)
v0.2.10
v0.2.9
GeometryBasics v0.2.9
Closed issues:
Merged pull requests:
- Improve tests and minor fixes (#44) (@Sov-trotter)
- fix meta & broadcast (#47) (@SimonDanisch)