All Versions
35
Latest Version
Avg Release Cycle
16 days
Latest Release
1535 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.54.1 Changes
December 05, 2020 -
v4.54.0 Changes
November 27, 2020 -
v4.53.0 Changes
November 21, 2020- provide
get_new()
helper for mixed subclasses in nested mode (#509) - ๐ fix nested
asyncio
(#1074)- document async
break
hazard
- document async
- โ add tests
- โฌ๏ธ drop py2.6/3.2/3.3 and distutils (no longer tested)
- CI framework overhaul
- drop appveyor (Windows already tested by GHA)
- skip
devel
PRs - automate linting comments on failure
- ๐ use
setuptools_scm
(#722)- fix & update tests
- fix & upgrade snap build
- update CONTRIBUTING docs
- provide
-
v4.52.0 Changes
November 16, 2020 -
v4.51.0 Changes
October 25, 2020 -
v4.50.2 Changes
October 08, 2020 -
v4.50.1 Changes
October 07, 2020- ๐ fix multiprocessing lock creation leak (#982, #936, #759)
- fixes #617 which introduced this bug (v4.29.0, released 2019-01-06, undiagnosed until now) where multiple threads could concurrently create and append process locks to a global list, then try to release them without first acquiring ๐ฟ
- โก๏ธ major test overhaul: fix, update, and speed up
- โก๏ธ misc CI framework updates
- ๐ code linting
- ๐ minor documentation tidy
- ๐ fix multiprocessing lock creation leak (#982, #936, #759)
-
v4.50.0 Changes
September 28, 2020- โ add bar
colour
option (#1040 <- #450)- for
notebook
as well asstd
/CLI - plain text as well as hex (e.g. 'green' or '#00ff00')
- for
notebook
improvements (#1032 <- #1031)- split bar description into separate widget
- improve
reset()
(handle width and colour)
- ๐ fix exceptions when
file
is closed (#1041, #1036 <- #1033) - โ add & update tests
- ๐ minor documentation updates
- ๐ง move and configure issue/pr templates
- โ add bar
-
v4.49.0 Changes
September 12, 2020- CLI: add
--tee
(#1014 <- #1013) - โก๏ธ CLI: add
--update
and--update_to
(#996 <- #975) - CLI: add
--null
(#996) - โก๏ธ CLI: accept
-
instead of_
in options (e.g.--update-to
) - โก๏ธ make
update()
returnTrue
ondisplay
to ease efficient use of custom callbacks (#845) - ๐ fix
py>=3
CLI--delim
encoding error - ๐ fix
py>=3.5
version detection intqdm.auto
(#1029 <- #1028) - ๐ fix final ETA when using
initial
(#1021 <- #689) - ๐ update documentation
- add & update custom callback examples
- improve help formatting of boolean CLI options
- โ add & update tests
- CLI: add
-
v4.48.2 Changes
August 03, 2020- ๐ fix
notebook
formatting
- ๐ fix