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

fix the problem #299 in terms of using tqdm in pandas #524

Merged
merged 7 commits into from Apr 3, 2018

Commits on Apr 2, 2018

  1. TqdmSynchronisationWarning

    - suppress `RuntimeError: Set changed size during iteration` (tqdm#481)
    - partially re-add 64f5e73
    
    Happy Easter!
    casperdcl committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    0e8f839 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2018

  1. update known issues (newline/linefeed/unicode)

    - closes tqdm#454
    - TODO: might want to autodetect semi-unicode support and fallback to ascii?
    casperdcl committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    98a84f0 View commit details
    Browse the repository at this point in the history
  2. Remove support for *args in pandas wrappers

    Fix total computation for pandas apply
    aplavin authored and casperdcl committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    aaaf189 View commit details
    Browse the repository at this point in the history
  3. grammar

    casperdcl committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    a4e60eb View commit details
    Browse the repository at this point in the history
  4. address the problem in tqdm#299 correctly.

    Guangshuo CHEN authored and casperdcl committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    6921743 View commit details
    Browse the repository at this point in the history
  5. fix a bug and add tests in test_pandas

    Guangshuo CHEN authored and casperdcl committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    bcbdc22 View commit details
    Browse the repository at this point in the history
  6. linting

    casperdcl committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    0c56c08 View commit details
    Browse the repository at this point in the history