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.57.0 #1127

Merged
merged 13 commits into from Feb 18, 2021
Merged

next release v4.57.0 #1127

merged 13 commits into from Feb 18, 2021

Commits on Feb 17, 2021

  1. fix py3 urllib examples

    casperdcl committed Feb 17, 2021
    Copy the full SHA
    31d5b88 View commit details
    Browse the repository at this point in the history
  2. update demo notebook

    - badges
    - CLI docs
    - missing output
    - py2 -> py3
    casperdcl committed Feb 17, 2021
    Copy the full SHA
    a736379 View commit details
    Browse the repository at this point in the history
  3. minor framework tidy

    casperdcl committed Feb 17, 2021
    Copy the full SHA
    12614aa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    715a07c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fe44311 View commit details
    Browse the repository at this point in the history
  6. tests: update codacy config

    casperdcl committed Feb 17, 2021
    Copy the full SHA
    5a5bcb6 View commit details
    Browse the repository at this point in the history
  7. tests: fix coverage finish

    casperdcl committed Feb 17, 2021
    Copy the full SHA
    37094ed View commit details
    Browse the repository at this point in the history
  8. Don't insert spurious newlines in DummyTqdmFile.

    Only call `tqdm.write` (which inserts a newline) if
    `DummyTqdmFile.write` is itself called with a string containing a
    newline; otherwise buffer the rest of the string.
    
    See changes in test_tqdm.py for the patterns this allows.
    anntzer authored and casperdcl committed Feb 17, 2021
    Copy the full SHA
    8e139fc View commit details
    Browse the repository at this point in the history
  9. more DummyTqdmFile safety

    casperdcl committed Feb 17, 2021
    Copy the full SHA
    d649576 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'writenl' into devel

    - closes #960
    casperdcl committed Feb 17, 2021
    Copy the full SHA
    ce08722 View commit details
    Browse the repository at this point in the history
  11. fix some codacy issues

    casperdcl committed Feb 17, 2021
    Copy the full SHA
    16ef703 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Copy the full SHA
    0d23208 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f2e09bc View commit details
    Browse the repository at this point in the history