Releases: atait/klayout-ipc
Releases · atait/klayout-ipc
v0.2.10
Decoding bytes properly. kqp(D, [fresh=False])
will load the layout if it is not already being displayed.
v0.2.9
Linkage dependencies specified
User doesn't have to first link lygadgets. User doesn't even have to know what lygadgets is
v0.2.8
Simplified writing by using lygadgets.any_write
. This makes it more language-independent and reduces redundant code.
v0.2.6
Incorporated remote jobs. See the pull request #6
v0.2.5
Now requires a lygadgets version that won't crash
v0.2.2
Travis integration upgrades
- Doing a real test that is hard in the docker
- Updated password encryption
v0.2.1
Major reorientation to a PyPI-only package
There is no more salt package. No more self-installing. Just
pip install lyipc
lygadgets_link lyipc
The second line is now essential. Good news is you can call it from anywhere, regardless of where lyipc ended up being installed
v0.1.11
Changes
- bugfix in setup.py preventing the whole thing from reinstalling
v0.1.10
Changes
- Compatibility with the new v0.0.7 of
lygadgets