-
Notifications
You must be signed in to change notification settings - Fork 25
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
🔖 Bump version to 0.6.7 #633
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: GitHub Actions <[email protected]>
Signed-off-by: GitHub Actions <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #633 +/- ##
=======================================
Coverage 98.12% 98.13%
=======================================
Files 235 235
Lines 36046 36046
Branches 1754 1754
=======================================
+ Hits 35370 35373 +3
+ Misses 675 672 -3
Partials 1 1 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
The description is currently inconsistent with the title. This PR should also update the version in |
Thank you! |
Changed | ||
####### | ||
- Continuous integration: | ||
- Dropped Python 3.8 support due to its end-of-life status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should really be listed under the Removed
section
- Added Renovate to keep dependencies up-to-date | ||
- Added ``ruff`` as a Python linter and ``mypy`` for static Python type checking. Extended the pre-commit configuration with ``check-jsonschema``, ``validate-pyproject-schema-store``, ``nb-clean``, ``prettier``, ``ruff``, and ``mypy`` | ||
- CLI: | ||
- Added an optional callback to ABC in fiction's CLI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a link to ABC's GitHub to the word ABC
?
- Added rectangular SiDB gate skeletons and a script for designing a corresponding library. | ||
- Added information about how many layouts remain after each of QuickCell's pruning steps. | ||
- Added rectangular SiDB gate skeletons (16.896 nm x 16.896 nm) and a script for designing a corresponding library | ||
- Enhanced results tables in the QuickCell experiment script with information about how many layouts remain and are pruned at each pruning step |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Want to set QuickCell in italics?
- Added rectangular SiDB gate skeletons (16.896 nm x 16.896 nm) and a script for designing a corresponding library | ||
- Enhanced results tables in the QuickCell experiment script with information about how many layouts remain and are pruned at each pruning step | ||
- Continuous integration: | ||
- Added Renovate to keep dependencies up-to-date |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a link to the Renovate documentation here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be seen as an addition. I agree. Then we must say that we dropped Dependabot under Removed
, though. Could also be done as a change. Renovate in favor of Dependabot. I'm okay with either.
####### | ||
- Continuous integration: | ||
- Dropped Python 3.8 support due to its end-of-life status | ||
- Added MacOS 15 and Windows 2025 to the CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe that's an addition rather?
- Enhanced results tables in the QuickCell experiment script with information about how many layouts remain and are pruned at each pruning step | ||
- Continuous integration: | ||
- Added Renovate to keep dependencies up-to-date | ||
- Added ``ruff`` as a Python linter and ``mypy`` for static Python type checking. Extended the pre-commit configuration with ``check-jsonschema``, ``validate-pyproject-schema-store``, ``nb-clean``, ``prettier``, ``ruff``, and ``mypy`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you provide links here? They should be present in the respective PR.
Description
Version bump to 0.6.7.
Checklist: