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

Make Display and Debug outputs concise and consistent #1119

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    831142d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f77f556 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    807e4c1 View commit details
    Browse the repository at this point in the history
  4. Add alternate Display for concise matrix printing

    Add format option for concise printing of matrices
    as semicolon-delimited rows. e.g. println!("{:#}", matrix);
    owenbrooks committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    49e3633 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    65e90d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e2a8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dffc5b View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    owenbrooks committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    004091a View commit details
    Browse the repository at this point in the history
  5. Fix missing use

    owenbrooks committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    b16a3ed View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    2dd76fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699d57d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bc91d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6df81c2 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    owenbrooks committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    76bc230 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    364302d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e70bcdb View commit details
    Browse the repository at this point in the history