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

Incorporating Julia code generation in the existing Python interface #473

Merged
merged 26 commits into from
Dec 4, 2023

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    267f4ed View commit details
    Browse the repository at this point in the history
  2. Julia preprocessing (AIDASoft#311)

    * adding pre-processing/"include" logic for julia
    
    * Add templates for Julia code
    soumilbaldota authored and Ananya2003Gupta committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bc31895 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da578c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    899b039 View commit details
    Browse the repository at this point in the history
  5. adding namespaces to Julia (AIDASoft#325)

    * grouping code into modules
    
    * avoiding name conflicts between Structs and Constructor, including struct in main namespace only
    
    * adding parent namespace code generation
    
    * add Collection to namespaces
    soumilbaldota authored and Ananya2003Gupta committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a77be0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2749cd2 View commit details
    Browse the repository at this point in the history
  7. Fixed '.jl' file bug

    Ananya2003Gupta committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    62826b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe39e9d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1da971a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4bc4c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a7a36b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c306184 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    64e9ba4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07467e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e177b8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d2c8a82 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73362ff View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ed13342 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8d806f0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6ba6715 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0db2e39 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e55926e View commit details
    Browse the repository at this point in the history
  23. Suggested Changes

    Ananya2003Gupta committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6e19bee View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5b62bb9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    37196d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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