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 a print-like function to tqdm #1469

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 19, 2023

  1. Print several heterogenous values via tqdm

    Add `print`-like function to `tqdm`.
    
    Currently, `tqdm.write` accepts a single string as the message. It isn't convenient to build the string every time an output required. Instead, I propose a function that performs the conversion internally.
    StSav012 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    304059f View commit details
    Browse the repository at this point in the history
  2. Fix a typo

    StSav012 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0f1835e View commit details
    Browse the repository at this point in the history
  3. Add tests for tqdm.print

    StSav012 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a8fb624 View commit details
    Browse the repository at this point in the history
  4. Make Codacy happy

    StSav012 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6c49bff View commit details
    Browse the repository at this point in the history
  5. Fix a typo

    StSav012 committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6bf9768 View commit details
    Browse the repository at this point in the history