sigsep / sigsep-mus-db

Python parser and tools for MUSDB18 Music Separation Dataset
https://sigsep.github.io/sigsep-mus-db/
MIT License
159 stars 33 forks source link

Update tqdm to 4.31.1 #51

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates tqdm from 4.28.1 to 4.31.1.

Changelog ### 4.31.0 ``` - Write bytes to `stdout`/`stderr` in py2 (https://bugs.python.org/issue21363, 589 -> 598) - Add `write_bytes` parameter for py2/3 default override - support custom bar characters vias `ascii` parameter (223 -> 227) - implement, document and test custom bar spinners - support custom `bar_format` with unknown `total` (282 -> 284) - fix `TypeError` when `unit_scale` and unknown `total` - document `format_dict` - expose `elapsed_s`, `remaining_s` to `bar_format` - add `unit` option to `bar_format` (368) - auto `README.rst` generation framework - add notes in `CONTRIBUTING.md` - update tests - update documentation - misc code tidy ``` ### 4.30.0 ``` - avoid moving when `leave=False` - generalise nested bar tests - add `display()` helper function - add and expose `format_dict` (562, 482, 494, 656) + allow arbitrary keyword arguments for `format_meter` + document `format_dict` overriding + add tests for overriding + related: 660 172 587 - add and tidy developer documentation - fix py3 CLI pipe decoding error (663) - framework overhaul (developing, testing, Travis CI updates) - tidy code and style (flake8) - `setup.py` refactor + `setup.py make` * add support for multi-line commands * tidy and efficiency + replace `setup.py`'s built-in `make` -> `py-make>=0.1.9` (290) + add `requirements-dev.txt` and `extras_require[dev]` - add, update and tidy tests - include interactive Jupyter demonstration (652 -> 659) - update documentation + add FAQ about py2 pipes (359) + add badges + update examples + update authors ``` ### 4.29.1 ``` - fix `classmethod` lock bug (617: 457 -> 658) - add unit test to prevent regression ``` ### 4.29.0 ``` - Avoid global multiprocessing locks (611 -> 617) - Add support for infinite iterables (651) - Fix missing attr pos when used in multi-threaded environment (573) - Do not join `TMonitor` if it is the current thread (613 -> 641) - Add OpenBSD NIX support (638) - Unit tests, general documentation fixes and tidying (e.g. 642) - CI travis improvements + `py37-dev` -> `py37` (622) + fix `py26` ```
Links - PyPI: https://pypi.org/project/tqdm - Changelog: https://pyup.io/changelogs/tqdm/ - Repo: https://github.com/tqdm/tqdm
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 67.048% when pulling ca89b357da6e8fdf66dffc911ee2f94dbf737935 on pyup-update-tqdm-4.28.1-to-4.31.1 into 0f41b3ee445d59dd9066ac1dc5535ebe2e29dfb6 on master.