Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
df8b97b
Migrate unified compiler to Catalyst
mudit2812 Nov 17, 2025
9536707
Fixing migration artifacts; linting
mudit2812 Nov 17, 2025
1453aae
Fix CI errors; Ignore unified compiler in coverage reports
mudit2812 Nov 17, 2025
efc0f88
Test out how graphviz is installed
mudit2812 Nov 17, 2025
10cd749
Lint some more
mudit2812 Nov 17, 2025
27de22d
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 17, 2025
f7aa2b6
[skip ci] Skip CI
mudit2812 Nov 17, 2025
012f58b
[skip ci] Skip CI
mudit2812 Nov 17, 2025
f0a0c90
Merge branch 'migrate-unified-compiler' of https://github.com/PennyLa…
mudit2812 Nov 17, 2025
c98755e
Try installing graphviz with apt
mudit2812 Nov 17, 2025
bb5bd00
Fix codefactor complaints
mudit2812 Nov 17, 2025
1448472
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 17, 2025
5e745f5
Try appeasing codefactor again
mudit2812 Nov 17, 2025
0409933
Try appeasing codefactor once again
mudit2812 Nov 17, 2025
e786a12
Pylint suppression
mudit2812 Nov 17, 2025
4ae10ff
Reduce complexity of stablehlo.reduce and stablehlo.dynamic_broadcast…
mudit2812 Nov 17, 2025
dc41a7b
Fix some failures
mudit2812 Nov 18, 2025
58b13e4
Try change to graphviz installation
mudit2812 Nov 18, 2025
4e5f904
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 18, 2025
637d2cf
Try installing graphviz with pip
mudit2812 Nov 18, 2025
091c5e1
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 18, 2025
64e0fd4
Try installing graphviz with both apt and pip
mudit2812 Nov 18, 2025
dc15d3a
Add utils file to remove conftest imports
mudit2812 Nov 18, 2025
e7e33d6
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 18, 2025
f919e8d
Remove unused imports
mudit2812 Nov 18, 2025
005ba9f
Add graphviz dependencies to lightning.kokkos testing workflow
mudit2812 Nov 18, 2025
6117189
Update cookbook
mudit2812 Nov 18, 2025
6961324
Migrate all changelog entries from PennyLane
mudit2812 Nov 18, 2025
0fdbb46
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 18, 2025
a868bc3
Add EOF new line to .codecov.yml
mudit2812 Nov 18, 2025
8f00b2f
change changelog entry slightly
mudit2812 Nov 18, 2025
22a6e6e
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 20, 2025
a63412d
basic cl
andrijapau Nov 20, 2025
82b023a
Trigger CI
andrijapau Nov 20, 2025
efdea51
Merge branch 'migrate-unified-compiler' into feature/graph-visualization
andrijapau Nov 20, 2025
248b7bd
feat: add `DAGBuilder` abstract base class and `PyDotDAGBuilder` conc…
andrijapau Nov 20, 2025
b4a321d
Merge branch 'main' into migrate-unified-compiler
mudit2812 Nov 26, 2025
09be3af
feat: add `nodes`, `clusters` and `edges` properties to DAGBuilders (…
andrijapau Nov 26, 2025
4cbe02a
Remove reference to 'remove-chained-self-inverses'
mudit2812 Nov 26, 2025
c5f08c3
Remove leftover references to pennylane.compiler.python_compiler
mudit2812 Nov 27, 2025
251832a
feat: add `ConstructCircuitDAG` director pattern (#2214)
andrijapau Nov 28, 2025
f8cd095
fix: rename `id` to `uid` (#2246)
andrijapau Nov 28, 2025
43acb6f
fix: rename id to uid in FakeDAGBuilder
andrijapau Nov 28, 2025
f87de2a
format: black and isort
andrijapau Nov 28, 2025
fe76357
Streamline circuit inspection utilities (#2237)
jzaia18 Dec 1, 2025
fc2ce0e
Merge branch 'migrate-unified-compiler' into feature/graph-visualization
andrijapau Dec 1, 2025
5f2028d
feat: add cluster visualization for `FuncOp` and `DeviceInitOp` opera…
andrijapau Dec 5, 2025
c5b9337
fix: use standard cluster label rather than "label" nodes (#2285)
andrijapau Dec 10, 2025
8f6563e
feat: add cluster visualization for `WhileOp`, `IfOp`, `ForOp` (#2234)
andrijapau Dec 10, 2025
3179d95
feat: visualize static operators and measurements as nodes (#2218)
andrijapau Dec 10, 2025
017a93a
Merge branch 'main' into feature/graph-visualization
andrijapau Dec 10, 2025
53923a6
Apply suggestion from @andrijapau
andrijapau Dec 10, 2025
126f585
Revert "Apply suggestion from @andrijapau"
andrijapau Dec 10, 2025
4bef8af
clean up merge
andrijapau Dec 10, 2025
1555917
Apply suggestion from @andrijapau
andrijapau Dec 10, 2025
993722f
Apply suggestion from @andrijapau
andrijapau Dec 10, 2025
527e9b0
Apply suggestion from @andrijapau
andrijapau Dec 10, 2025
248594c
Apply suggestion from @andrijapau
andrijapau Dec 10, 2025
8c32850
Apply suggestion from @andrijapau
andrijapau Dec 10, 2025
feb3ef3
Apply suggestion from @andrijapau
andrijapau Dec 10, 2025
b3d9a0b
remove transform.py
andrijapau Dec 10, 2025
f88ccc3
restore frontend/catalyst/compiler.py
andrijapau Dec 10, 2025
26fddb8
restore frontend/catalyst/jit.py
andrijapau Dec 10, 2025
324bbda
restore frontend/test/pytest/python_interface/conftest.py
andrijapau Dec 10, 2025
8bf4c17
restore test_python_compiler.py
andrijapau Dec 10, 2025
e8ef2c3
change tests
andrijapau Dec 10, 2025
37fe1d9
Merge branch 'main' into feature/graph-visualization
andrijapau Dec 11, 2025
8add091
fix: remove pytest.mark.unit as it isnt recognized
andrijapau Dec 12, 2025
32c9ca9
Merge branch 'main' into feature/graph-visualization
andrijapau Dec 12, 2025
da1b55c
Merge branch 'main' into feature/graph-visualization
andrijapau Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<h3>New features since last release</h3>

* Compiled programs can be visualized.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry should probably be significantly more descriptive since it's a pretty big new feature

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah - just a place holder for now 😄

[(#2213)](https://github.com/PennyLaneAI/catalyst/pull/2213)
[(#2229)](https://github.com/PennyLaneAI/catalyst/pull/2229)
[(#2214)](https://github.com/PennyLaneAI/catalyst/pull/2214)
[(#2246)](https://github.com/PennyLaneAI/catalyst/pull/2246)
[(#2231)](https://github.com/PennyLaneAI/catalyst/pull/2231)
[(#2285)](https://github.com/PennyLaneAI/catalyst/pull/2285)
[(#2234)](https://github.com/PennyLaneAI/catalyst/pull/2234)
[(#2218)](https://github.com/PennyLaneAI/catalyst/pull/2218)

* Catalyst now features a unified compilation framework, which enables users and developers to design
and implement compilation passes in Python in addition to C++, on the same Catalyst IR. The Python
interface relies on the xDSL library to represent and manipulate programs (analogous to the MLIR library
Expand Down
Loading