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

Add Logging #875

Merged
merged 17 commits into from
Jun 28, 2022
Merged

Add Logging #875

merged 17 commits into from
Jun 28, 2022

Commits on Jun 17, 2022

  1. Begin using loggers

    guyer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    8e83c73 View commit details
    Browse the repository at this point in the history
  2. Log solver information

    guyer committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ae10871 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Replace parprint with logging.

    guyer committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    487b692 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Fix formatting arguments

    guyer committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9199837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2558e6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b975d13 View commit details
    Browse the repository at this point in the history
  4. Change package_info to a dict

    guyer committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    405ad84 View commit details
    Browse the repository at this point in the history
  5. Add logger to all solvers

    guyer committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    739d747 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Eliminate FIPY_VERBOSE_SOLVER (to the extent possible)

    pyAMG prints diagnostics on its own, so can't be logged
    guyer committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f3555bd View commit details
    Browse the repository at this point in the history
  2. Document logging

    guyer committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    fb3ca02 View commit details
    Browse the repository at this point in the history
  3. Fix spelling

    guyer committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    388f0ea View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Fix log formatting

    guyer committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    cd8757f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Fix typo

    guyer committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2f7bf56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21d146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9868ba8 View commit details
    Browse the repository at this point in the history
  4. Collect most imports at top

    guyer committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ca1efdc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Fix initialism

    guyer committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9514483 View commit details
    Browse the repository at this point in the history