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 support for '%' type to output floating point values as a percentage. #1060

Closed
wants to merge 4 commits into from

Commits on Mar 1, 2019

  1. Add support for '%' type to output floating point values as a

    percentage.
    
    This helps with compatibility with Python's format strings.
    gawain-bolton committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    29db6bd View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Updates for formatting output as a percentage.

    * Added percentage sign if needed when dumping nan and infinity.
    * Added unit tests.
    * Used clang-format for changed source files.
    gawain-bolton committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    73f31a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6d33a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    141d1cf View commit details
    Browse the repository at this point in the history