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

Mathml -> sympy conversion #188

Merged
merged 56 commits into from
Aug 14, 2023
Merged

Mathml -> sympy conversion #188

merged 56 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    7e9a776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080506c View commit details
    Browse the repository at this point in the history
  3. Add sbmlmath in setup.cfg

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3c39830 View commit details
    Browse the repository at this point in the history
  4. Add function to __all__

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6fb0b02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ca8505 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    730d3b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b23a33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3335f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4eec718 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d4e599 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b576070 View commit details
    Browse the repository at this point in the history
  12. Handle mathml for time units

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fb0c565 View commit details
    Browse the repository at this point in the history
  13. Handle mathml for rates

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0ceedc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4702fe0 View commit details
    Browse the repository at this point in the history
  15. Clean up mathml->sympy tests

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    aa13ae7 View commit details
    Browse the repository at this point in the history
  16. Add test for sympy -> mathml

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1b7c549 View commit details
    Browse the repository at this point in the history
  17. Fix bug

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    03c2fa7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bf28d48 View commit details
    Browse the repository at this point in the history
  19. Fix(?) sbmlmath install

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1370e08 View commit details
    Browse the repository at this point in the history
  20. Check for None in _get_sympy

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    9b078c0 View commit details
    Browse the repository at this point in the history
  21. Simplify logic

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d5a60ca View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    373f35c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5483076 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f93a5be View commit details
    Browse the repository at this point in the history
  25. Move tests

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f3b1d64 View commit details
    Browse the repository at this point in the history
  26. Delete unused file

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    41d367a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c728777 View commit details
    Browse the repository at this point in the history
  28. Add docstring to helpers

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    cfdde56 View commit details
    Browse the repository at this point in the history
  29. Rename helpers

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6824ae0 View commit details
    Browse the repository at this point in the history
  30. Remove inplace option

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ddf29fb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d6088b1 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a5ebbc4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5b45061 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    536ddad View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    212a88a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    36f9e82 View commit details
    Browse the repository at this point in the history
  37. Clean up import

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    32935d7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    08657b3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    caca254 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    85b4718 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    fc5c070 View commit details
    Browse the repository at this point in the history
  42. Skip tests that use sbmlmath

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2f98870 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fdae5b9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    59c4b61 View commit details
    Browse the repository at this point in the history
  45. Update skip message

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0b5f08c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b797b3b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f1b78e1 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d57aeb5 View commit details
    Browse the repository at this point in the history
  49. Update dkg docker file

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fcfece4 View commit details
    Browse the repository at this point in the history
  50. Fix grammar

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7fdc3ce View commit details
    Browse the repository at this point in the history
  51. Try disabling codecov

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ddbbd06 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    6bfd262 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e30399c View commit details
    Browse the repository at this point in the history
  54. Import SympyExprStr

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    6c28d39 View commit details
    Browse the repository at this point in the history
  55. Restore docker build branch

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ca20063 View commit details
    Browse the repository at this point in the history
  56. pip install sbmlmath

    kkaris committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    37ee300 View commit details
    Browse the repository at this point in the history