Skip to content

issues Search Results · repo:pydata/sparse language:Python

Filter by

319 results
 (72 ms)

319 results

inpydata/sparse (press backspace or delete to remove)

array_api_extra.cov currently crashes in sparse on the edge case of size zero arrays. a = sparse.zeros((1, 0)) a COO: shape=(1, 0), dtype=float64, nnz=0, fill_value=0.0 b = a - sparse.mean(a, ...
bug
needs triage
  • crusaderky
  • Opened 
    7 days ago
  • #877

New in sparse 0.17.0: import sparse sparse.__array_namespace_info__().capabilities() { boolean indexing : True, data-dependent shapes : True, max dimensions : 63} This is not correct. The Array ...
bug
needs triage
  • crusaderky
  • Opened 
    7 days ago
  • #876

sparse version checks - [x] I checked that this issue has not been reported before list of issues. - [x] I have confirmed this bug exists on the latest version of sparse. - [ ] I have confirmed ...
bug
needs triage
  • tomvothecoder
  • 2
  • Opened 
    19 days ago
  • #874

Please provide a description of what you d like to do. More dependable fill_value preservation in where Example Code import sparse import numpy as np array = sparse.COO.from_numpy(np.eye(3), fill_value=0) ...
documentation
  • dcherian
  • 4
  • Opened 
    27 days ago
  • #871

sparse version checks - [x] I checked that this issue has not been reported before list of issues. - [x] I have confirmed this bug exists on the latest version of sparse. - [x] I have confirmed ...
bug
needs triage
  • VietTralala
  • 1
  • Opened 
    on May 9
  • #869

sparse version checks - [x] I checked that this issue has not been reported before list of issues. - [x] I have confirmed this bug exists on the latest version of sparse. - [ ] I have confirmed ...
enhancement
  • ilia-kats
  • 1
  • Opened 
    on Apr 9
  • #860

Please describe the purpose of the new feature or describe the problem to solve. Right now, sparse has quite a good coverage of Array API v2022, but the latest revision is v2024. Suggest a solution if ...
enhancement
  • hameerabbasi
  • 4
  • Opened 
    on Apr 4
  • #858

sparse version checks - [x] I checked that this issue has not been reported before list of issues. - [x] I have confirmed this bug exists on the latest version of sparse. - [x] I have confirmed ...
discussion
  • crusaderky
  • 1
  • Opened 
    on Mar 27
  • #855

sparse version checks - [x] I checked that this issue has not been reported before list of issues. - [x] I have confirmed this bug exists on the latest version of sparse. - [x] I have confirmed ...
bug
need more info
upstream
  • dani-corie
  • 10
  • Opened 
    on Mar 23
  • #853

sparse version checks - [x] I checked that this issue has not been reported before list of issues. - [x] I have confirmed this bug exists on the latest version of sparse. - [x] I have confirmed ...
documentation
  • ilia-kats
  • 5
  • Opened 
    on Feb 24
  • #842
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub