Skip to content

Releases: atait/lytest

v0.0.10

16 Nov 00:19
Compare
Choose a tag to compare

Required version of lygadgets that doesn't crash

v0.0.9

15 Nov 05:36
Compare
Choose a tag to compare

Phidl fallback when klayout standalone fails completely

This sometimes happens on Windows. Luckily, phidl is totally stable on both.

lygadgets detects the installation error. lytest responds by falling back.

v0.0.8

15 Nov 05:01
Compare
Choose a tag to compare

Now requires lyipc

It is used too much. Adds a lot of functionality.

v0.0.7

14 Nov 03:19
Compare
Choose a tag to compare

Git integration

Enable it with

lytest git-config

Then you can do things like

git diff feature-branch tests/ref_layouts

If you have a lyipc server running, it will automatically put the pair of offending layouts up in the GUI.

The command line interface is new. It is now in command-arguments format.

v0.0.6

25 Oct 05:01
Compare
Choose a tag to compare

Changes

Better behavior with gitignores

v0.0.5

19 Oct 08:03
Compare
Choose a tag to compare

Changes

Stronger definition of "containers": from the outside, multi-purpose language-independent layout generators; from the inside, language-specific context managers.

Script based context and container. This will be important for testing existing chips as a whole instead of unit testing their pieces.

Much more README

v0.0.3

10 Oct 04:41
Compare
Choose a tag to compare

Changes

  • Travis CI integration for testing and deployment