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

next release v4.60.0 #1143

Merged
merged 23 commits into from Apr 6, 2021
Merged

next release v4.60.0 #1143

merged 23 commits into from Apr 6, 2021

Commits on Mar 5, 2021

  1. docs: minor formatting fix

    casperdcl committed Mar 5, 2021
    Copy the full SHA
    317f7e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Copy the full SHA
    8243ba5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9e001f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Copy the full SHA
    5eb36df View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    06698c5 View commit details
    Browse the repository at this point in the history
  3. add nbstripout pre-commit

    casperdcl committed Mar 9, 2021
    Copy the full SHA
    5cd575b View commit details
    Browse the repository at this point in the history
  4. tests: skip py27 notebook

    casperdcl committed Mar 9, 2021
    Copy the full SHA
    aa2e430 View commit details
    Browse the repository at this point in the history
  5. tests: notebook: ncols

    casperdcl committed Mar 9, 2021
    Copy the full SHA
    1ddb674 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3a454db View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7a95276 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d3671ff View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9743421 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a162d02 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Copy the full SHA
    ea92a0b View commit details
    Browse the repository at this point in the history
  2. Fix flake8

    grst committed Mar 16, 2021
    Copy the full SHA
    c633fc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. fix delay for notebooks

    Peter Hansen authored and casperdcl committed Apr 5, 2021
    Copy the full SHA
    a22aebc View commit details
    Browse the repository at this point in the history
  2. notebook update checks if disabled

    Peter Hansen authored and casperdcl committed Apr 5, 2021
    Copy the full SHA
    a638d6a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8a66f6e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'delaynotebook' into devel

    - closes #1142
    casperdcl committed Apr 5, 2021
    Copy the full SHA
    ca11f27 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9fb0f23 View commit details
    Browse the repository at this point in the history
  6. added logging sub-module

    added logging sub-module
    
    python 2 compatibility
    
    fixed python 2 fix
    
    added test for custom tqdm class
    
    python 2 absolute imports
    
    (due to otherwise conflicting `logging` module)
    
    isort
    
    more tests relating to _get_first_found_console_formatter
    
    isort
    
    minor simplification
    
    test handleError
    
    test logging formatter being used
    
    minor rename to _get_first_found_console_logging_formatter
    
    test that certain exceptions are not swallowed
    
    avoid using mock.assert_called (py 3.5)
    
    moved to tqdm.contrib.logging
    
    added "Redirecting console logging to tqdm" readme
    
    removed no longer necessary absolute_import declaration
    
    minor: updated package of example in docstring
    de-code authored and casperdcl committed Apr 5, 2021
    1
    Copy the full SHA
    e86b9b1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7458666 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'logging-redirect-to-tqdm' into devel

    - closes #1155
      + fixes #786
    casperdcl committed Apr 5, 2021
    Copy the full SHA
    3eeb09a View commit details
    Browse the repository at this point in the history