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 to_numpy() and as_numpy() methods #5568

Merged
merged 33 commits into from
Jul 21, 2021
Merged

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    17c5755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ba107 View commit details
    Browse the repository at this point in the history
  3. lint

    max-sixty committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    ae6e931 View commit details
    Browse the repository at this point in the history
  4. Fix mypy (I think?)

    max-sixty committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    dc24d3f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    6ce6b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d7b02 View commit details
    Browse the repository at this point in the history
  3. added Dataset.as_numpy()

    TomNicholas committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    ee34649 View commit details
    Browse the repository at this point in the history
  4. improved docstrings

    TomNicholas committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    552b322 View commit details
    Browse the repository at this point in the history
  5. add what's new

    TomNicholas committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    1215e69 View commit details
    Browse the repository at this point in the history
  6. add to API docs

    TomNicholas committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    af8a1ee View commit details
    Browse the repository at this point in the history
  7. linting

    TomNicholas committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    e095bf0 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    eb7d84d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c05e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. compute instead of load

    TomNicholas committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    45245d0 View commit details
    Browse the repository at this point in the history
  2. added tests

    TomNicholas committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    27fc4e5 View commit details
    Browse the repository at this point in the history
  3. fixed sparse test

    TomNicholas committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    3e8cb24 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    f9d6370 View commit details
    Browse the repository at this point in the history
  2. fix sparse tests

    TomNicholas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    50fdf4c View commit details
    Browse the repository at this point in the history
  3. fix linting

    TomNicholas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1c94a97 View commit details
    Browse the repository at this point in the history
  4. tests for Variable

    TomNicholas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2d07c0f View commit details
    Browse the repository at this point in the history
  5. test IndexVariable too

    TomNicholas committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9673cea View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

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

Commits on Jul 14, 2021

  1. also convert coords

    TomNicholas committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    2f1ff46 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    6d33b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae95f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b90b7e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f39b301 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. fix import

    TomNicholas committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8b346d3 View commit details
    Browse the repository at this point in the history
  2. formatting

    TomNicholas committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    576ab7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ed1dd8 View commit details
    Browse the repository at this point in the history
  4. remove type check

    Co-authored-by: Stephan Hoyer <shoyer@google.com>
    TomNicholas and shoyer authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    976f89a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bc5d6f View commit details
    Browse the repository at this point in the history