Skip to content

Releases: atait/klayout-ipc

v0.2.10

19 Feb 23:35
Compare
Choose a tag to compare

Decoding bytes properly. kqp(D, [fresh=False]) will load the layout if it is not already being displayed.

v0.2.9

29 Mar 21:29
Compare
Choose a tag to compare

Linkage dependencies specified

lygadgets_link lyipc

User doesn't have to first link lygadgets. User doesn't even have to know what lygadgets is

v0.2.8

13 Mar 04:09
Compare
Choose a tag to compare

Simplified writing by using lygadgets.any_write. This makes it more language-independent and reduces redundant code.

v0.2.6

01 Dec 09:35
Compare
Choose a tag to compare

Incorporated remote jobs. See the pull request #6

v0.2.5

16 Nov 00:14
Compare
Choose a tag to compare

Now requires a lygadgets version that won't crash

v0.2.3

15 Nov 04:44
Compare
Choose a tag to compare

Travis round 2

v0.2.2

15 Nov 04:40
Compare
Choose a tag to compare

Travis integration upgrades

  • Doing a real test that is hard in the docker
  • Updated password encryption

v0.2.1

15 Nov 03:34
Compare
Choose a tag to compare

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

10 Oct 00:44
Compare
Choose a tag to compare

Changes

  • bugfix in setup.py preventing the whole thing from reinstalling

v0.1.10

09 Oct 21:28
Compare
Choose a tag to compare

Changes

  • Compatibility with the new v0.0.7 of lygadgets