Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lang] Remove deprecated sparse_matrix_builder function (taichi-dev#7942
) Issue: # ### Brief Summary <!-- copilot:summary --> ### <samp>🤖 Generated by Copilot at 6809c08</samp> Removed deprecated `sparse_matrix_builder` class and related code from `sparse_matrix.py` and `test_deprecation.py`. Simplified the `sparse_matrix` module. ### Walkthrough <!-- copilot:walkthrough --> ### <samp>🤖 Generated by Copilot at 6809c08</samp> * Remove deprecated `sparse_matrix_builder` class and its alias from `sparse_matrix.py` ([link](https://github.com/taichi-dev/taichi/pull/7942/files?diff=unified&w=0#diff-e788aae97f9ad8507a4eebc224175b2f9ad6f14359999ca0ea99ad4503fc9dcaL297-R296)) * Remove unused `warnings` and `annotations` modules from `sparse_matrix.py` ([link](https://github.com/taichi-dev/taichi/pull/7942/files?diff=unified&w=0#diff-e788aae97f9ad8507a4eebc224175b2f9ad6f14359999ca0ea99ad4503fc9dcaL1), [link](https://github.com/taichi-dev/taichi/pull/7942/files?diff=unified&w=0#diff-e788aae97f9ad8507a4eebc224175b2f9ad6f14359999ca0ea99ad4503fc9dcaL10-R9)) * Remove test case for deprecated `sparse_matrix_builder` class from `test_deprecation.py` ([link](https://github.com/taichi-dev/taichi/pull/7942/files?diff=unified&w=0#diff-8981be068a363e39524dc2e29d28d4c13a097d0037fc3a1176b249ce5bf35ef8L145-L153))
- Loading branch information