Add #14: Introduce continuous integration tests for HTML output#115
Open
mariam851 wants to merge 1 commit intorasbt:masterfrom
Open
Add #14: Introduce continuous integration tests for HTML output#115mariam851 wants to merge 1 commit intorasbt:masterfrom
mariam851 wants to merge 1 commit intorasbt:masterfrom
Conversation
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.
Hi @rasbt,
This PR addresses issue #58 by implementing importlib.metadata (with a fallback to importlib_metadata for older Python versions) to fetch package versions. This provides a more robust way to retrieve version information for packages that do not follow the standard version convention, such as gurobi or gurobipy.
Note on implementation: Since I have been working on related enhancements in my local environment, the core logic was already refined and tested. Therefore, no new code changes were necessary for this specific submission beyond organizing the branch and ensuring the CI configuration (AppVeyor) is correctly aligned.