Skip to content

Releases: tqdm/tqdm

tqdm v4.12.0 stable

29 May 01:01
f75e6ce
Compare
Choose a tag to compare
  • fix monitor race condition #338 -> #339
  • add explicit NetBSD support #344
  • documentation tidy

tqdm v4.11.2 stable

24 Jan 00:08
3a873f9
Compare
Choose a tag to compare
  • thread safety #332
  • address DeprecationWarning #319 -> #326
  • version extra #328 -> #330
  • minor safety
  • minor documentation and comments

tqdm v4.11.1 stable

23 Jan 23:53
416c662
Compare
Choose a tag to compare

Officially support Python 3.6, addressing #333

tqdm v4.11.0 stable

12 Jan 23:53
1047ac2
Compare
Choose a tag to compare
  • postfix argument added #266->#270
  • fix tests for
  • 7z extraction example script
  • new logo #315
  • hit counter with logo colours and stats
  • documentation updates
  • safer setup.py Makefile emulation
  • better github contributions integrations and Code of Conduct #310

tqdm v4.10.0 stable

12 Nov 14:54
Compare
Choose a tag to compare
  • fix maxinterval to adjust miniters to mininterval #249
  • minor bugfixes (eg #288)
  • misc optimisations, unit tests, and benchmarks (eg #298)
  • documentation updates

tqdm v4.9.0 stable

31 Oct 02:55
Compare
Choose a tag to compare
  • monitoring thread to automatically to adjust miniters and avoid exceeding maxinterval
    • test race conditions
    • kill on KeyboardInterrupt + instant refresh
    • low performance overhead, option to disable
  • new CLI argument: --bytes to count chars
  • disable automatically on non-TTY (#281)
  • fixed refresh() and clear() if disabled (#286)
  • misc fixes
  • documentation
  • unit tests
  • optimisations, style fixes
  • codacy badge
  • safety and warning suppression
  • ignore coverall failures (#283)
  • fix broken link in README (#262)
  • Fix time() in refresh() + avoid write() races (#264)
  • Fix __repr__() #269
  • Fix update(0) causing ZeroDivisionError (on first call) #268
  • Faster simple bar for perf test (#257)
  • cleaner tqdm_notebook exit when not run in a notebook (#267)
  • Disable coveralls because of duplicate comments on github (#263)
  • Migrate codecov config -> codecov.yml

tqdm v4.8.4 stable

17 Aug 22:45
Compare
Choose a tag to compare
  • 14% overhead reduction
  • fix exception when closing tqdm_notebook without a total
  • support more pandas modules
    • pandas.Series.progress_map
    • pandas.DataFrame.progress_applymap
    • Panel.progress_apply
    • PanelGroupBy.progress_apply
    • GroupBy.progress_aggregate
    • GroupBy.progress_transform
  • faster CI builds
  • misc documentation update and link to wiki

tqdm v4.8.1 stable

25 Jul 08:04
Compare
Choose a tag to compare
  • custom tqdm warning/exceptions
  • tests now multiprocessed and include pandas

tqdm v4.8.0 stable

25 Jul 08:01
Compare
Choose a tag to compare
  • tqdm.pandas classmethod replaces tqdm_pandas function (deprecated)
  • ipython aliased imports fixes
  • write without any instances
  • readme update
  • examples update
  • test fixes and updates

tqdm v4.7.6 stable

30 Jun 07:22
Compare
Choose a tag to compare
  • support for pandas series
  • support for numpy arrays
  • tidy & coverage