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

Commit

Permalink
Release v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
heitzmann committed Jul 14, 2021
1 parent 2dffe9c commit a13b0cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Boost Software License - Version 1.0](https://img.shields.io/github/license/heitzmann/gdspy.svg)](http://www.boost.org/LICENSE_1_0.txt)
[![Documentation Status](https://readthedocs.org/projects/gdspy/badge/?version=stable)](https://gdspy.readthedocs.io/en/stable/?badge=stable)
[![Tests](https://github.com/heitzmann/gdstk/workflows/tests/badge.svg)](https://github.com/heitzmann/gdspy/actions)
[![tests](https://github.com/heitzmann/gdspy/actions/workflows/testing.yml/badge.svg)](https://github.com/heitzmann/gdspy/actions/workflows/testing.yml)
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/pr49a6bhxvbqwocy?svg=true)](https://ci.appveyor.com/project/heitzmann/gdspy)
[![Downloads](https://img.shields.io/github/downloads/heitzmann/gdspy/total.svg)](https://github.com/heitzmann/gdspy/releases)

Expand Down Expand Up @@ -73,8 +73,9 @@ Help support Gdspy development by [donating via PayPal](https://www.paypal.com/c

## History of changes

### Unreleased
* Fix an edge case in `boolean` where holes generated wrong results.
### Version 1.6.7 (Jul 14, 2021)
* Fixes in `boolean` for bugs with self-intersecting holes and holes horizontal edges.
* Fix bug in warning message.

### Version 1.6.6 (Jun 09, 2021)
* Fix error in `Path.smooth` not finding `_hobby` function.
Expand Down
2 changes: 1 addition & 1 deletion gdspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- http://www.buchanan1.net/stream_description.html
"""

__version__ = "1.6.6"
__version__ = "1.6.7"

import warnings

Expand Down

0 comments on commit a13b0cc

Please sign in to comment.