Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit a13b0cc

Browse files
committed
Release v1.6.7
1 parent 2dffe9c commit a13b0cc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.

gdspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- http://www.buchanan1.net/stream_description.html
2020
"""
2121

22-
__version__ = "1.6.6"
22+
__version__ = "1.6.7"
2323

2424
import warnings
2525

0 commit comments

Comments
 (0)