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

Remove symmath from edx-platform #29869

Merged
merged 7 commits into from
Feb 10, 2022
Merged

Commits on Feb 10, 2022

  1. refactor: Remove symmath from common/lib

    Carlos Muniz committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    18e4c1c View commit details
    Browse the repository at this point in the history
  2. refactor: Remove all mentions of symmath

    Carlos Muniz committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    b80d8d6 View commit details
    Browse the repository at this point in the history
  3. chore: Update requirements to remove symmath

    Carlos Muniz committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6a227df View commit details
    Browse the repository at this point in the history
  4. fix: Correct path to symmath function

    Carlos Muniz committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    675486a View commit details
    Browse the repository at this point in the history
  5. docs: Update mistune constraint description

    Carlos Muniz committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8245a6b View commit details
    Browse the repository at this point in the history
  6. feat: Update openedx-calc==3.0.1

    This allows common/lib/capa/capa/responsetypes.py to not have to
    change.
    Carlos Muniz committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a01a7ad View commit details
    Browse the repository at this point in the history
  7. feat: Change symmath to xmodule

    scripts/post-pip-compile.sh uses common/lib/symmath/ as its sample
    directory to clean up after using pip-tools. Since symmath has been
    removed, xmodule, the largest of the directories in common/lib/ will
    replace it.
    Carlos Muniz committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    d5a41ec View commit details
    Browse the repository at this point in the history