-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
next release v4.47.0 #993
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
Merged
next release v4.47.0 #993
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #993 +/- ##
==========================================
+ Coverage 86.90% 87.16% +0.26%
==========================================
Files 21 21
Lines 1260 1278 +18
Branches 215 217 +2
==========================================
+ Hits 1095 1114 +19
+ Misses 144 143 -1
Partials 21 21 |
Would be required to extend queue len > 2
In tqdm.auto, look for `IPython` in `sys.modules` rather than explicitly importing it. If we are in an IPython notebook, then IPython will have already been imported. If we are not in an IPython notebook, then importing IPython will take almost half a second. Here are import times on a 2018 MacBook Pro with an SSD. Before this patch: $ time python -c 'from tqdm.auto import tqdm' real 0m0.474s user 0m0.278s sys 0m0.142s After this patch: $ time python -c 'from tqdm.auto import tqdm' real 0m0.069s user 0m0.041s sys 0m0.020s Fixes #709.
- more succinct traceback - fixes #872
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
p0-bug-critical ☢
Exception rasing
p1-bug-perf ⚡
Speed suboptimal
p3-enhancement 🔥
Much new such feature
question/docs ‽
Documentation clarification candidate
submodule ⊂
Periphery/subclasses
submodule-notebook 📓
Much web such IDE
synchronisation ⇶
Multi-thread/processing
to-merge ↰
Imminent
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
contrib.discord
(similar tocontrib.telegram
) (add contrib.discord: first Discord Bot! #976)contrib.bells
to auto-enable all extrascontrib.utils_worker
for common slow tasks (e.g. web I/O)gui
TypeError
on unknownlen()
(TypeError with Iterators using the GUI #971)ipywidgets
(more succinct traceback for missing ipywidgets ('IProgress' Name Error) #872)contrib.discord
andcontrib.telegram
py3.8
support (add py38 #986)snap
builds