Skip to content

Releases: circuitgraph/circuitgraph

v0.2.1

23 May 21:21
ba32d27
Compare
Choose a tag to compare
version 0.2.1

v0.2.0

23 Apr 00:54
Compare
Choose a tag to compare

This release has two major changes:

  • output is no longer a node type but an extra property. It can be accessed using Circuit.is_output and Circuit.set_output. Any node with a primitive gate type can be marked as an output.
  • Import structure has changed. Most functions should now be referrenced based on their parent module, e.g., cg.tx.syn instead of cg.syn.

v0.1.3

24 Sep 16:33
Compare
Choose a tag to compare
Updated docs and bumped verison

v0.1.2

25 Jan 05:01
Compare
Choose a tag to compare
Bumped version and updated docs

v0.1.1

22 Jan 18:46
Compare
Choose a tag to compare
added parsing files to setup.py and manifest

v0.0.3

08 Sep 15:28
Compare
Choose a tag to compare
incremented version number in setup.py

v0.0.2

08 Sep 15:27
393e830
Compare
Choose a tag to compare
Merge pull request #11 from circuitgraph/dev

Dev

Initial Release

30 Aug 20:06
Compare
Choose a tag to compare
v0.0.1

paper fix