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

Add support for sparse arrays inside dask arrays #1114

Merged
merged 19 commits into from
Sep 8, 2023

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    c6d9fe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    170e925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34cbdda View commit details
    Browse the repository at this point in the history
  3. Block diagonal concatenation

    ivirshup committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c29282d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3047172 View commit details
    Browse the repository at this point in the history
  5. Fix some indexing cases

    ivirshup committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    85b6c09 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix remaining tests

    ivirshup committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b6ea23d View commit details
    Browse the repository at this point in the history
  2. Allow scipy < 1.11

    ivirshup committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    dccdf11 View commit details
    Browse the repository at this point in the history
  3. Fix GPU errors

    ivirshup committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    73bec28 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Use a more normal loop

    Co-authored-by: Selman Özleyen <[email protected]>
    ivirshup and selmanozleyen authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c081bf6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Fix typo in registry

    It wasn't actually doing anything wrong at the time it seems.
    ivirshup committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6ad1b21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7af96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a5817d View commit details
    Browse the repository at this point in the history
  4. release note

    ivirshup committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5bc7815 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    7c136ab View commit details
    Browse the repository at this point in the history
  2. Transpose changes

    ivirshup committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0c5dfec View commit details
    Browse the repository at this point in the history
  3. Fix reference in docs

    ivirshup committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0ea87c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Some typehints

    ivirshup committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f76fa42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14771bd View commit details
    Browse the repository at this point in the history