Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tqdm to 4.23.4 #47

Merged
merged 2 commits into from
Jul 4, 2018
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates tqdm from 4.15.0 to 4.23.4.

Changelog

4.23.3

- suppress 10 second warning (refix 323)

4.23.2

- minor import syntax fix 496
- re-fix nested overlaps 477
- update documentation and examples
- code tidy and abstraction

4.23.1

- fix `AttributeError`s (546)
 + `pos`  on initialisation (323, 510 -> 544)
 + `fp` on `write()` (383)
- fix py34 CI
- update documentation

4.23.0

- Fix `disable=True` where`iterable` has no `len()` and is not `None`  (539)
- Add `ncols` to specify `tqdm_notebook` bar width (276 -> 292)
- allow custom `pandas` `total` (364 -> 535)
- Add `progress_apply` for `pandas.(Series|DataFrame).(rolling|expanding)` (530 -> 537)
- unit tests, pep8 tidy
- `postfix` non-`dict` documentation note

4.22.0

- allow direct non-string assignment to `postfix` member (lists, dicts, etc) (382 -> 534)
- documentation updates
- unit tests

4.21.0

- fix 532 `write()` with manual `position`
+ more robust free position finding
- add `TqdmWarning` base class
- fix GUI `__del__()`
+ add `TqdmExperimentalWarning`
- add, tidy & fix unit tests
- documentation
+ wiki release notes
+ update contributors
+ fix `7zx` example

4.20.0

- `pandas` wrapper: remove `*args` and add better `total` handling (244, 299, 322, 366 -> 524)
- document windows unicode know issues (454)
- suppress `RuntimeError: Set changed size during iteration` -> `TqdmSynchronisationWarning` (481)

4.19.9

- fix monitor thread termination and update tests (527)

4.19.8

- fix monitoring thread issues
+ avoid uninitialised instance manipulation (493)
+ fix thread starting `RuntimeError` (522 -> 523)
- these release notes (529)

4.19.6

- CLI improvements
 + `--bytes` implies `--unit B --unit_scale --unit_divisor 1024` (503)
 + allow hyphens in CLI arguments (511)
- synchronisation: fix for `sem_open` on `aarch64` (513)
- framework update
 + CI/tests, year 2018, py37, badges, documentation

4.19.5

- multiprocess/lock fixes (457)
- `set_description` in notebook (345 -> 475)
- minor tidy (476)
- documentation updates

4.19.4

- fix `Lock:NotImplementedError` on certain systems (466 -> 468)
- use recursive locks (469 -> 468)
 - fix deadlocks
- tidy (448)
- `flush()` on `moveto()` (398 -> 399, 420, 467)
- update tests and benchmarks

4.19.2

- `flush()` on `refresh()` (459 from 317)
- status printer updates (331)
 + use `sp()` in `refresh()`
 + remove redundant `clear():nomove=False`
- misc minor documentation updates
- unit tests

4.19.1

- `rate_(no)inv(_fmt)` (72, b228bc3)
- `__repr__()` tidy (389)
- fix `write()` before initialisation `AttributeError: _lock` (457)
- `man` pages
- documentation updates

4.18.0

- Thread safety! (285 -> 291 -> 329, 407, 417)
- Ease redirection of `sys.stdout`/`stderr` (422)
- Minor internal stream bugfix (439)
- `AttributeError` fixes (323, 324, 418)

Related to:

- Misc bugs (334)
- `concurrent.futures` (97)
- Multi-`tqdm` (143)
- `flush()` and `refresh()` (331)
- Newline on `refresh()` (361)
- Nested trees (384)
- Manually positioned nested bars clearing (385)

4.17.1

- initialise `n` even when disabled (438)
- better unicode detection (437)
- `__repr__()` bugfix (441)

4.17.0

- easier redirect of `stdout` (426 -> 431)
 - `cls.external_write_mode() contextmanager`
- `refresh=True` for `set_description`/`update`(`_str`) (317 -> 377)

4.16.0

- more formatting control (347 -> 362)
 - `set_postfix_str()`, `set_description_str()`
 - move `": "` to `bar_format`
 - complements 266, 270
- better CLI support (e.g. hyphenated paths) (421 423 -> 424)
- more unit tests (411)
 - upgrade to pypy2/3-5.8.0
 - add py37-dev
- doc updates
Links

@coveralls
Copy link

Pull Request Test Coverage Report for Build 128

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 59.432%

Files with Coverage Reduction New Missed Lines %
pymaid/fetch.py 1 71.91%
Totals Coverage Status
Change from base Build 110: -0.01%
Covered Lines: 4203
Relevant Lines: 7072

💛 - Coveralls

@schlegelp schlegelp merged commit 88c0677 into master Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants