Skip to content

Releases: tqdm/tqdm

tqdm v4.63.2 stable

04 Apr 01:22
87d253f
Compare
Choose a tag to compare
  • rich: expose options kwargs (#1282)
  • autonotebook: re-enable VSCode (#1309)
  • misc docs typos (#1301, #1299)
  • update dev dependencies (#1311)

tqdm v4.63.1 stable

23 Mar 23:58
165a23a
Compare
Choose a tag to compare
  • fix stderr/stdout missing flush() (#1248 <- #1177)
  • misc speed improvements/optimisations

tqdm v4.63.0 stable

28 Feb 16:11
f3fb54e
Compare
Choose a tag to compare
  • add __reversed__()
  • add efficient __contains__()
  • improve CLI startup time (replace pkg_resources => importlib)
  • tqdm.autonotebook warning & std fallback on missing ipywidgets (#1218 <- #1082, #1217)
  • warn on positional CLI arguments
  • misc build/test framework updates
    • enable py3.10 tests
    • add conda dependencies
    • update pre-commit hooks
    • fix pytest config (nbval, asyncio)
    • fix dependencies & tests
    • fix site deployment

tqdm v4.62.3 stable

20 Sep 15:24
18d7aa4
Compare
Choose a tag to compare
  • fix minor typo (#1246)
  • minor example fix (#1246)
  • misc tidying & refactoring
  • misc build/dev framework updates
    • update dependencies
    • update linters
    • update docs deployment branches
  • misc test/ci updates
    • test forks
    • tidy OS & Python version tests
    • bump primary python version 3.7 => 3.8
    • beta py3.10 testing
    • fix py2.7 tests
    • better timeout handling

tqdm v4.62.2 stable

23 Aug 15:04
140c948
Compare
Choose a tag to compare
  • fix notebook memory leak (#1216)
  • fix contrib.concurrent with generators (#1233 <- #1231)

tqdm v4.62.1 stable

14 Aug 21:29
1ac732c
Compare
Choose a tag to compare
  • contrib.logging: inherit existing handler output stream (#1191)
  • fix PermissionError by using weakref in DisableOnWriteError (#1207)
  • fix contrib.telegram creation rate limit handling (#1223, #1221 <- #1220, #1076)
  • tests: fix py27 keras dependencies (#1222)
  • misc tidy: use relative imports (#1222)
  • minor documentation updates (#1222)

tqdm v4.62.0 stable

30 Jul 20:56
4b7aab2
Compare
Choose a tag to compare

tqdm v4.61.2 stable

16 Jul 12:46
d986637
Compare
Choose a tag to compare
  • install colorama on Windows (#1139, #454)
  • add telegram support for leave=False (#1189)
  • support pandas==1.3.0 (#1199)
  • fix keras potential AttributeError (#1184 <- #1183)
  • fix py3.10 asyncio tests (#1176)
  • flush stdout/err before first render (#1177)
  • misc minor build & test framework updates (#1180)

tqdm v4.61.1 stable

12 Jun 16:21
c1ec3b1
Compare
Choose a tag to compare
  • fix utils._screen_shape_linux() sometimes raising ValueError (#1174)
  • minor build/CI framework updates (#1175)
  • minor documentation updates

tqdm v4.61.0 stable

24 May 19:55
05ad200
Compare
Choose a tag to compare
  • keras support for initial_epoch (#1150 <- #1138)
  • misc documentation updates
  • fix & update tests (#1163)
  • minor framework updates (#1163)