- added a message to show if voronoi_diagram method can be used (require Shapely >= 1.8)

This commit is contained in:
Marius Stanciu
2020-10-22 11:14:21 +03:00
committed by Marius
parent 0ad9d3ebd1
commit 5e4db95a33
2 changed files with 22 additions and 9 deletions

View File

@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
=================================================
22.10.2020
- added a message to show if voronoi_diagram method can be used (require Shapely >= 1.8)
21.10.2020
- in Geometry Object fixed the issue with not using the End X-Y value and also made some other updates here