Path to this page:
./
cad/py-gdstk,
C++/Python library for GDSII and OASIS files
Branch: CURRENT,
Version: 0.9.59,
Package name: py312-gdstk-0.9.59,
Maintainer: pkgsrc-usersGdstk (GDSII Tool Kit) is a C++/Python library for creation and manipulation
of GDSII and OASIS files. It is also available as a Python module meant to be
a successor to Gdspy.
Key features for the creation of complex CAD layouts are included:
- Boolean operations on polygons (AND, OR, NOT, XOR) based on clipping
algorithm
- Polygon offset (inward and outward rescaling of polygons)
- Efficient point-in-polygon solutions for large array sets
Typical applications of Gdstk are in the fields of electronic chip design,
planar lightwave circuit design, and mechanical engineering.
Required to run:[
math/py-numpy]
Master sites:
Filesize: 358.799 KB
Version history: (Expand)
- (2025-02-16) Updated to version: py312-gdstk-0.9.59
- (2025-01-28) Updated to version: py312-gdstk-0.9.58
- (2024-10-14) Updated to version: py312-gdstk-0.9.50
- (2024-02-23) Updated to version: py311-gdstk-0.9.50
- (2023-06-17) Updated to version: py310-gdstk-0.9.42
- (2023-06-04) Updated to version: py310-gdstk-0.9.41
CVS history: (Expand)
2025-02-16 00:37:22 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(cad/py-gdstk) Updated 0.9.58 to 0.9.59
## 0.9.59 - 2025-02-11
### Fixed
- Treat string properties as binary byte arrays in OASIS.
|
2025-01-27 23:39:16 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(cad/py-gdstk) Updated 0.9.50 to to 0.9.58, by Atsushi Toyokura @wip
(please note, there is related, but independent package wip/gdstk
for C++ headers and *.a only from the same DISTFILE)
0.9.58 - 2024-11-25
Changed
- Empty paths now give a warning when being converted to polygons or
stored in GDSII/OASIS.
Fixed
- Missing paths when vertices were separated exactly by the tolerance
(#277)
0.9.57 - 2024-11-07
Fixed
- Bug when removing GDSII properties (#276, thanks jatoben).
0.9.56 - 2024-10-28
Added
- Support for Python 3.13.
Fixed
- Copy Raith data in `Cell::get_flexpaths`.
0.9.55 - 2024-08-31
Fixed
- Memory bug fix for Raith data
0.9.54 - 2024-08-31
Changed
- Dropped unnecessary dependencies
Fixed
- Trapezoid loading bug in OASIS format
0.9.53 - 2024-07-04
Added
- Support for Raith MBMS path data (thanks Matthew Mckee).
- Support for numpy 2.0
Changed
- Dropped support for python 3.8
Fixed
- Qhull maximal number of points.
0.9.52 - 2024-04-18
Fixed
- Infinite loop in `Cell::remap_tags` (#246, thanks dtzitkas!)
- Install headers when targeting the C++ library (#245)
0.9.51 - 2024-04-17
Changed
- Use scikit-build-core for building, which enables support for Python
3.12 on Windows.
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-03-03 18:15:57 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-gdstk: minor documentary improvement to DESCR
|
2024-03-03 18:09:22 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
py-gdstk: minor documentary improvements
|
2024-02-27 11:31:22 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-gdstk: finish conversion to wheel.mk
|
2024-02-23 10:39:17 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(cad/py-gdstk) Updated 0.9.42 to 0.9.50
## 0.9.50 - 2024-02-07
### Added
- `Polygon.perimeter`.
## 0.9.49 - 2023-12-29
### Fixed
- Type annotation for `Cell.write_svg`.
## 0.9.48 - 2023-12-21
### Changed
- `Cell.dependencies` accepts keyword arguments.
### Fixed
- Fracturing polygons with few points is more robust.
- Compilation improvements.
## 0.9.45 - 2023-10-12
### Changed
- Use Qhull as an external dependecy instead of installing it
ourselves to avoid conflicts.
## 0.9.43 - 2023-10-08
### Added
- `Library.remap` and `Cell.remap` to remap layer and data/text types
- Add typing stub
- Add deepcopy support
### Changed
- Raise an error if not both layer and datatype are specified in
`Cell.get_polygons` and `Reference.get_polygons`.
- Correct ordering of path ends in `Library::read_oas()`
### Fixed
- Sort `Slice` Positions When converting from python because the
internal implementation expects the coordinates to be sorted
|