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

Use HPy to define the ndarray type #2

Merged
merged 15 commits into from
Jan 18, 2021
Merged

Use HPy to define the ndarray type #2

merged 15 commits into from
Jan 18, 2021

Commits on Dec 31, 2020

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

Commits on Jan 4, 2021

  1. ENH: Create PyArray_Type using HPyType_FromSpec()

    Also, ensure that the C sources for HPy are compiled in.
    rlamy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8e55aa7 View commit details
    Browse the repository at this point in the history
  2. TST: Install HPy when testing

    rlamy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    acee27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337504f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46a179c View commit details
    Browse the repository at this point in the history
  5. TST: Add HPy to pyproject.toml

    rlamy committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    f46629a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

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

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    be76a4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe1d63 View commit details
    Browse the repository at this point in the history
  3. fix warning

    rlamy committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    e6f5941 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

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

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    945ce86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8acae98 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 13, 2021

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