馃敄 Prepare release of v1.4.3 - #384
Merged
Merged
Conversation
Update the MLIR installation template to require LLVM/MLIR for source builds and remove the obsolete generated option for disabling it. Assisted-by: GPT-5.6 via Codex
Assisted-by: GPT-5.6 via Codex
burgholzer
enabled auto-merge (squash)
July 29, 2026 18:04
burgholzer
disabled auto-merge
July 29, 2026 18:04
burgholzer
enabled auto-merge (squash)
July 29, 2026 18:04
12 tasks
burgholzer
added a commit
that referenced
this pull request
Jul 29, 2026
馃 *AI text below* 馃 ## Description Consolidate the merged v1.4.2 and v1.4.3 release preparations into the single unpublished v1.4.2 release. PR #383 prepared v1.4.2 but the corresponding tag and release were never published. PR #384 then prepared v1.4.3 under the mistaken assumption that v1.4.2 had already been released. This corrective PR: - folds the MLIR template change from #384 into the v1.4.2 changelog and upgrade-guide sections; - removes the premature v1.4.3 sections and links; and - restores `pyproject.toml` and `uv.lock` to version 1.4.2. The existing v1.4.2 draft release remains unpublished and targets `main`, so it can be published after this PR is merged. ## Validation - `uv lock` - `uv run --group test python -m pytest` (9 passed) - `uv run prek run --all-files` - Independent exact-candidate verification (9 passed; no v1.4.3 references; no scope expansion) ## Checklist - [x] The pull request only contains commits that are focused and relevant to this change. - [x] I have added appropriate tests that cover the new/changed functionality. - [x] I have updated the documentation to reflect these changes. - [x] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals. - [x] I have added migration instructions to the upgrade guide (if needed). - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes. **If PR contains AI-assisted content:** - [x] Any agent that created, edited, or submitted GitHub content was explicitly authorized for that scope, as required by our [AI Usage Guidelines](https://github.com/munich-quantum-toolkit/templates/blob/main/docs/ai_usage.md). - [x] Every agent-authored or agent-edited public text body begins with the visible disclosure `馃 *AI text below* 馃` (titles are exempt). - [x] AI-assisted commits include an `Assisted-by: [Model Name] via [Tool Name]` footer. - [x] I confirm that I have personally reviewed and understood all AI-generated content, and accept full responsibility for it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
馃 AI text below 馃
Description
Prepare the v1.4.3 release and align the
c++-mlir-pythoninstallation template with projects that require LLVM/MLIR for every source build.The template now states that LLVM/MLIR is mandatory and no longer generates instructions for a
BUILD_MQT_<NAME>_MLIRswitch. This prevents munich-quantum-toolkit/core#1963 from restoring the option removed by munich-quantum-toolkit/core#1953. It also removes an invalid generated option fromcore-plugins-catalyst, the only other consumer of this template variant.Validation
uv run --group test python -m pytest(9 passed)uv run prek run --all-filesdocs/installation.mdmatches current Coremainexactly.Checklist
If PR contains AI-assisted content:
馃 *AI text below* 馃(titles are exempt).Assisted-by: [Model Name] via [Tool Name]footer.