2017-01-29 00:28:26 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated cad/py-gds to 1.1.1
---------------------------
### Version 1.1.1 (Jan 27, 2017)
* Patch to fix installation issue (missing README file in zip).
|
2017-01-24 15:31:55 by Makoto Fujiwara | Files touched by this commit (3) | |
Log message:
Updated cad/py-gds to 1.1
-------------------------
### Version 1.1 (Jan 20, 2017)
* Introduction of `GdsLibrary` to allow user to work with multiple library \
simultaneously.
* Deprecated `GdsImport` in favor of `GdsLibrary`.
* Renamed `gds_print` to `write_gds` and `GdsPrint` to `GdsWriter`.
* Development changed to Python 3 (Python 2 supported via \
[python-future](http://python-future.org/)).
* Added photonics example.
* Added test suite.
* Clipper library updated to last version.
* Fixed `inside` function sometimes reversing the order of the output.
* Fixed rounding error in `fast_boolean`.
* Fixed argument `deep_copy` being inverted in `Cell.copy`.
* Bug fixes introduced by numpy (thanks to Adam McCaughan for the contribution).
|
2016-09-22 06:47:37 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Remove redundent/unnecessary .include lines, and PYDISTUTILSPKG= yes, thanks wiz.
|
2016-09-19 08:13:35 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
- Converting PLIST to ${EGG_INFODIR}. Also add/convert .include \
lang/python/*.mk files
|
2016-09-13 13:27:50 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated cad/py-gds to 1.0
-------------------------
Version 1.0 is officially released, including the newest contribution:
point-in-polygon logical testing.
|
2016-07-22 02:21:23 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated cad/py-gds to 0.9
-------------------------
- v0.9
Almost version 1.0...
This version introduces new translation and copy features
added by John Bell. A new flag for joining polygons before
offsetting them has also been included.
- v0.8.1 Faster boolean and offset
This release introduces the Clipper library for better
performance on boolean and offset operations on polygons.
Compiled Windows binaries are contributed by @johnlb.
- v0.7.1 First GitHub release
Minor structural changes since version 0.7.
Compiled Windows binaries for Python 3.5 are contributed by
@johnlb.
|
2016-07-22 02:02:56 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
Import py27-gds-0.7.1 as cad/py-gds.
Gdspy is a Python module for creating GDSII stream files, usually CAD
layouts. It includes a layout viewer for the geometries created, and
it can also be used to import and merge GDSII files.
|