Skip to content

Commit

Permalink
Remove reference to examples folder when doing 'make clean' (#1312)
Browse files Browse the repository at this point in the history
**Context:** The examples folder was removed together with the LQ plugin
but `make clean` still refers to it.

**Description of the Change:** Remove reference.

**NOTE:** It also unifies the duplicated section "Internal changes" in
the change log.
  • Loading branch information
rauletorresc authored Nov 18, 2024
1 parent 4925d37 commit de80183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,18 @@
Python's stable ABI, which pybind11 does not support.
[(#1187)](https://github.com/PennyLaneAI/catalyst/pull/1187)

* Remove Lightning Qubit Dynamic plugin from Catalyst.
[(#1227)](https://github.com/PennyLaneAI/catalyst/pull/1227)
[(#1307)](https://github.com/PennyLaneAI/catalyst/pull/1307)
[(#1312)](https://github.com/PennyLaneAI/catalyst/pull/1312)

<h3>Documentation 📝</h3>

* A new tutorial going through how to write a new MLIR pass is available. The tutorial writes an empty pass that prints hello world. The code of the tutorial is at [a separate github branch](https://github.com/PennyLaneAI/catalyst/commit/ba7b3438667963b307c07440acd6d7082f1960f3).
[(#872)](https://github.com/PennyLaneAI/catalyst/pull/872)

<h3>Bug fixes 🐛</h3>

<h3>Internal changes</h3>

* Remove Lightning Qubit Dynamic plugin from Catalyst.
[(#1227)](https://github.com/PennyLaneAI/catalyst/pull/1227)
[(#1307)](https://github.com/PennyLaneAI/catalyst/pull/1307)

<h3>Contributors ✍️</h3>

This release contains contributions from (in alphabetical order):
Expand Down
1 change: 0 additions & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ coverage: capi_target $(RT_BUILD_DIR)/tests/runner_tests_all_targets
clean:
@echo "clean build files"
rm -rf $(RT_BUILD_DIR) cov coverage.info $(MK_DIR)/BuildTidy
$(MAKE) -C examples clean

.PHONY: format
format:
Expand Down

0 comments on commit de80183

Please sign in to comment.