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

[WIP] Add prefix/postfix method to Equations #1051

Closed
wants to merge 6 commits into from
Closed

Commits on Feb 7, 2019

  1. Enable creation of Equations object from existing ones

    This gives an easy way to make a copy of an equation, while substituting
    some of the variable names.
    mstimberg committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    83a496b View commit details
    Browse the repository at this point in the history
  2. Use a reproducible order in print output of equations

    Helpful for doctests, etc.
    mstimberg committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    5b40121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70e6694 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    58b9384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b8e672 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8212f73 View commit details
    Browse the repository at this point in the history