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

Added __format__ method #76

Open
wants to merge 8 commits into
base: 2023-01-26-no-more-py2
Choose a base branch
from

Commits on Jul 1, 2018

  1. Added __format__ method

    - allows specifying precision in inline string formatting
    - e.g. 'size: {:0.1f}'.format(s)
    - using standard string formatting, not just bitmath.format
    - adds corresponding tests
    jonathaneunice committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    fc917e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Tweaked test for trailing whitespace

    - and added modern py36 target
    jonathaneunice committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    7f43eef View commit details
    Browse the repository at this point in the history
  2. Updated travis config

    - to trigger brnach build
    jonathaneunice committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    61a87aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e3b61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89d73c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffd8eaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b8e8fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3a8793 View commit details
    Browse the repository at this point in the history