From 3d05d25025aac63ec0265b26f37b2660d2567169 Mon Sep 17 00:00:00 2001 From: Lucas Heitzmann Gabrielli Date: Fri, 16 Dec 2022 22:17:30 -0300 Subject: [PATCH] Release v0.9.35 --- CHANGELOG.md | 5 +++++ README.md | 4 +++- src/gdstk.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63285b08b..b80bde92f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 0.9.35 - 2022-12-16 +### Fixed +- Segfaults caused by class inheritance in Python +- Segfaults caused by cleanup of incomplete initialization of Python instances + ## 0.9.1 - 2022-10-12 ### Fixed - Reading polygons with extremelly large number of vertices diff --git a/README.md b/README.md index 7d3ffe7de..ef7be7c2a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GDSTK 0.9.34 +# GDSTK 0.9.35 [![Boost Software License - Version 1.0](https://img.shields.io/github/license/heitzmann/gdstk.svg)](https://www.boost.org/LICENSE_1_0.txt) [![Tests Runner](https://github.com/heitzmann/gdstk/workflows/Tests%20Runner/badge.svg)](https://github.com/heitzmann/gdstk/actions) @@ -58,6 +58,8 @@ Simply run the following to install the package for the current user: pip install --user gdstk ``` +Or download and install the available wheels manually. + #### Conda Windows users are suggested to install via [Conda](https://www.anaconda.com/) using the available [conda-forge recipe](https://github.com/conda-forge/gdstk-feedstock). diff --git a/src/gdstk.h b/src/gdstk.h index 84acedbcb..db4a2051c 100644 --- a/src/gdstk.h +++ b/src/gdstk.h @@ -11,7 +11,7 @@ LICENSE file or #define __STDC_FORMAT_MACROS #define _USE_MATH_DEFINES -#define GDSTK_VERSION "0.9.34" +#define GDSTK_VERSION "0.9.35" // If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations // for the following dynamic memory management functions: