FGW
FGW copied to clipboard
Introduce Version Management and Related Code Fixes
Thank you for sharing your implementation. While running the provided code, I encountered a few issues that required modifications. I believe these changes could also be helpful for others, so I’m submitting this pull request.
- Package Version Management: Added uv to ensure reproducible environments with consistent package versions. I also updated the
README.mdwith details. - Deprecated SciPy Functions: Replaced functions that were deprecated in newer versions of SciPy with their recommended alternatives.
- Matrix Validation in
lib/custom_svc.py: Fixed an error in the matrix check to ensure proper handling during execution.