Skip to content

Update linalg.py#5

Open
JordanRO2 wants to merge 2 commits intofedackb:masterfrom
JordanRO2:master
Open

Update linalg.py#5
JordanRO2 wants to merge 2 commits intofedackb:masterfrom
JordanRO2:master

Conversation

@JordanRO2
Copy link

Fix: Correct SciPySolver implementation to avoid attribute errors

  • Removed the use of the non-existent '_update' method for 'dok_matrix'.
  • Directly assigned values to the 'dok_matrix' to properly construct the sparse matrix.
  • Replaced 'scipy.array' with 'numpy.array' to avoid attribute errors, ensuring compatibility with the latest versions of SciPy and NumPy.

Fix: Correct SciPySolver implementation to avoid attribute errors

- Removed the use of the non-existent '_update' method for 'dok_matrix'.
- Directly assigned values to the 'dok_matrix' to properly construct the sparse matrix.
- Replaced 'scipy.array' with 'numpy.array' to avoid attribute errors, ensuring compatibility with the latest versions of SciPy and NumPy.
- Replace deprecated 'imp' module with 'importlib'
- Update version to 1.1.0 for Blender 4.5.0
- Add Blender version check on registration
- Update bmesh.update_edit_mesh() with required parameters
- Tested and working in Blender 4.5.1 LTS
@JordanRO2
Copy link
Author

Updated it

  • Tested and working in Blender 4.5.1 LTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant