Skip to content

Releases: tqdm/tqdm

tqdm v4.42.0 stable

25 Jan 00:20
2e58f01
Compare
Choose a tag to compare
  • notebook: update disable=None behaviour (#880)
  • tqdm.keras: support tensorflow.keras as well as keras (#885)
  • add contrib (#882)
    • tenumerate (#840 <- #480, #402)
    • tzip <= zip
    • tmap <= map
    • add concurrent module
      • thread_map <= concurrent.futures.ThreadPoolExecutor.map
      • process_map <= concurrent.futures.ProcessPoolExecutor.map
    • add itertools module (#225) stub
      • product
  • add & update tests
  • add & update documentation
  • update CI framework

tqdm v4.41.1 stable

05 Jan 07:05
cc53d86
Compare
Choose a tag to compare
  • keras module tidy and fixes
    • fix batch_size=None (#869)
    • add missing pop('size')

tqdm v4.41.0 stable

20 Dec 20:40
194b926
Compare
Choose a tag to compare
  • trim on ncols overflow with ANSI handling (#850, #716 <- #690)
  • add notebook.reset() (#864)
  • add keras.TqdmCallback (#867 <- #835)
  • documentation updates
    • document newly added features (above)
    • notebook ncols percentage/pixels (#276)
  • test updates
    • test newly added features (above)
    • add CI for win and osx (#841)
    • py2 threading

tqdm v4.40.2 stable

11 Dec 13:34
571aa7f
Compare
Choose a tag to compare
  • fix pandas unhashable func (#862 -> #863)
    • add tests

tqdm v4.40.1 stable

11 Dec 13:33
4276147
Compare
Choose a tag to compare

tqdm v4.40.0 stable

01 Dec 01:43
80464b2
Compare
Choose a tag to compare
  • officially support float for n and total (#802)
    • notebook: use FloatProgress <= IntProgress (#471, #456)
    • allow imprecision (n <= total + epsilon) (#849)
  • fix unicode bar format arguments (#803 -> #851)
  • add contrib submodule (#815)
  • add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile (#84 -> #844)
  • update tests
  • update documentation
  • tidy automatic snap deployments
  • minor doc update (#854)

tqdm v4.39.0 stable

22 Nov 17:18
aaec694
Compare
Choose a tag to compare
  • add pandas builtin operations check (#843 <- #697)
  • avoid unnecessary dedent (#837)
  • remove unneeded bar logic
  • misc code tidy
  • update documentation
    • document default argument overriding (#370)
    • add missing isatty() (#713)
    • update badges
    • add code of conduct
  • update framework
    • clean CI stages
    • update CI default py3.6 => py3.7
    • automate snap releases (#686 <- #685)

tqdm v4.38.0 stable

09 Nov 01:30
69179d8
Compare
Choose a tag to compare
  • support lock_args for e.g. non-blocking intermediate writes (#838 -> #839)
    • use self.refresh() in more places
    • add and update performance tests
    • support args for TqdmDefaultWriteLock.acquire()
  • fix colorama on win (#678, #764)
  • framework updates
    • CI cleanup
      • move to stages (check/test/deploy)
      • auto deploy notes
      • deploy only on parent repo
      • separate docker deploy
    • update documentation sync/generation
  • update examples
  • update documentation
  • add and update tests
  • misc tidy and linting

tqdm v4.37.0 stable

31 Oct 17:25
cd7f61b
Compare
Choose a tag to compare
  • potential future pandas fix (#824)
  • better unicode widechar support (#803 -> #410, #805)
  • fix example/tqdm_wget unknown total (#826)
  • add stacklevel=2 to warnings (#821)
  • misc framework updates
    • snapcraft version fix
    • update issue/pr templates (#830)
    • update unit tests
  • misc documentation updates
    • update parallel (multiprocessing, ThreadPoolExecutor) example (#407)
    • add slides, video images
    • add CII Best Practices badge
    • add repology badge
    • update badge icons

tqdm v4.36.1 stable

20 Sep 18:08
a0af066
Compare
Choose a tag to compare
  • fix CLI entrypoint