-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Switch to mqt-core
Python package
#432
Draft
burgholzer
wants to merge
11
commits into
main
Choose a base branch
from
use-mqt-core-package
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
burgholzer
added
feature
New feature or request
dependencies
Pull requests that update a dependency file
python
Anything related to Python code
packaging
Anything related to Python packaging
c++
Anything related to C++ code
minor
Part of a minor release
labels
Aug 6, 2024
This was referenced Aug 6, 2024
burgholzer
force-pushed
the
use-mqt-core-package
branch
from
August 6, 2024 22:13
e95ffd5
to
5495501
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #432 +/- ##
=====================================
Coverage 95.4% 95.5%
=====================================
Files 40 40
Lines 1834 1846 +12
Branches 223 225 +2
=====================================
+ Hits 1751 1763 +12
Misses 83 83
|
burgholzer
force-pushed
the
use-mqt-core-package
branch
6 times, most recently
from
August 10, 2024 13:34
96ff41e
to
db6cb20
Compare
burgholzer
force-pushed
the
use-mqt-core-package
branch
5 times, most recently
from
August 14, 2024 17:25
055c342
to
bf94b85
Compare
burgholzer
force-pushed
the
use-mqt-core-package
branch
2 times, most recently
from
September 4, 2024 21:26
77145ad
to
64dfa87
Compare
burgholzer
added
major
Part of a major release
and removed
minor
Part of a minor release
labels
Sep 4, 2024
burgholzer
force-pushed
the
use-mqt-core-package
branch
from
September 5, 2024 18:58
64dfa87
to
fcb3755
Compare
4 tasks
burgholzer
added a commit
that referenced
this pull request
Sep 29, 2024
## Description This PR updates the CD workflow so that anytime it runs on a push to `main`, it uploads the resulting package to Test PyPI. This allows to battle test the packages before official releases. This will be especially important in the context of #432 ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines.
burgholzer
force-pushed
the
use-mqt-core-package
branch
from
September 29, 2024 09:54
fcb3755
to
87329d1
Compare
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
(temporarily as a git dependency) Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
burgholzer
force-pushed
the
use-mqt-core-package
branch
from
September 29, 2024 15:17
87329d1
to
e22ad39
Compare
burgholzer
force-pushed
the
use-mqt-core-package
branch
from
October 8, 2024 16:22
c53cb51
to
e22ad39
Compare
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.
Description
This is an alternative to #355 and hopefully marks the final try of directly incorporating the
mqt-core
Python package. See #355 and #352 for some history on this topic.Checklist: