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

Progress bar tqdm wrapper, and manual control #105

Merged
merged 29 commits into from
Jan 24, 2021

Commits on Jan 16, 2021

  1. add progress bar

    tlambert03 committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    bdfb388 View commit details
    Browse the repository at this point in the history
  2. add to docs

    tlambert03 committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    8759723 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. basic tqdm functionality

    tlambert03 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    a5c986e View commit details
    Browse the repository at this point in the history
  2. remove print

    tlambert03 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    aa14036 View commit details
    Browse the repository at this point in the history
  3. add tmgrange shortcut

    tlambert03 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    7ac5fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63c5803 View commit details
    Browse the repository at this point in the history
  5. enable nesting

    tlambert03 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    3316089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d39bb51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4254c38 View commit details
    Browse the repository at this point in the history
  8. fix cleanup

    tlambert03 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    9f47f71 View commit details
    Browse the repository at this point in the history
  9. add manual control example

    tlambert03 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    54d2c77 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03e4870 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c38178 View commit details
    Browse the repository at this point in the history
  12. typo

    tlambert03 committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    9eb424f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b501fc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. complete test coverage

    tlambert03 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    2e39407 View commit details
    Browse the repository at this point in the history
  2. typo

    tlambert03 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ef2afa0 View commit details
    Browse the repository at this point in the history
  3. add docstring

    tlambert03 committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    54694bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14f7716 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    c31c2d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb44d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    13cff0f View commit details
    Browse the repository at this point in the history
  2. fix import

    tlambert03 committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f623eb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

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

Commits on Jan 23, 2021

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

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    0812582 View commit details
    Browse the repository at this point in the history
  2. split apart examples

    tlambert03 committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    0142ee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    709f07a View commit details
    Browse the repository at this point in the history