Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the package version, revises core dependencies, and removes seldom-used requirements to streamline CI.
- Bump cert_tools version to 0.0.5 and add a CHANGELOG
- Pin and reorganize dependencies in setup.cfg and environment.yml
- Remove top-level pandas/plotly imports, replace pylgmath with SciPy in tests
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| setup.cfg | Updated package version and tightened install_requires |
| environment.yml | Moved optional dev packages under local dev and trimmed core deps |
| cert_tools/hom_qcqp.py | Deferred plotly imports to function scope |
| cert_tools/eopt_solvers.py | Removed pandas import, added linprog import, added print warning |
| cert_tools/init.py | Bumped version |
| _test/utils.py | Replaced pylgmath.so3op.vec2rot with custom vec2rot util |
| CHANGELOG.md | Introduced changelog file and entry for v0.0.4 |
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.
Uh oh!
There was an error while loading. Please reload this page.