Skip to content

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Jul 10, 2020

  • add tqdm.asyncio (add tqdm.asyncio #1004, support async generators #772, Async coroutine support #91 <- Asynchronous tqdm #65)
    • supports async iterables (async for row in tqdm(iterable))
    • supports iterables
    • supports coroutine.send (tqdm(coroutine).send)
    • add as_completed wrapper (for f in tqdm.as_completed(fs))
  • reduce contrib.discord logging verbosity
  • fix potential pandas() modifying **kwargs bug
  • update documentation
    • add missing inline docstrings
    • update contributing notes
    • update readme
    • add to examples/ folder
      • async_coroutines
      • coroutine_pipe
  • add tests
  • misc framework updates
    • tidy changelog helper
    • add helper bots
      • comment-bot /tag
      • post-release-bot
        • wiki updater
        • website updater
      • benchmark regressions
        • full/thorough test on schedule & release
        • quick test on PR

casperdcl and others added 8 commits July 3, 2020 17:48
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>
@casperdcl casperdcl added p3-enhancement 🔥 Much new such feature submodule ⊂ Periphery/subclasses to-merge ↰ Imminent labels Jul 10, 2020
@casperdcl casperdcl added this to the v5.0.0 milestone Jul 10, 2020
@casperdcl casperdcl self-assigned this Jul 10, 2020
@codecov-commenter
Copy link

codecov-commenter commented Jul 10, 2020

Codecov Report

Merging #1002 into master will increase coverage by 0.26%.
The diff coverage is 96.07%.

@@            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     

@casperdcl casperdcl force-pushed the devel branch 4 times, most recently from 9449933 to e7c70c4 Compare July 10, 2020 17:46
@casperdcl casperdcl added c8-hard 🕗 Complexity high p0-bug-critical ☢ Exception rasing question/docs ‽ Documentation clarification candidate synchronisation ⇶ Multi-thread/processing labels Jul 16, 2020
@casperdcl casperdcl changed the title next release v4.x.x next release v4.48.0 Jul 16, 2020
@casperdcl
Copy link
Member Author

/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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asynchronous tqdm
5 participants