Merged
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.
List of updates:
Updated the build.yml workflow file to support python 3.11 to 3.14.
Added a test.yml file so that the parallel-sparse-tools repository can be independently tested on GitHub with manual trigger.
Update pyproject.toml to support python 3.11 to 3.14 and also install pdm dependencies required for independent tests on GitHub.
Optimized the compile flags and linker flags for macOS in setup.py. Also, libomp installation (necessary in macOS) is now triggered when user installs parallel-sparse-tools manually on Mac systems.
Corrected a small bug in setup.py where the windows compiler and linker flags were being overwritten with linux files due to "if" statement instead of "elif".