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 tqdm bar for: pca.transform() #4531

Merged
merged 11 commits into from
Mar 28, 2024

Commits on Mar 25, 2024

  1. Added tqdm bar for: pca.transform()

    sampurna authored and sampurna committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3601e1a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Fixed as per comments on PR MDAnalysis#4531

    sampurna authored and sampurna committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1b157ca View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Fixes:round2 as per comments on PR MDAnalysis#4531

    sampurna authored and sampurna committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1fe9e8c View commit details
    Browse the repository at this point in the history
  2. Updated fixes for MDAnalysis#4531

    sampurna authored and sampurna committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7d63aa8 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    446de50 View commit details
    Browse the repository at this point in the history
  2. Final edits

    sampurna authored and sampurna committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    04f801a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b8725f View commit details
    Browse the repository at this point in the history
  4. Updated log.py to remove extra class for ProgressBarDual

    Progressbar using tqdm() has been approved, don't need an entire new class.
    SampurnaM authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    51190d2 View commit details
    Browse the repository at this point in the history
  5. Update package/CHANGELOG

    orbeckst authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9103f19 View commit details
    Browse the repository at this point in the history
  6. Update package/CHANGELOG

    Co-authored-by: Irfan Alibay <[email protected]>
    SampurnaM and IAlibay authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    cd4850d View commit details
    Browse the repository at this point in the history
  7. Update pca.py

    SampurnaM authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    92d5541 View commit details
    Browse the repository at this point in the history