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 pybind11 support #37

Merged
merged 27 commits into from
Feb 19, 2024
Merged

add pybind11 support #37

merged 27 commits into from
Feb 19, 2024

Commits on Feb 19, 2024

  1. wip

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5696eb8 View commit details
    Browse the repository at this point in the history
  2. tidy extension structure

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a0a6ec6 View commit details
    Browse the repository at this point in the history
  3. NDCuVec

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    552cf65 View commit details
    Browse the repository at this point in the history
  4. build: add Makefile

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ef677d9 View commit details
    Browse the repository at this point in the history
  5. swig: minor linting

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fdba713 View commit details
    Browse the repository at this point in the history
  6. bump major version

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3062d80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64f331f View commit details
    Browse the repository at this point in the history
  8. tests: more parallel

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8985c55 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d7c958 View commit details
    Browse the repository at this point in the history
  10. build: cache pip build dir

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    60ce3a9 View commit details
    Browse the repository at this point in the history
  11. CI: pin cupy<13

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f11d64b View commit details
    Browse the repository at this point in the history
  12. tests: fix imports

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    81b4b71 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f2dbb6a View commit details
    Browse the repository at this point in the history
  14. more OOP

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    adbd016 View commit details
    Browse the repository at this point in the history
  15. make docs

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f854c24 View commit details
    Browse the repository at this point in the history
  16. docs: fix build & favicon

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5402257 View commit details
    Browse the repository at this point in the history
  17. docs: add pybind11

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ab4c653 View commit details
    Browse the repository at this point in the history
  18. docs: fix downloads badge

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    38412cb View commit details
    Browse the repository at this point in the history
  19. pybind11: in-place resize

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0240619 View commit details
    Browse the repository at this point in the history
  20. swig: in-place resize

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    715d9b7 View commit details
    Browse the repository at this point in the history
  21. tests: in-place resize

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9f26ded View commit details
    Browse the repository at this point in the history
  22. CI: fix codecov integration

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    37f402f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5f08d72 View commit details
    Browse the repository at this point in the history
  24. tests: full coverage

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8297376 View commit details
    Browse the repository at this point in the history
  25. drop C_TYPES, add __all__

    casperdcl committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    35a1d7d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    97cc5dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5c66eb4 View commit details
    Browse the repository at this point in the history