Skip to content

Conversation

casperdcl
Copy link
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 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
Copy link
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
None yet
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