Skip to content

Commit

Permalink
Updated docs and bumped verison
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnprdy committed Sep 24, 2021
1 parent 5a0386f commit ddb5790
Show file tree
Hide file tree
Showing 21 changed files with 1,211 additions and 276 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.3] - 2021-09-24
### Added
- More robust checks for incorrect circuit construction
- More robust parsing, including faster parsing using regex
- Simple circuit visualization
- `X` type for nodes (similar to `0`, and `1`)
- Sequential unroll transform

## [0.1.2] - 2021-01-24
### FIXED
- Synthesis now works with python3.6 again
Expand Down
4 changes: 2 additions & 2 deletions docs/analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="generator" content="pdoc 0.9.2" />
<meta name="generator" content="pdoc 0.8.4" />
<title>circuitgraph.analysis API documentation</title>
<meta name="description" content="Functions for analysis of Boolean properties" />
<link rel="preload stylesheet" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css" integrity="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs=" crossorigin>
Expand Down Expand Up @@ -453,7 +453,7 @@ <h1>Index</h1>
</nav>
</main>
<footer id="footer">
<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.9.2</a>.</p>
<p>Generated by <a href="https://pdoc3.github.io/pdoc"><cite>pdoc</cite> 0.8.4</a>.</p>
</footer>
</body>
</html>
Loading

0 comments on commit ddb5790

Please sign in to comment.