-
Notifications
You must be signed in to change notification settings - Fork 22
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
♻️ Refactor EquivalenceCheckingManager and 📝✨ Revamp Documentation #566
Merged
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #566 +/- ##
=======================================
- Coverage 96.1% 96.0% -0.2%
=======================================
Files 40 38 -2
Lines 1877 1721 -156
Branches 224 197 -27
=======================================
- Hits 1805 1653 -152
+ Misses 72 68 -4
🚀 New features to boost your workflow:
|
1db2b7d
to
260c8a0
Compare
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Now that they are exposed to Python, this is entirely possible. Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
…face and remove redundant methods Signed-off-by: burgholzer <[email protected]>
…s module to the stubs Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
260c8a0
to
36991ee
Compare
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
36991ee
to
5698a10
Compare
Signed-off-by: burgholzer <[email protected]>
Signed-off-by: burgholzer <[email protected]>
5698a10
to
35cf328
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c++
Anything related to C++ code
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
Anything related to improvements of the existing library
fix
Anything related to bugfixes
major
Part of a major release
pre-commit
Pull requests that update pre-commit checks
python
Anything related to Python code
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 pull request includes several enhancements and updates across the project and associated documentation:
mqt-core
and pre-commit hooks to their latest versions.EquivalenceCheckingManager
to streamline its public interface by removing redundant methods.This contains some breaking changes on the C++ as well as the Python side. However, these should simplify the usage of the library and generally reduce the size of the code base. With the 3.0 release coming up, this is the time for making such changes.
At least locally, it also looks like this will fix #546. That still needs to be verified though.
Checklist: