You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@
14
14
-`PointLocationHistory` was not marked as public. This has been fixed. See [#198](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/pull/198).
15
15
- Fixed an issue with missing docstrings and duplicate docstrings in the documentation. See [#198](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/pull/198).
16
16
-`copy` and `deepcopy` are now correctly implemented for `PolygonTree`s and `PolygonHierarchy`s. See [#199](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/pull/199)
17
-
- Implemented `copy` and `deepcopy` for `Triangulation` and `VoronoiTessellation`. See
18
-
- Fixed a bug with `Triangulation`s `polygon_hierarchy` not being correctly aliased with the `polygon_hierarchy` from the `BoundaryEnricher`, and similarly for the `boundary_edge_map`. See
19
-
- Implemented `==` for `VoronoiTessellation`.
17
+
- Implemented `copy` and `deepcopy` for `Triangulation` and `VoronoiTessellation`. See[#201](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/pull/201).
18
+
- Fixed a bug with `Triangulation`s `polygon_hierarchy` not being correctly aliased with the `polygon_hierarchy` from the `BoundaryEnricher`, and similarly for the `boundary_edge_map`. See[#201](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/pull/201).
19
+
- Implemented `==` for `VoronoiTessellation`. See [#201](https://github.com/JuliaGeometry/DelaunayTriangulation.jl/pull/201).
0 commit comments