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

fix: rename and cleanup convert functions #47

Closed
wants to merge 19 commits into from

Commits on Nov 28, 2023

  1. create julia_helpers.jl

    * a helper to convert Julia Awkward array to Python
    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d6268d7 View commit details
    Browse the repository at this point in the history
  2. type lock to a PrimitiveArray

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    be79df2 View commit details
    Browse the repository at this point in the history
  3. fix: use np.asarray

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    05eec3a View commit details
    Browse the repository at this point in the history
  4. convert only vectors of uint8

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7a78565 View commit details
    Browse the repository at this point in the history
  5. use np.asarray instead

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c7823df View commit details
    Browse the repository at this point in the history
  6. check if PyCall is installed

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    05a8bb8 View commit details
    Browse the repository at this point in the history
  7. check PyCall installation

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3f2c4d7 View commit details
    Browse the repository at this point in the history
  8. check for PyCall in Main?

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3f36db0 View commit details
    Browse the repository at this point in the history
  9. move the import in

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4120429 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e9598e View commit details
    Browse the repository at this point in the history
  11. Update AwkwardPyCall.jl

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a20d455 View commit details
    Browse the repository at this point in the history
  12. test: add tests

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2d08917 View commit details
    Browse the repository at this point in the history
  13. fix: cleanup

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f924cc9 View commit details
    Browse the repository at this point in the history
  14. fix: add PyCall

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5cb44ae View commit details
    Browse the repository at this point in the history
  15. fix: revert changes

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    abcea45 View commit details
    Browse the repository at this point in the history
  16. fix: add AwkwardArray

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    869993b View commit details
    Browse the repository at this point in the history
  17. fix: include AwkwardArray

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d45a5fc View commit details
    Browse the repository at this point in the history
  18. fix: revert changes

    ianna committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    606b531 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9453842 View commit details
    Browse the repository at this point in the history