-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
next release v4.48.0 #1002
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.48.0 #1002
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
Default mininterval(0.1) makes miniters to not work. Co-authored-by: pica4500 <pica4500@gmail.com> Co-authored-by: KOOOOO <goo1514@naver.com> Co-authored-by: namwoong-kim <kimnamwoong12@gmail.com>
Co-authored-by: pica4500 <pica4500@gmail.com> Co-authored-by: KOOOOO <goo1514@naver.com> Co-authored-by: namwoong-kim <kimnamwoong12@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1002 +/- ##
==========================================
+ Coverage 87.16% 87.43% +0.26%
==========================================
Files 21 22 +1
Lines 1278 1321 +43
Branches 217 223 +6
==========================================
+ Hits 1114 1155 +41
Misses 143 143
- Partials 21 23 +2 |
9449933
to
e7c70c4
Compare
/tag v4.48.0 b1df116 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c8-hard 🕗
Complexity high
p0-bug-critical ☢
Exception rasing
p3-enhancement 🔥
Much new such feature
question/docs ‽
Documentation clarification candidate
submodule ⊂
Periphery/subclasses
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.
tqdm.asyncio
(addtqdm.asyncio
#1004, support async generators #772, Async coroutine support #91 <- Asynchronous tqdm #65)async for row in tqdm(iterable)
)coroutine.send
(tqdm(coroutine).send
)as_completed
wrapper (for f in tqdm.as_completed(fs)
)contrib.discord
logging verbositypandas()
modifying**kwargs
bugexamples/
folderminiters
test (Fix test_min_iters() more clearly #1003)/tag
tqdm.asyncio
#1004