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

New Python interface #71

Draft
wants to merge 85 commits into
base: main
Choose a base branch
from
Draft

New Python interface #71

wants to merge 85 commits into from

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    cc044de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa04cb2 View commit details
    Browse the repository at this point in the history
  3. Whitespace

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    322d987 View commit details
    Browse the repository at this point in the history
  4. load_module function

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8b5bbcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad97eef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    226746d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e88fee6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c19596f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79f1b34 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5bbec4 View commit details
    Browse the repository at this point in the history
  11. Needs functools

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c9a09d1 View commit details
    Browse the repository at this point in the history
  12. import struct. Properly return the module from sys.modules. Call exec…

    …_module with the actual module. Swap the argument order in load_resource. Fix variable names in load_resource.
    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    844e0cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5940dae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e33c191 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1642d85 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    34976e9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    16a7b61 View commit details
    Browse the repository at this point in the history
  18. Fix imports

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b81b555 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c9dc192 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fa099a4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5fbf8e4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    811780d View commit details
    Browse the repository at this point in the history
  23. Move detector files

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0b6f53d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8a39ee4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6c7d346 View commit details
    Browse the repository at this point in the history
  26. Refactor model path search to just handle folders. Add special load_ …

    …function for the detector models
    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0493255 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b59d9d6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8cb75a5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a271cff View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a2a3dbb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5492b69 View commit details
    Browse the repository at this point in the history
  32. Move resources

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    ea69003 View commit details
    Browse the repository at this point in the history
  33. un-capitalize folders

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    7e5e5f1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    55d8dc6 View commit details
    Browse the repository at this point in the history
  35. Remvoe the holder

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e9443fb View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e01cdca View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6e8a5b1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    23c169a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c97cd10 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b4e7f6f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4885486 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3b62df2 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    61dabf3 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    324699c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9cecedb View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    aae1f78 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d1902ef View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6fd09b9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    bf999b8 View commit details
    Browse the repository at this point in the history
  50. Move examples

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    990e474 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    1b34751 View commit details
    Browse the repository at this point in the history
  52. A few pythonic changes to dataclasses pybindings. Moving ParticleType…

    … into dataclasses. Clean up InteractionSignature __str__ and __repr__
    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    bb2776d View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d02b3b7 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    41768b9 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ef147b6 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    5d8339a View commit details
    Browse the repository at this point in the history
  57. to_str --> to_repr

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    e7aeb09 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    83e609b View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    19778c4 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    764f63d View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    4c298f1 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    aee5431 View commit details
    Browse the repository at this point in the history
  63. Move detector files

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a597bcb View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    4cc6e93 View commit details
    Browse the repository at this point in the history
  65. Moving paper plots

    austinschneider committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    1a35e9d View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    fb0bdab View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    253954a View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    ceae573 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    1622a4a View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    0d41fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    87a76bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2eda5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    254eb2d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

  1. Update DIS_DUNE

    austinschneider committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2477439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5cb6df View commit details
    Browse the repository at this point in the history
  3. DIS_IceCube

    austinschneider committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    35c05c5 View commit details
    Browse the repository at this point in the history
  4. Fix method name

    austinschneider committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f48fdb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bf11d7 View commit details
    Browse the repository at this point in the history
  6. Fix sampling

    austinschneider committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5ebb901 View commit details
    Browse the repository at this point in the history
  7. DipolePortal_CCM

    austinschneider committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1f0cd47 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    7a34462 View commit details
    Browse the repository at this point in the history
  2. Updates to cmake

    austinschneider committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    00164a1 View commit details
    Browse the repository at this point in the history
  3. FPIC for rk_static

    austinschneider committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    6e56833 View commit details
    Browse the repository at this point in the history
  4. Update pyproject.toml

    austinschneider committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    404562c View commit details
    Browse the repository at this point in the history