Skip to content

Releases: JuliaGeometry/Meshes.jl

v0.54.2

19 Jul 13:25
Compare
Choose a tag to compare

Meshes v0.54.2

Diff since v0.54.1

Merged pull requests:

v0.54.1

18 Jul 14:03
8a503d8
Compare
Choose a tag to compare

Meshes v0.54.1

Diff since v0.54.0

Merged pull requests:

v0.54.0

11 Jul 17:28
Compare
Choose a tag to compare

Meshes v0.54.0

Diff since v0.53.30

Breaking changes

  • Default tolerances for floating point comparison were changed to eps(T)^(3//4) for T equal to Float64 or Float32. This formula preserves roughly 3/4 of the significant digits of the floating point type, and is more consistent with the tolerances in CoordRefSystems.jl

Merged pull requests:

  • Set default tolerances to match CoordRefSystems.jl values (#1231) (@juliohm)

v0.53.30

10 Jul 20:06
Compare
Choose a tag to compare

Meshes v0.53.30

Diff since v0.53.29

Merged pull requests:

Closed issues:

  • Introduce CylinderWall and ConeWall (#1107)

v0.53.29

05 Jul 13:55
2fb5b4a
Compare
Choose a tag to compare

Meshes v0.53.29

Diff since v0.53.28

Merged pull requests:

Closed issues:

  • Box-Triangle intersection in 3D (#809)

v0.53.28

03 Jul 19:34
43152b0
Compare
Choose a tag to compare

Meshes v0.53.28

Diff since v0.53.27

Merged pull requests:

  • Implement Coboundary{P,Q} for GridTopology when 0 < P < Q = D (#1226) (@juliohm)

Closed issues:

  • Box-Segment intersection in 3D (#810)

v0.53.27

01 Jul 18:44
e9ec843
Compare
Choose a tag to compare

Meshes v0.53.27

Diff since v0.53.26

Merged pull requests:

v0.53.26

30 Jun 20:23
f769aa5
Compare
Choose a tag to compare

Meshes v0.53.26

Diff since v0.53.25

Merged pull requests:

Closed issues:

  • Function to remove internal edges of 2D mesh (#1195)

v0.53.25

27 Jun 22:41
0cb6f64
Compare
Choose a tag to compare

Meshes v0.53.25

Diff since v0.53.24

Merged pull requests:

Closed issues:

  • Detect non 2-manifold meshes in HalfEdgeTopology constructor (#1187)
  • Use multiple threads in generalized winding numbers (#1197)
  • Use AirspeedVelocity.jl as GitHub Action (#1200)

v0.53.24

27 Jun 00:20
Compare
Choose a tag to compare

Meshes v0.53.24

Diff since v0.53.23

Merged pull requests:

  • Remove unnecessary visual tests in test/traversing.jl (#1219) (@juliohm)
  • Refactor Sutherland-Hodgeman clipping (#1220) (@juliohm)

Closed issues:

  • Bug in SutherlandHodgmanClipping method (#1218)