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

feat(openadapt): add progress bar in record.py and visualize.py #318

Merged
merged 29 commits into from
Jul 3, 2023

Commits on Jun 26, 2023

  1. run poetry lock --no-update

    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    29ec8ec View commit details
    Browse the repository at this point in the history
  2. add alive-progress via poetry and in code

    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2f29934 View commit details
    Browse the repository at this point in the history
  3. add progress bar in visualization

    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1ff5e9d View commit details
    Browse the repository at this point in the history
  4. add a check for MAX_EVENT = None

    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    790a17e View commit details
    Browse the repository at this point in the history
  5. update the title for the Progress bAr

     (better for USer pov)
    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    37f22c0 View commit details
    Browse the repository at this point in the history
  6. update the requirement.txt

    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    afbaa2c View commit details
    Browse the repository at this point in the history
  7. ran black --line-length 80 <file>

    on record.py and visualize.py
    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7227c5c View commit details
    Browse the repository at this point in the history
  8. remove all progress bar from record

    Krish Patel committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0c5f4e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2adac1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. add tqdm progress bar in recrod.py

    Krish Patel committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    9e8ee4d View commit details
    Browse the repository at this point in the history
  2. add tqdm for visualiztion

    Krish Patel committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3de913f View commit details
    Browse the repository at this point in the history
  3. remove alive-progress

    Krish Patel committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e5b1601 View commit details
    Browse the repository at this point in the history
  4. consistent tqdm api

    --add dynamic_cols: to enable adjustments when window is resized
    
    Order:
    --total
    -description
    --unit
    --Optional[bar_format]
    --colour
    --dynamic_ncols
    Krish Patel committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f7c42d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Update requirements.txt

    Co-authored-by: Aaron <57018940+0dm@users.noreply.github.com>
    KrishPatel13 and 0dm authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    03dc223 View commit details
    Browse the repository at this point in the history
  2. Address comemnt:

    Krish Patel committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2c26a45 View commit details
    Browse the repository at this point in the history
  3. remove incorrect indent

    Krish Patel committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d41d088 View commit details
    Browse the repository at this point in the history
  4. remove rows

    Krish Patel committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2234eb9 View commit details
    Browse the repository at this point in the history
  5. try to fix distorted table in html

    Krish Patel committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8f6d02b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2df437 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. add custom queue class

    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9c063ef View commit details
    Browse the repository at this point in the history
  2. lint --line-length 80

    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    857382a View commit details
    Browse the repository at this point in the history
  3. fix NotImplementedError for MacOs

    -- using custom MyQueue class
    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c6fbf3a View commit details
    Browse the repository at this point in the history
  4. rename custom -> thirdparty_customization

    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    416ce80 View commit details
    Browse the repository at this point in the history
  5. rename to something useful

    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    00fdcc3 View commit details
    Browse the repository at this point in the history
  6. address comments

    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a612535 View commit details
    Browse the repository at this point in the history
  7. rename dir to customized_imports

    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5204148 View commit details
    Browse the repository at this point in the history
  8. rename to extensions

    Krish Patel committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e2419cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb9a3d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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