FGW icon indicating copy to clipboard operation
FGW copied to clipboard

Introduce Version Management and Related Code Fixes

Open KeishiS opened this issue 7 months ago • 0 comments

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.

  1. Package Version Management: Added uv to ensure reproducible environments with consistent package versions. I also updated the README.md with details.
  2. Deprecated SciPy Functions: Replaced functions that were deprecated in newer versions of SciPy with their recommended alternatives.
  3. Matrix Validation in lib/custom_svc.py : Fixed an error in the matrix check to ensure proper handling during execution.

KeishiS avatar Sep 24 '25 05:09 KeishiS