This repository was archived by the owner on Aug 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Boost Software License - Version 1.0] ( https://img.shields.io/github/license/heitzmann/gdspy.svg )] ( http://www.boost.org/LICENSE_1_0.txt )
44[ ![ Documentation Status] ( https://readthedocs.org/projects/gdspy/badge/?version=stable )] ( https://gdspy.readthedocs.io/en/stable/?badge=stable )
5- [ ![ Tests ] ( https://github.com/heitzmann/gdstk/ workflows/tests /badge.svg )] ( https://github.com/heitzmann/gdspy/actions )
5+ [ ![ tests ] ( https://github.com/heitzmann/gdspy/actions/ workflows/testing.yml /badge.svg )] ( https://github.com/heitzmann/gdspy/actions/workflows/testing.yml )
66[ ![ Appveyor Status] ( https://ci.appveyor.com/api/projects/status/pr49a6bhxvbqwocy?svg=true )] ( https://ci.appveyor.com/project/heitzmann/gdspy )
77[ ![ Downloads] ( https://img.shields.io/github/downloads/heitzmann/gdspy/total.svg )] ( https://github.com/heitzmann/gdspy/releases )
88
@@ -73,8 +73,9 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c
7373
7474## History of changes
7575
76- ### Unreleased
77- * Fix an edge case in ` boolean ` where holes generated wrong results.
76+ ### Version 1.6.7 (Jul 14, 2021)
77+ * Fixes in ` boolean ` for bugs with self-intersecting holes and holes horizontal edges.
78+ * Fix bug in warning message.
7879
7980### Version 1.6.6 (Jun 09, 2021)
8081* Fix error in ` Path.smooth ` not finding ` _hobby ` function.
Original file line number Diff line number Diff line change 1919- http://www.buchanan1.net/stream_description.html
2020"""
2121
22- __version__ = "1.6.6 "
22+ __version__ = "1.6.7 "
2323
2424import warnings
2525
You can’t perform that action at this time.
0 commit comments