File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.60 - 2025-04-15
4
+ ### Fixed
5
+ - Added support to 32-bit layers and datatypes.
6
+
3
7
## 0.9.59 - 2025-02-11
4
8
### Fixed
5
9
- Treat string properties as binary byte arrays in OASIS.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ LICENSE file or <http://www.boost.org/LICENSE_1_0.txt>
11
11
#define __STDC_FORMAT_MACROS 1
12
12
#define _USE_MATH_DEFINES
13
13
14
- #define GDSTK_VERSION " 0.9.59 "
14
+ #define GDSTK_VERSION " 0.9.60 "
15
15
16
16
// If GDSTK_CUSTOM_ALLOCATOR is defined, the user must supply implementations
17
17
// for the following dynamic memory management functions:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
7
7
8
8
[project ]
9
9
name = " gdstk"
10
- version = " 0.9.59 "
10
+ version = " 0.9.60 "
11
11
authors = [{
name =
" Lucas H. Gabrielli" ,
email =
" [email protected] " }]
12
12
description = " Python module for creation and manipulation of GDSII files."
13
13
readme = " README.md"
You can’t perform that action at this time.
0 commit comments