Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sparse: complete the sparse arrays and matrices #307

Merged
merged 22 commits into from
Dec 14, 2024
Merged

Conversation

jorenham
Copy link
Owner

@jorenham jorenham commented Dec 12, 2024

This affects the following public members of scipy.sparse:

  • bsr_{array,matrix}
  • coo_{array,matrix}
  • csc_{array,matrix}
  • csr_{array,matrix}
  • dia_{array,matrix}
  • dok_{array,matrix}
  • lil_{array,matrix}
  • spmatrix

towards #100 (-180)

@jorenham jorenham added this to the 1.14.1.6 milestone Dec 12, 2024
@jorenham jorenham added the stubs: improvement Improve or refactor existing annotations label Dec 12, 2024
@jorenham jorenham changed the title 🚧 sparse: towards completed sparse arrays and matrices sparse: towards completed sparse arrays and matrices Dec 14, 2024
@jorenham jorenham marked this pull request as ready for review December 14, 2024 23:29
@jorenham jorenham changed the title sparse: towards completed sparse arrays and matrices sparse: complete the sparse arrays and matrices Dec 14, 2024
@jorenham jorenham merged commit bb41291 into master Dec 14, 2024
6 checks passed
@jorenham jorenham deleted the sparse._spbase branch December 14, 2024 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scipy.sparse stubs: improvement Improve or refactor existing annotations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant