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

Conversation

casperdcl
Copy link
Sponsor Member

@casperdcl casperdcl commented Feb 17, 2021


casperdcl and others added 10 commits February 17, 2021 12:04
- badges
- CLI docs
- missing output
- py2 -> py3
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.
@casperdcl casperdcl added p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate to-merge ↰ Imminent p2-bug-warning ⚠ Visual output bad p3-framework ⚒ CI/CD labels Feb 17, 2021
@casperdcl casperdcl self-assigned this Feb 17, 2021
@casperdcl casperdcl added this to Next Release in Casper Feb 17, 2021
@casperdcl casperdcl added this to the Non-breaking milestone Feb 17, 2021
@casperdcl casperdcl marked this pull request as ready for review February 17, 2021 15:18
@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #1127 (f2e09bc) into master (7f971d5) will increase coverage by 0.46%.
The diff coverage is 91.66%.

@@            Coverage Diff             @@
##           master    #1127      +/-   ##
==========================================
+ Coverage   84.34%   84.81%   +0.46%     
==========================================
  Files          24       24              
  Lines        1603     1613      +10     
  Branches      264      265       +1     
==========================================
+ Hits         1352     1368      +16     
+ Misses        215      208       -7     
- Partials       36       37       +1     

@casperdcl casperdcl merged commit 3dc5c15 into master Feb 18, 2021
Casper automation moved this from Next Release to Done Feb 18, 2021
@casperdcl
Copy link
Sponsor Member Author

/tag v4.57.0 3dc5c15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature p3-framework ⚒ CI/CD question/docs ‽ Documentation clarification candidate to-merge ↰ Imminent
Projects
Casper
  
Done
Development

Successfully merging this pull request may close these issues.

add flag to suppress from pandas import Panel warning. Pandas.Panel FutureWarning may become Error
2 participants