Skip to content

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Mar 9, 2021

@codecov
Copy link

codecov bot commented Mar 9, 2021

Codecov Report

Merging #1143 (3eeb09a) into master (bcce20f) will increase coverage by 5.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1143      +/-   ##
==========================================
+ Coverage   84.73%   89.80%   +5.07%     
==========================================
  Files          25       26       +1     
  Lines        1651     1707      +56     
  Branches      273      283      +10     
==========================================
+ Hits         1399     1533     +134     
+ Misses        213      128      -85     
- Partials       39       46       +7     

@casperdcl casperdcl added c8-hard 🕗 Complexity high p3-framework ⚒ CI/CD submodule-notebook 📓 Much web such IDE to-merge ↰ Imminent labels Mar 9, 2021
@casperdcl casperdcl self-assigned this Apr 5, 2021
@casperdcl casperdcl changed the title next release v4.59.1 next release v4.60.0 Apr 5, 2021
@casperdcl casperdcl added this to the Non-breaking milestone Apr 5, 2021
casperdcl and others added 4 commits April 5, 2021 20:05
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
@casperdcl casperdcl marked this pull request as ready for review April 6, 2021 00:07
@casperdcl casperdcl added p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate submodule ⊂ Periphery/subclasses labels Apr 6, 2021
@casperdcl casperdcl merged commit 4591083 into master Apr 6, 2021
@casperdcl
Copy link
Member Author

/tag v4.60.0 4591083

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c8-hard 🕗 Complexity high p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature p3-framework ⚒ CI/CD question/docs ‽ Documentation clarification candidate submodule ⊂ Periphery/subclasses submodule-notebook 📓 Much web such IDE to-merge ↰ Imminent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion: optionally redirect console logging to tqdm.write
4 participants