openearth / sandbox-fm

Visualization for the augmented sandbox coupled with Delft3D Flexible Mesh
Other
4 stars 9 forks source link

Scheduled biweekly dependency update for week 37 #210

Closed pyup-bot closed 1 month ago

pyup-bot commented 1 month ago

Update tqdm from 4.19.5 to 4.66.5.

Changelog ### 4.66.5 ``` - support `ncols` auto-detection on FreeBSD (1602 <- https://github.com/casperdcl/git-fame/issues/98) - fix Python 3.13 CLI (1594 <- 1585) - fix Python 3.13 tests (1595 <- https://github.com/python/cpython/issues/117536#issuecomment-2036883124) - misc framework updates (1602) + add official Python 3.12 support + bump deps (https://github.com/NiklasRosenstein/pydoc-markdown/issues/329, https://github.com/tikitu/jsmin/pull/44) ``` ### 4.66.4 ``` - `rich`: fix completion (1395 <- 1306) - minor framework updates & code tidy (1578) ``` ### 4.66.3 ``` - `cli`: `eval` safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) ``` ### 4.66.2 ``` - `pandas`: add `DataFrame.progress_map` (1549) - `notebook`: fix HTML padding (1506) - `keras`: fix resuming training when `verbose>=2` (1508) - fix `format_num` negative fractions missing leading zero (1548) - fix Python 3.12 `DeprecationWarning` on `import` (1519) - linting: use f-strings (1549) - update tests (1549) + fix `pandas` warnings + fix `asv` (https://github.com/airspeed-velocity/asv/issues/1323) + fix macos `notebook` docstring indentation - CI: bump actions (1549) ``` ### 4.66.1 ``` - fix `utils.envwrap` types (1493 <- 1491, 1320 <- 966, 1319) + e.g. cloudwatch & kubernetes workaround: `export TQDM_POSITION=-1` - drop mentions of unsupported Python versions ``` ### 4.66.0 ``` - environment variables to override defaults (`TQDM_*`) (1491 <- 1061, 950 <- 614, 1318, 619, 612, 370) + e.g. in CI jobs, `export TQDM_MININTERVAL=5` to avoid log spam + add tests & docs for `tqdm.utils.envwrap` - fix & update CLI completion - fix & update API docs - minor code tidy: replace `os.path` => `pathlib.Path` - fix docs image hosting - release with CI bot account again (https://github.com/cli/cli/issues/6680) ``` ### 4.65.2 ``` - exclude `examples` from distributed wheel (1492) ``` ### 4.65.1 ``` - migrate `setup.{cfg,py}` => `pyproject.toml` (1490) + fix `asv` benchmarks + update docs - fix snap build (1490) - fix & update tests (1490) + fix flaky notebook tests + bump `pre-commit` + bump workflow actions ``` ### 4.65.0 ``` - add Python 3.11 and drop Python 3.6 support (1439, 1419, 502 <- 720, 620) - misc code & docs tidy - fix & update CI workflows & tests ``` ### 4.64.1 ``` - support `ipywidgets>=8` (1366, 1361 <- 1310, 1359, 1360, 1364) + fix jupyter lab display + update notebook tests ``` ### 4.64.0 ``` - add `contrib.slack` (1313) ``` ### 4.63.2 ``` - `rich`: expose `options` kwargs (1282) - `autonotebook`: re-enable VSCode (1309) - misc docs typos (1301, 1299) - update dev dependencies (1311) ``` ### 4.63.1 ``` - fix stderr/stdout missing `flush()` (1248 <- 1177) - misc speed improvements/optimisations ``` ### 4.63.0 ``` - add `__reversed__()` - add efficient `__contains__()` - improve CLI startup time (replace `pkg_resources` => `importlib`) - `tqdm.autonotebook` warning & `std` fallback on missing `ipywidgets` (1218 <- 1082, 1217) - warn on positional CLI arguments - misc build/test framework updates + enable `py3.10` tests + add `conda` dependencies + update pre-commit hooks + fix `pytest` config (`nbval`, `asyncio`) + fix dependencies & tests + fix site deployment ``` ### 4.62.3 ``` - fix minor typo (1246) - minor example fix (1246) - misc tidying & refactoring - misc build/dev framework updates + update dependencies + update linters + update docs deployment branches - misc test/ci updates + test forks + tidy OS & Python version tests + bump primary python version 3.7 => 3.8 + beta py3.10 testing + fix py2.7 tests + better timeout handling ``` ### 4.62.2 ``` - fix notebook memory leak (1216) - fix `contrib.concurrent` with generators (1233 <- 1231) ``` ### 4.62.1 ``` - `contrib.logging`: inherit existing handler output stream (1191) - fix `PermissionError` by using `weakref` in `DisableOnWriteError` (1207) - fix `contrib.telegram` creation rate limit handling (1223, 1221 <- 1220, 1076) - tests: fix py27 `keras` dependencies (1222) - misc tidy: use relative imports (1222) - minor documentation updates (1222) ``` ### 4.62.0 ``` - `asyncio.gather` API consistency with stdlib (1212) - fix shutdown exception (1209 <- 1198) - misc build framework updates (1209) - add [GH Sponsors](https://github.com/sponsors/tqdm/dashboard/tiers?frequency=one-time) & [merch](https://tqdm.github.io/merch) links ``` ### 4.61.2 ``` - install `colorama` on Windows (1139, 454) - add telegram support for `leave=False` (1189) - support `pandas==1.3.0` (1199) - fix `keras` potential `AttributeError` (1184 <- 1183) - fix py3.10 `asyncio` tests (1176) - flush `stdout`/`err` before first render (1177) - misc minor build & test framework updates (1180) ``` ### 4.61.1 ``` - fix `utils._screen_shape_linux()` sometimes raising `ValueError` (1174) - minor build/CI framework updates (1175) - minor documentation updates - fix typo (1178) - link to [merch](https://tqdm.github.io/merch)! :billed_cap: :shirt: ``` ### 4.61.0 ``` - `keras` support for `initial_epoch` (1150 <- 1138) - misc documentation updates + update & shorten URLs (1163) + fix typos (1162) - fix & update tests (1163) - minor framework updates (1163) ``` ### 4.60.0 ``` - add `contrib.logging` helpers for redirecting to `tqdm.write()` (1155 <- 786) - support `delay` in `notebook` (1142) - fix `contrib.tmap`, `tzip` not using `tqdm_class` (1148) - add `notebook` tests (1143) - updates & misc minor fixes for documentation ``` ### 4.59.0 ``` - add `tqdm.dask.TqdmCallback` (1079, 279 <- 278) - add `asyncio.gather()` (1136) - add basic support for `length_hint` (1068) - add & update tests - misc documentation updates (1132) + update contributing guide + update URLs + bash completion: add missing `--delay` - misc code tidy - add `[notebook]` extra (1135) ``` ### 4.58.0 ``` - add start `delay` in seconds (836 <- 1069, 704) - add tests - misc code tidy (1130) - misc documentation updates ``` ### 4.57.0 ``` - add line buffering for `DummyTqdmFile` (960) - fix & update demo notebook (1127) - fix py3 urllib examples (1127) - suppress deprecated `pandas` warnings (824, 1094) - misc framework updates - misc tests updates - misc code tidy ``` ### 4.56.2 ``` - fix attribute errors when disabled (1126) + `reset()` (1125) + `unpause()` - add tests ``` ### 4.56.1 ``` - fix `repr()` & `format_dict` when disabled (1113 <- 624) - rename `__repr__()` => `__str__()` - minor documentation updates (1113) + fix Binder demo notebook (1119) + remove explicit Dockerfile + move some images to external repo - add & update tests ``` ### 4.56.0 ``` - add `tqdm.tk` (1006) - add `tqdm.rich` - minor formatting improvements for `tqdm.gui` - fix `display()` inheritance/override - add tests - add documentation ``` ### 4.55.2 ``` - update tests (1108) + make pre-commit `pytest` quicker + switch pre-commit from `make` to `python` + add and update (auto) formatters & CI (1108, 1093) - update contributing guidelines (1108) + fix formatting + test dependencies (1109) - update `.gitignore` - fix (auto & manual) formatting - fix minor detected bugs - misc build/CI framework upgrades ``` ### 4.55.1 ``` - fix `(Rolling|Expanding).progress_apply()` on `pandas==1.2.0` (1106) - minor documentation updates ``` ### 4.55.0 ``` - fix ASCII notebook export (937, 1035, 1098) - fix notebook gui-mode extra spaces (433, 479, 550, 935) - better ETA for early iterations (1101) - better ETA for wildly varying iteration rates (1102) - update submodule inheritance + `tqdm.gui` + `tqdm.notebook` + `tqdm.contrib.telegram` + `tqdm.contrib.discord` - documentation updates - misc code optimisations - add tests - framework updates + build + CI & test - misc code linting/formatting ``` ### 4.54.1 ``` - drop `py3.4` (no longer tested) (1091) - misc CI updates (1091) + update `snap` build & deploy method + bot releases ``` ### 4.54.0 ``` - get rid of `get_new` (1085 <- 1084, 509) - minor CI framework optimisations ``` ### 4.53.0 ``` - provide `get_new()` helper for mixed subclasses in nested mode (509) - fix nested `asyncio` (1074) + document async `break` hazard - add tests - drop py2.6/3.2/3.3 and distutils (no longer tested) + drop py2.6 (502 <- 620, 127) + drop `distutils` in favour of `setuptools`/`setup.cfg` (723, 721) - 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 ``` ### 4.52.0 ``` - allow delaying `display()` to a different notebook cell (1059 <- 909, 954) + add `notebook` argument `display=True` (use `display=False` with `display(tqdm_object.container)`) + add `keras.TqdmCallback` support for initialiser arguments (use `display=False` with `tqdm_callback_object.display()`) (1059 <- 1065) + add documentation - add CI on windows (507) - enable CI on OSX - migrate CI Travis => GHA + add tests for MacOS & Windows + add tests for py3.9 (1073) + update documentation - minify docker build - update tests - misc tidy ``` ### 4.51.0 ``` - add `{eta}` datetime `bar_format` argument (1055 <- 1051) + e.g. `bar_format='{l_bar}{bar}| {n_fmt}/{total_fmt} [{rate_fmt} ETA:{eta:%y-%m-%d %H:%M}{postfix}]'` - fix py3 CLI `--update` & `--update_to` - replace `nosetests` with `pytest` (1052, 1045) - add & update tests ``` ### 4.50.2 ``` - fixed `platform.system()` causing `fork()` warnings (691) - fixed `contrib.concurrent.process_map` pickling error with `threading.RLock` (920) - updated documentation & examples - updated CI framework - updated tests - misc code tidy ``` ### 4.50.1 ``` - 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 :imp: - major test overhaul: fix, update, and speed up - misc CI framework updates - code linting - minor documentation tidy ``` ### 4.50.0 ``` - add bar `colour` option (1040 <- 450) + for `notebook` as well as `std`/CLI + plain text as well as hex (e.g. 'green' or '00ff00') - `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 ``` ### 4.49.0 ``` - 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()` return `True` on `display` to ease efficient use of custom callbacks (845) - fix `py>=3` CLI `--delim` encoding error - fix `py>=3.5` version detection in `tqdm.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 ``` ### 4.48.2 ``` - fix `notebook` formatting ``` ### 4.48.1 ``` - fix ANSI escape codes breaking `tqdm.write` (692, 777) - fix long-lived strongref (1007, https://bugs.python.org/issue39093) - fix cli `--version` crash on missing `git/refs/heads` (635) - fix `contrib.tenumerate` ignoring `total` (1017) - fix potential deep => shallow `kwargs` copy issues - improve `notebook` display for unknown `total` (1015) - make `asyncio` inherit from `std` rather than `auto` - make `auto` multi-inherit from `autonotebook`, `asyncio` on Python3.5+ - misc documentation & examples updates + mention `docker-compose` requirements (771) - misc linting & tidy - misc minor testing framework updates ``` ### 4.48.0 ``` - add `tqdm.asyncio` (1004, 772, 91 <- 65) + supports async iterables (`async for row in tqdm(iterable)`) + supports iterables + supports `coroutine.send` (`tqdm(coroutine).send`) + add `as_completed` wrapper (`for f in tqdm.as_completed(fs)`) - reduce `contrib.discord` logging verbosity - fix potential `pandas()` modifying `**kwargs` bug - update documentation + add missing inline docstrings + update contributing notes + update readme + add to `examples/` folder * async_coroutines * coroutine_pipe + standardise variable naming - add tests + add benchmark tests against popular alternative libraries + test new functionality + more thorough `miniters` test (1003) - misc framework updates + tidy changelog helper + add helper bots * comment-bot `/tag` * post-release-bot - wiki updater - website updater * benchmark regressions - full/thorough test on schedule & release - quick test on PR ``` ### 4.47.0 ``` - add `contrib.discord` (similar to `contrib.telegram`) (976) - add `contrib.bells` to auto-enable all extras - add `contrib.utils_worker` for common slow tasks (e.g. web I/O) + fix lazy large memory usage & discard unsent messages (unprocessed tasks) - fix slow notebook imports (955 <- 709) - fix `gui` `TypeError` on unknown `len()` (971) - misc documentation/error message updates + more succinct ImportError on missing `ipywidgets` (872) + fix broken/deprecated link (981) + add inline usage for `contrib.discord` and `contrib.telegram` - misc framework updates + add official `py3.8` support (986) + fix `snap` builds ![contrib.discord](https://img.tqdm.ml/screenshot-discord.png) ![contrib.telegram](https://img.tqdm.ml/screenshot-telegram.gif) ``` ### 4.46.1 ``` - fix missing `sys.setcheckinterval` in py3.9 (978) - fix `keras.TqdmCallback` compatibility with `tensorflow==2.2.0` (979) - update documentation + correct `contrib.concurrent` correct `max_workers` (977) + drop prominent mention of `xrange` (965) - minor linting ``` ### 4.46.0 ``` - add `contrib.telegram` 949 <- 948 - add `bash` tab completion and `--comppath` 946, 947 <- 858 - fix exception safety in `external_write_mode` 940 - add `requests` examples (242) - update documentation ``` ### 4.45.0 ``` - propagate and `close()` on exceptions (926 <- 548) - fix nested `clear()` - rework nested `close()` (930 <- 924 <- 918, 677) + reduces screen flicker/blank space at the cost of ordering - update all documentation & demos - add and update tests - dev framework: add pre-commit helper ``` ### 4.44.1 ``` - fix `_utils` `ImportError` => `DeprecationWarning` (928 <- 927) ``` ### 4.44.0 ``` - add automatic `nrows` and expose for manual override (918 -> 924) - expose and warn about small `chunksize` in `tqdm.contrib.concurrent.process_map` (912) - fix py2 file stream comparison (727 -> 730) - deprecate `utils._environ_cols_wrapper` - add and update tests - add documentation ``` ### 4.43.0 ``` - fix `notebook` exceptions (669 <- 650) + `set_description()` when `disable=True` - `contrib.concurrent`: avoid unnecessary `len(iterable)` (893) - update documentation + clarify etymology (895) + fix minor typo (890) + update contributors and years - update tests - fix CI tests for PRs ``` ### 4.42.1 ``` - support `pandas==1.0.0` (780, 555) - minor metadata updates - minor CI test update ``` ### 4.42.0 ``` - `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 + [README](https://github.com/tqdm/tqdm#tqdm) + [examples/](https://github.com/tqdm/tqdm/tree/master/examples) - update CI framework ``` ### 4.41.1 ``` - `keras` module tidy and fixes + fix `batch_size=None` (869) + add missing `pop('size')` ``` ### 4.41.0 ``` - 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 ``` ### 4.40.2 ``` - fix `pandas` unhashable func (862 -> 863) + add tests ``` ### 4.40.1 ``` - fix floating point imprecision raising errors (859) - fix auto gh releases ([travis-ci/dpl914](https://github.com/travis-ci/dpl/issues/914)) - update CONTRIBUTING ([84 (comment)](https://github.com/tqdm/tqdm/issues/84#issuecomment-167516992)) ``` ### 4.40.0 ``` - 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) ``` ### 4.39.0 ``` - 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) ``` ### 4.38.0 ``` - 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 ``` ### 4.37.0 ``` - 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 ``` ### 4.36.1 ``` - fix CLI entrypoint ``` ### 4.36.0 ``` - expose more custom format params - potential thread safety fix (548) - update submodule architecture (198 -> 800) + backward-compatibility + expose `utils` + rename `main` -> `cli` + add/fix tests + fix minor cached var optimisation + `gui` partial upgrade (790) + `notebook` upgrade (790) * support `{bar}` in `bar_format` (594) * inherit methods including `set_*(refresh)` (740 -> 741) + ready for `contrib` releases (252) - support custom `bar_format` with unknown `total` - fix `tqdm_notebook` red block on explicit `file=None` (791) - update notebook to fully support custom `bar_format` (594, 649) - misc tidy + warnings + linting + update submodule contribution guide (252) + parallel `(py)make test` + fix Zenodo metadata - update documentation + `pandas`, `notebook`, `gui` (245) + indentation + update multiprocessing and multithreading examples (796) ``` ### 4.35.0 ``` - add `{bar}` format specifier (623 -> 799) + `[width][type]` - add tests and documentation - update performance tests ``` ### 4.34.0 ``` - add `leave=None` convenience option for `leave = position == 0` - ensure nested completed bars respect `leave=True` (230) - ensure nested bars are cleared before being moved up (795) - support both ` ` and `=` syntax for CLI options (761 -> 774) - misc documentation updates (778, 782) - fix/update tests - update GitHub docker package deployment ``` ### 4.33.0 ``` - fix `pandas==0.25` API change (780) - add contributor badges (`sourcerer`) - fix py26 travis CI - metadata fixes + `.zenodo.json` + `CODEOWNERS` - GitHub package registry docker deployment - minor linting - documentation updates (773) ``` ### 4.32.2 ``` - fix 'Set changed size during iteration' (481 -> 700, 754) - add `tqdm.autonotebook` check for `$VSCODE_PID` (747 -> 751) - fix missing `multiprocessing` in Jython (698) - make `bool(tqdm(iter))` consistent with `bool(iter)` (353 -> 694) - add and update unit tests - add and update documentation & framework + update notable contributors list + update usage docstrings (714, 715) + add funding + add `awesome-python` badge + trove classifier update + update demo notebook badges + add JOSS DOI + add Zenodo metadata + move unnecessary root clutter ``` ### 4.32.1 ``` - fix `notebook` with unknown `total` (743) ``` ### 4.32.0 ``` - support `unit_scale` in `notebook` - support negative update (432, 545) - add `reset()` function (547, 545) - add `[python setup.py] make run` - add and update documentation - example of dynamic usage (735, 545, 547, 432, 374) - note writing issues (737) - update badges - add [PyData2019 slides link](https://tqdm.github.io/PyData2019/slides.html) - add [JOSS paper](https://github.com/openjournals/joss-papers/blob/joss.01277/joss.01277/10.21105.joss.01277.pdf) - update manpages - add docker install - add snapcraft install - notebooks: add binder, rename RMOTR => notebooks.ai (679) - prettify and unify contributors/maintainers/authors - CI and release framework updates - add snapcraft snaps (647) - add travis auto-deployment (685) + PyPI releases + docker devel/releases - update deployment dev docs - fix travis deploy pymake - update .gitinore - add & update unit tests - automate more documentation ``` ### 4.31.1 ``` - fix `file.encoding==None` caused by 598 (673 -> 676) + add tests - tidy code, update authors and tests + add `setup.py` test to CI ``` ### 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` ``` ### 4.28.1 ``` - fix `--manpath` file not found - expose `main():argv` - add unit tests - release framework tidy + update .`gitattributes` + remove deprecated `make`/`dist` options ``` ### 4.28.0 ``` - remove installation of man pages by default (460, 628) - CLI:add `--manpath` option (629) - documentation additions and fixes ``` ### 4.27.0 ``` - fix `str.isnumeric` 605 - fix `WeakSet` `KeyError` 548, 553, 596 -> 607 - stop `tqdm_notebook` description truncation 582 -> 599 - include `unit_scale` for `rate` 608 - add `auto` -> nowarning `autonotebook` - add better postfix numeric formatting 621 - minor refactoring 609 -> 616 - update documentation - add unit tests - fix py26 CI ``` ### 4.26.0 ``` - fix `smoothing` (566 -> 601) - `pandas` updates + address the `FutureWarning` in `pandas`, drop `pandas` test in py34, add in py37 (603) + support `pandas` `axis='index' or 'columns'` (570) - minor documentation updates (597, 600, 606) + developer notes ``` ### 4.25.0 ``` - stop monitor on shutdown (571, 572) - fix `find_packages()` for submodules (593) + properly add `autonotebook` (586, 1cf3393) - ignore ANSI escape codes in the bar length calculation (450, 591 -> 592) - update documentation (243) ``` ### 4.24.0 ``` - `autonotebook` submodule for automatic selection of notebook/CLI bar (443, 508) + update/add `pandas()` example documentation (474) - `NameError:IntProgress` changed to a more helpful `ImportError` (187, 451, 558) - support `bool()` cast when `disable=True` (574) - fix `format_sizeof` hundreds rounding (579 -> 581) - ensure URLs in documentation are secure (`https`) ``` ### 4.23.4 ``` - Support pandas 0.23.0 `core.groupby` module layout (555 -> 554) - Add python_requires to help pip (557) - minor maintenance updates + CI updates: drop travis py33 due to `tox` (tox-dev/tox648) + minor code tidy ``` ### 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 ```
Links - PyPI: https://pypi.org/project/tqdm - Changelog: https://data.safetycli.com/changelogs/tqdm/

Update pip from 9.0.1 to 24.2.

Changelog ### 24.2 ``` ================= Deprecations and Removals ------------------------- - Deprecate ``pip install --editable`` falling back to ``setup.py develop`` when using a setuptools version that does not support :pep:`660` (setuptools v63 and older). (`11457 <https://github.com/pypa/pip/issues/11457>`_) Features -------- - Check unsupported packages for the current platform. (`11054 <https://github.com/pypa/pip/issues/11054>`_) - Use system certificates *and* certifi certificates to verify HTTPS connections on Python 3.10+. Python 3.9 and earlier only use certifi. To revert to previous behaviour, pass the flag ``--use-deprecated=legacy-certs``. (`11647 <https://github.com/pypa/pip/issues/11647>`_) - Improve discovery performance of installed packages when the ``importlib.metadata`` backend is used to load distribution metadata (used by default under Python 3.11+). (`12656 <https://github.com/pypa/pip/issues/12656>`_) - Improve performance when the same requirement string appears many times during resolution, by consistently caching the parsed requirement string. (`12663 <https://github.com/pypa/pip/issues/12663>`_) - Minor performance improvement of finding applicable package candidates by not repeatedly calculating their versions (`12664 <https://github.com/pypa/pip/issues/12664>`_) - Disable pip's self version check when invoking a pip subprocess to install PEP 517 build requirements. (`12683 <https://github.com/pypa/pip/issues/12683>`_) - Improve dependency resolution performance by caching platform compatibility tags during wheel cache lookup. (`12712 <https://github.com/pypa/pip/issues/12712>`_) - ``wheel`` is no longer explicitly listed as a build dependency of ``pip``. ``setuptools`` injects this dependency in the ``get_requires_for_build_wheel()`` hook and no longer needs it on newer versions. (`12728 <https://github.com/pypa/pip/issues/12728>`_) - Ignore ``--require-virtualenv`` for ``pip check`` and ``pip freeze`` (`12842 <https://github.com/pypa/pip/issues/12842>`_) - Improve package download and install performance. Increase chunk sizes when downloading (256 kB, up from 10 kB) and reading files (1 MB, up from 8 kB). This reduces the frequency of updates to pip's progress bar. (`12810 <https://github.com/pypa/pip/issues/12810>`_) - Improve pip install performance. Files are now extracted in 1MB blocks, or in one block matching the file size for smaller files. A decompressor is no longer instantiated when extracting 0 bytes files, it is not necessary because there is no data to decompress. (`12803 <https://github.com/pypa/pip/issues/12803>`_) Bug Fixes --------- - Set ``no_color`` to global ``rich.Console`` instance. (`11045 <https://github.com/pypa/pip/issues/11045>`_) - Fix resolution to respect ``--python-version`` when checking ``Requires-Python``. (`12216 <https://github.com/pypa/pip/issues/12216>`_) - Perform hash comparisons in a case-insensitive manner. (`12680 <https://github.com/pypa/pip/issues/12680>`_) - Avoid ``dlopen`` failure for glibc detection in musl builds (`12716 <https://github.com/pypa/pip/issues/12716>`_) - Avoid keyring logging crashes when pip is run in verbose mode. (`12751 <https://github.com/pypa/pip/issues/12751>`_) - Fix finding hardlink targets in tar files with an ignored top-level directory. (`12781 <https://github.com/pypa/pip/issues/12781>`_) - Improve pip install performance by only creating required parent directories once, instead of before extracting every file in the wheel. (`12782 <https://github.com/pypa/pip/issues/12782>`_) - Improve pip install performance by calculating installed packages printout in linear time instead of quadratic time. (`12791 <https://github.com/pypa/pip/issues/12791>`_) Vendored Libraries ------------------ - Remove vendored tenacity. - Update the preload list for the ``DEBUNDLED`` case, to replace ``pep517`` that has been renamed to ``pyproject_hooks``. - Use tomllib from the stdlib if available, rather than tomli - Upgrade certifi to 2024.7.4 - Upgrade platformdirs to 4.2.2 - Upgrade pygments to 2.18.0 - Upgrade setuptools to 70.3.0 - Upgrade typing_extensions to 4.12.2 Improved Documentation ---------------------- - Correct ``—-ignore-conflicts`` (including an em dash) to ``--ignore-conflicts``. (`12851 <https://github.com/pypa/pip/issues/12851>`_) ``` ### 24.1.2 ``` =================== Bug Fixes --------- - Fix finding hardlink targets in tar files with an ignored top-level directory. (`12781 <https://github.com/pypa/pip/issues/12781>`_) ``` ### 24.1.1 ``` =================== Bug Fixes --------- - Actually use system trust stores when the truststore feature is enabled. Vendored Libraries ------------------ - Upgrade requests to 2.32.3 ``` ### 24.1 ``` ================= Vendored Libraries ------------------ - Upgrade truststore to 0.9.1. ``` ### 24.1b2 ``` =================== Features -------- - Report informative messages about invalid requirements. (`12713 <https://github.com/pypa/pip/issues/12713>`_) Bug Fixes --------- - Eagerly import the self version check logic to avoid crashes while upgrading or downgrading pip at the same time. (`12675 <https://github.com/pypa/pip/issues/12675>`_) - Accommodate for mismatches between different sources of truth for extra names, for packages generated by ``setuptools``. (`12688 <https://github.com/pypa/pip/issues/12688>`_) - Accommodate for development versions of CPython ending in ``+`` in the version string. (`12691 <https://github.com/pypa/pip/issues/12691>`_) Vendored Libraries ------------------ - Upgrade packaging to 24.1 - Upgrade requests to 2.32.0 - Remove vendored colorama - Remove vendored six - Remove vendored webencodings - Remove vendored charset_normalizer ``requests`` provides optional character detection support on some APIs when processing ambiguous bytes. This isn't relevant for pip to function and we're able to remove it due to recent upstream changes. ``` ### 24.1b1 ``` =================== Deprecations and Removals ------------------------- - Drop support for EOL Python 3.7. (`11934 <https://github.com/pypa/pip/issues/11934>`_) - Remove support for legacy versions and dependency specifiers. Packages with non standard-compliant versions or dependency specifiers are now ignored by the resolver. Already installed packages with non standard-compliant versions or dependency specifiers must be uninstalled before upgrading them. (`12063 <https://github.com/pypa/pip/issues/12063>`_) Features -------- - Improve performance of resolution of large dependency trees, with more caching. (`12453 <https://github.com/pypa/pip/issues/12453>`_) - Further improve resolution performance of large dependency trees, by caching hash calculations. (`12657 <https://github.com/pypa/pip/issues/12657>`_) - Reduce startup time of commands (e.g. show, freeze) that do not access the network by 15-30%. (`4768 <https://github.com/pypa/pip/issues/4768>`_) - Reword and improve presentation of uninstallation errors. (`10421 <https://github.com/pypa/pip/issues/10421>`_) - Add a 'raw' progress_bar type for simple and parsable download progress reports (`11508 <https://github.com/pypa/pip/issues/11508>`_) - ``pip list`` no longer performs the pip version check unless ``--outdated`` or ``--uptodate`` is given. (`11677 <https://github.com/pypa/pip/issues/11677>`_) - Use the ``data_filter`` when extracting tarballs, if it's available. (`12111 <https://github.com/pypa/pip/issues/12111>`_) - Display the Project-URL value under key "Home-page" in ``pip show`` when the Home-Page metadata field is not set. The Project-URL key detection is case-insensitive, and ignores any dashes and underscores. (`11221 <https://github.com/pypa/pip/issues/11221>`_) Bug Fixes --------- - Ensure ``-vv`` gets passed to any ``pip install`` build environment subprocesses. (`12577 <https://github.com/pypa/pip/issues/12577>`_) - Deduplicate entries in the ``Requires`` field of ``pip show``. (`12165 <https://github.com/pypa/pip/issues/12165>`_) - Fix error on checkout for subversion and bazaar with verbose mode on. (`11050 <https://github.com/pypa/pip/issues/11050>`_) - Fix exception with completions when COMP_CWORD is not set (`12401 <https://github.com/pypa/pip/issues/12401>`_) - Fix intermittent "cannot locate t64.exe" errors when upgrading pip. (`12666 <https://github.com/pypa/pip/issues/12666>`_) - Remove duplication in invalid wheel error message (`12579 <https://github.com/pypa/pip/issues/12579>`_) - Remove the incorrect pip3.x console entrypoint from the pip wheel. This console script continues to be generated by pip when it installs itself. (`12536 <https://github.com/pypa/pip/issues/12536>`_) - Gracefully skip VCS detection in pip freeze when PATH points to a non-directory path. (`12567 <https://github.com/pypa/pip/issues/12567>`_) - Make the ``--proxy`` parameter take precedence over environment variables. (`10685 <https://github.com/pypa/pip/issues/10685>`_) Vendored Libraries ------------------ - Add charset-normalizer 3.3.2 - Remove chardet - Remove pyparsing - Upgrade CacheControl to 0.14.0 - Upgrade certifi to 2024.2.2 - Upgrade distro to 1.9.0 - Upgrade idna to 3.7 - Upgrade msgpack to 1.0.8 - Upgrade packaging to 24.0 - Upgrade platformdirs to 4.2.1 - Upgrade pygments to 2.17.2 - Upgrade rich to 13.7.1 - Upgrade setuptools to 69.5.1 - Upgrade tenacity to 8.2.3 - Upgrade typing_extensions to 4.11.0 - Upgrade urllib3 to 1.26.18 Improved Documentation ---------------------- - Document UX research done on pip. (`10745 <https://github.com/pypa/pip/issues/10745>`_) - Fix the direct usage of zipapp showing up as ``python -m pip.pyz`` rather than ``./pip.pyz`` / ``.\pip.pyz`` (`12043 <https://github.com/pypa/pip/issues/12043>`_) - Add a warning explaining that the snippet in "Fallback behavior" is not a valid ``pyproject.toml`` snippet for projects, and link to setuptools documentation instead. (`12122 <https://github.com/pypa/pip/issues/12122>`_) - The Python Support Policy has been updated. (`12529 <https://github.com/pypa/pip/issues/12529>`_) - Document the environment variables that correspond with CLI options. (`12576 <https://github.com/pypa/pip/issues/12576>`_) - Update architecture documentation for command line interface. (`6831 <https://github.com/pypa/pip/issues/6831>`_) Process ------- - Remove ``setup.py`` since all the pip project metadata is now declared in ``pyproject.toml``. - Move remaining pip development tools configurations to ``pyproject.toml``. ``` ### 24.0 ``` ================= Features -------- - Retry on HTTP status code 502 (`11843 <https://github.com/pypa/pip/issues/11843>`_) - Automatically use the setuptools PEP 517 build backend when ``--config-settings`` is used for projects without ``pyproject.toml``. (`11915 <https://github.com/pypa/pip/issues/11915>`_) - Make pip freeze and pip uninstall of legacy editable installs of packages whose name contains ``_`` compatible with ``setuptools>=69.0.3``. (`12477 <https://github.com/pypa/pip/issues/12477>`_) - Support per requirement ``--config-settings`` for editable installs. (`12480 <https://github.com/pypa/pip/issues/12480>`_) Bug Fixes --------- - Optimized usage of ``--find-links=<path-to-dir>``, by only scanning the relevant directory once, only considering file names that are valid wheel or sdist names, and only considering files in the directory that are related to the install. (`12327 <https://github.com/pypa/pip/issues/12327>`_) - Removed ``wheel`` from the ``[build-system].requires`` list fallback that is used when ``pyproject.toml`` is absent. (`12449 <https://github.com/pypa/pip/issues/12449>`_) Vendored Libraries ------------------ - Upgrade distlib to 0.3.8 Improved Documentation ---------------------- - Fix explanation of how PIP_CONFIG_FILE works (`11815 <https://github.com/pypa/pip/issues/11815>`_) - Fix outdated pip install argument description in documentation. (`12417 <https://github.com/pypa/pip/issues/12417>`_) - Replace some links to PEPs with links to the canonical specifications on the :doc:`pypug:index` (`12434 <https://github.com/pypa/pip/issues/12434>`_) - Updated the ``pyproject.toml`` document to stop suggesting to depend on ``wheel`` as a build dependency directly. (`12449 <https://github.com/pypa/pip/issues/12449>`_) - Update supported interpreters in development docs (`12475 <https://github.com/pypa/pip/issues/12475>`_) Process ------- - Most project metadata is now defined statically via pip's ``pyproject.toml`` file. ``` ### 23.3.2 ``` =================== Bug Fixes --------- - Fix a bug in extras handling for link requirements (`12372 <https://github.com/pypa/pip/issues/12372>`_) - Fix mercurial revision "parse error": use ``--rev={ref}`` instead of ``-r={ref}`` (`12373 <https://github.com/pypa/pip/issues/12373>`_) ``` ### 23.3.1 ``` =================== Bug Fixes --------- - Handle a timezone indicator of Z when parsing dates in the self check. (`12338 <https://github.com/pypa/pip/issues/12338>`_) - Fix bug where installing the same package at the same time with multiple pip processes could fail. (`12361 <https://github.com/pypa/pip/issues/12361>`_) ``` ### 23.3 ``` ================= Process ------- - Added reference to `vulnerability reporting guidelines <https://www.python.org/dev/security/>`_ to pip's security policy. Deprecations and Removals ------------------------- - Drop a fallback to using SecureTransport on macOS. It was useful when pip detected OpenSSL older than 1.0.1, but the current pip does not support any Python version supporting such old OpenSSL versions. (`12175 <https://github.com/pypa/pip/issues/12175>`_) Features -------- - Improve extras resolution for multiple constraints on same base package. (`11924 <https://github.com/pypa/pip/issues/11924>`_) - Improve use of datastructures to make candidate selection 1.6x faster. (`12204 <https://github.com/pypa/pip/issues/12204>`_) - Allow ``pip install --dry-run`` to use platform and ABI overriding options. (`12215 <https://github.com/pypa/pip/issues/12215>`_) - Add ``is_yanked`` boolean entry to the installation report (``--report``) to indicate whether the requirement was yanked from the index, but was still selected by pip conform to :pep:`592`. (`12224 <https://github.com/pypa/pip/issues/12224>`_) Bug Fixes --------- - Ignore errors in temporary directory cleanup (show a warning instead). (`11394 <https://github.com/pypa/pip/issues/11394>`_) - Normalize extras according to :pep:`685` from package metadata in the resolver for comparison. This ensures extras are correctly compared and merged as long as the package providing the extra(s) is built with values normalized according to the standard. Note, however, that this *does not* solve cases where the package itself contains unnormalized extra values in the metadata. (`11649 <https://github.com/pypa/pip/issues/11649>`_) - Prevent downloading sdists twice when :pep:`658` metadata is present. (`11847 <https://github.com/pypa/pip/issues/11847>`_) - Include all requested extras in the install report (``--report``). (`11924 <https://github.com/pypa/pip/issues/11924>`_) - Removed uses of ``datetime.datetime.utcnow`` from non-vendored code. (`12005 <https://github.com/pypa/pip/issues/12005>`_) - Consistently report whether a dependency comes from an extra. (`12095 <https://github.com/pypa/pip/issues/12095>`_) - Fix completion script for zsh (`12166 <https://github.com/pypa/pip/issues/12166>`_) - Fix improper handling of the new onexc argument of ``shutil.rmtree()`` in Python 3.12. (`12187 <https://github.com/pypa/pip/issues/12187>`_) - Filter out yanked links from the available versions error message: "(from versions: 1.0, 2.0, 3.0)" will not contain yanked versions conform PEP 592. The yanked versions (if any) will be mentioned in a separate error message. (`12225 <https://github.com/pypa/pip/issues/12225>`_) - Fix crash when the git version number contains something else than digits and dots. (`12280 <https://github.com/pypa/pip/issues/12280>`_) - Use ``-r=...`` instead of ``-r ...`` to specify references with Mercurial. (`12306 <https://github.com/pypa/pip/issues/12306>`_) - Redact password from URLs in some additional places. (`12350 <https://github.com/pypa/pip/issues/12350>`_) - pip uses less memory when caching large packages. As a result, there is a new on-disk cache format stored in a new directory ($PIP_CACHE_DIR/http-v2). (`2984 <https://github.com/pypa/pip/issues/2984>`_) Vendored Libraries ------------------ - Upgrade certifi to 2023.7.22 - Add truststore 0.8.0 - Upgrade urllib3 to 1.26.17 Improved Documentation ---------------------- - Document that ``pip search`` support has been removed from PyPI (`12059 <https://github.com/pypa/pip/issues/12059>`_) - Clarify --prefer-binary in CLI and docs (`12122 <https://github.com/pypa/pip/issues/12122>`_) - Document that using OS-provided Python can cause pip's test suite to report false failures. (`12334 <https://github.com/pypa/pip/issues/12334>`_) ``` ### 23.2.1 ``` =================== Bug Fixes --------- - Disable :pep:`658` metadata fetching with the legacy resolver. (`12156 <https://github.com/pypa/pip/issues/12156>`_) ``` ### 23.2 ``` ================= Process ------- - Deprecate support for eggs for Python 3.11 or later, when the new ``importlib.metadata`` backend is used to load distribution metadata. This only affects the egg *distribution format* (with the ``.egg`` extension); distributions using the ``.egg-info`` *metadata format* (but are not actually eggs) are not affected. For more information about eggs, see `relevant section in the setuptools documentation <https://setuptools.pypa.io/en/stable/deprecated/python_eggs.html>`__. Deprecations and Removals ------------------------- - Deprecate legacy version and version specifiers that don't conform to the :ref:`specification <pypug:version-specifiers>`. (`12063 <https://github.com/pypa/pip/issues/12063>`_) - ``freeze`` no longer excludes the ``setuptools``, ``distribute``, and ``wheel`` from the output when running on Python 3.12 or later, where they are not included in a virtual environment by default. Use ``--exclude`` if you wish to exclude any of these packages. (`4256 <https://github.com/pypa/pip/issues/4256>`_) Features -------- - make rejection messages slightly different between 1 and 8, so the user can make the difference. (`12040 <https://github.com/pypa/pip/issues/12040>`_) Bug Fixes --------- - Fix ``pip completion --zsh``. (`11417 <https://github.com/pypa/pip/issues/11417>`_) - Prevent downloading files twice when :pep:`658` metadata is present (`11847 <https://github.com/pypa/pip/issues/11847>`_) - Add permission check before configuration (`11920 <https://github.com/pypa/pip/issues/11920>`_) - Fix deprecation warnings in Python 3.12 for usage of shutil.rmtree (`11957 <https://github.com/pypa/pip/issues/11957>`_) - Ignore invalid or unreadable ``origin.json`` files in the cache of locally built wheels. (`11985 <https://github.com/pypa/pip/issues/11985>`_) - Fix installation of packages with :pep:`658` metadata using non-canonicalized names (`12038 <https://github.com/pypa/pip/issues/12038>`_) - Correctly parse ``dist-info-metadata`` values from JSON-format index data. (`12042 <https://github.com/pypa/pip/issues/12042>`_) - Fail with an error if the ``--python`` option is specified after the subcommand name. (`12067 <https://github.com/pypa/pip/issues/12067>`_) - Fix slowness when using ``importlib.metadata`` (the default way for pip to read metadata in Python 3.11+) and there is a large overlap between already installed and to-be-installed packages. (`12079 <https://github.com/pypa/pip/issues/12079>`_) - Pass the ``-r`` flag to mercurial to be explicit that a revision is passed and protect against ``hg`` options injection as part of VCS URLs. Users that do not have control on VCS URLs passed to pip are advised to upgrade. (`12119 <https://github.com/pypa/pip/issues/12119>`_) Vendored Libraries ------------------ - Upgrade certifi to 2023.5.7 - Upgrade platformdirs to 3.8.1 - Upgrade pygments to 2.15.1 - Upgrade pyparsing to 3.1.0 - Upgrade Requests to 2.31.0 - Upgrade rich to 13.4.2 - Upgrade setuptools to 68.0.0 - Updated typing_extensions to 4.6.0 - Upgrade typing_extensions to 4.7.1 - Upgrade urllib3 to 1.26.16 ``` ### 23.1.2 ``` =================== Vendored Libraries ------------------ - Upgrade setuptools to 67.7.2 ``` ### 23.1.1 ``` =================== Bug Fixes --------- - Revert `11487 <https://github.com/pypa/pip/pull/11487>`_, as it causes issues with virtualenvs created by the Windows Store distribution of Python. (`#11987 <https://github.com/pypa/pip/issues/11987>`_) Vendored Libraries ------------------ - Revert pkg_resources (via setuptools) back to 65.6.3 Improved Documentation ---------------------- - Update documentation to reflect the new behavior of using the cache of locally built wheels in hash-checking mode. (`11967 <https://github.com/pypa/pip/issues/11967>`_) ``` ### 23.1 ``` ================= Deprecations and Removals ------------------------- - Remove support for the deprecated ``--install-options``. (`11358 <https://github.com/pypa/pip/issues/11358>`_) - ``--no-binary`` does not imply ``setup.py install`` anymore. Instead a wheel will be built locally and installed. (`11451 <https://github.com/pypa/pip/issues/11451>`_) - ``--no-binary`` does not disable the cache of locally built wheels anymore. It only means "don't download wheels". (`11453 <https://github.com/pypa/pip/issues/11453>`_) - Deprecate ``--build-option`` and ``--global-option``. Users are invited to switch to ``--config-settings``. (`11859 <https://github.com/pypa/pip/issues/11859>`_) - Using ``--config-settings`` with projects that don't have a ``pyproject.toml`` now prints a deprecation warning. In the future the presence of config settings will automatically enable the default build backend for legacy projects and pass the settings to it. (`11915 <https://github.com/pypa/pip/issues/11915>`_) - Remove ``setup.py install`` fallback when building a wheel failed for projects without ``pyproject.toml``. (`8368 <https://github.com/pypa/pip/issues/8368>`_) - When the ``wheel`` package is not installed, pip now uses the default build backend instead of ``setup.py install`` and ``setup.py develop`` for project without ``pyproject.toml``. (`8559 <https://github.com/pypa/pip/issues/8559>`_) Features -------- - Specify egg-link location in assertion message when it does not match installed location to provide better error message for debugging. (`10476 <https://github.com/pypa/pip/issues/10476>`_) - Present conflict information during installation after each choice that is rejected (pass ``-vv`` to ``pip install`` to show it) (`10937 <https://github.com/pypa/pip/issues/10937>`_) - Display dependency chain on each Collecting/Processing log line. (`11169 <https://github.com/pypa/pip/issues/11169>`_) - Support a per-requirement ``--config-settings`` option in requirements files. (`11325 <https://github.com/pypa/pip/issues/11325>`_) - The ``--config-settings``/``-C`` option now supports using the same key multiple times. When the same key is specified multiple times, all values are passed to the build backend as a list, as opposed to the previous behavior, where pip would only pass the last value if the same key was used multiple times. (`11681 <https://github.com/pypa/pip/issues/11681>`_) - Add ``-C`` as a short version of the ``--config-settings`` option. (`11786 <https://github.com/pypa/pip/issues/11786>`_) - Reduce the number of resolver rounds, since backjumping makes the resolver more efficient in finding solutions. This also makes pathological cases fail quicker. (`11908 <https://github.com/pypa/pip/issues/11908>`_) - Warn if ``--hash`` is used on a line without requirement in a requirements file. (`11935 <https://github.com/pypa/pip/issues/11935>`_) - Stop propagating CLI ``--config-settings`` to the build dependencies. They already did not propagate to requirements provided in requirement files. To pass the same config settings to several requirements, users should provide the requirements as CLI arguments. (`11941 <https://github.com/pypa/pip/issues/11941>`_) - Support wheel cache when using ``--require-hashes``. (`5037 <https://github.com/pypa/pip/issues/5037>`_) - Add ``--keyring-provider`` flag. See the Authentication page in the documentation for more info. (`8719 <https://github.com/pypa/pip/issues/8719>`_) - In the case of virtual environments, configuration files are now also included from the base installation. (`9752 <https://github.com/pypa/pip/issues/9752>`_) Bug Fixes --------- - Fix grammar by changing "A new release of pip available:" to "A new release of pip is available:" in the notice used for indicating that. (`11529 <https://github.com/pypa/pip/issues/11529>`_) - Normalize paths before checking if installed scripts are on PATH. (`11719 <https://github.com/pypa/pip/issues/11719>`_) - Correct the way to decide if keyring is available. (`11774 <https://github.com/pypa/pip/issues/11774>`_) - More consistent resolution backtracking by removing legacy hack related to setuptools resolution (`11837 <https://github.com/pypa/pip/issues/11837>`_) - Include ``AUTHORS.txt`` in pip's wheels. (`11882 <https://github.com/pypa/pip/issues/11882>`_) - The ``uninstall`` and ``install --force-reinstall`` commands no longer call ``normalize_path()`` repeatedly on the same paths. Instead, these results are cached for the duration of an uninstall operation, resulting in improved performance, particularly on Windows. (`11889 <https://github.com/pypa/pip/issues/11889>`_) - Fix and improve the parsing of hashes embedded in URL fragments. (`11936 <https://github.com/pypa/pip/issues/11936>`_) - When package A depends on package B provided as a direct URL dependency including a hash embedded in the link, the ``--require-hashes`` option did not warn when user supplied hashes were missing for package B. (`11938 <https://github.com/pypa/pip/issues/11938>`_) - Correctly report ``requested_extras`` in the installation report when extras are specified for a local directory installation. (`11946 <https://github.com/pypa/pip/issues/11946>`_) - When installing an archive from a direct URL or local file, populate ``download_info.info.hashes`` in the installation report, in addition to the legacy ``download_info.info.hash`` key. (`11948 <https://github.com/pypa/pip/issues/11948>`_) Vendored Libraries ------------------ - Upgrade msgpack to 1.0.5 - Patch pkg_resources to remove dependency on ``jaraco.text``. - Upgrade platformdirs to 3.2.0 - Upgrade pygments to 2.14.0 - Upgrade resolvelib to 1.0.1 - Upgrade rich to 13.3.3 - Upgrade setuptools to 67.6.1 - Upgrade tenacity to 8.2.2 - Upgrade typing_extensions to 4.5.0 - Upgrade urllib3 to 1.26.15 Improved Documentation ---------------------- - Cross-reference the ``--python`` flag from the ``--prefix`` flag, and mention limitations of ``--prefix`` regarding script installation. (`11775 <https://github.com/pypa/pip/issues/11775>`_) - Add SECURITY.md to make the policy official. (`11809 <https://github.com/pypa/pip/issues/11809>`_) - Add username to Git over SSH example. (`11838 <https://github.com/pypa/pip/issues/11838>`_) - Quote extras in the pip install docs to guard shells with default glob qualifiers, like zsh. (`11842 <https://github.com/pypa/pip/issues/11842>`_) - Make it clear that requirements/constraints file can be a URL (`11954 <https://github.com/pypa/pip/issues/11954>`_) ``` ### 23.0.1 ``` =================== Features -------- - Ignore PIP_REQUIRE_VIRTUALENV for ``pip index`` (`11671 <https://github.com/pypa/pip/issues/11671>`_) - Implement ``--break-system-packages`` to permit installing packages into ``EXTERNALLY-MANAGED`` Python installations. (`11780 <https://github.com/pypa/pip/issues/11780>`_) Bug Fixes --------- - Improve handling of isolated build environments on platforms that customize the Python's installation schemes, such as Debian and Homebrew. (`11740 <https://github.com/pypa/pip/issues/11740>`_) - Do not crash in presence of misformatted hash field in ``direct_url.json``. (`11773 <https://github.com/pypa/pip/issues/11773>`_) ``` ### 23.0 ``` ================= Features -------- - Change the hashes in the installation report to be a mapping. Emit the ``archive_info.hashes`` dictionary in ``direct_url.json``. (`11312 <https://github.com/pypa/pip/issues/11312>`_) - Implement logic to read the ``EXTERNALLY-MANAGED`` file as specified in :pep:`668`. This allows a downstream Python distributor to prevent users from using pip to modify the externally managed environment. (`11381 <https://github.com/pypa/pip/issues/11381>`_) - Enable the use of ``keyring`` found on ``PATH``. This allows ``keyring`` installed using ``pipx`` to be used by ``pip``. (`11589 <https://github.com/pypa/pip/issues/11589>`_) - The inspect and installation report formats are now declared stable, and their version has been bumped from ``0`` to ``1``. (`11757 <https://github.com/pypa/pip/issues/11757>`_) Bug Fixes --------- - Wheel cache behavior is restored to match previous versions, allowing the cache to find existing entries. (`11527 <https://github.com/pypa/pip/issues/11527>`_) - Use the "venv" scheme if available to obtain prefixed lib paths. (`11598 <https://github.com/pypa/pip/issues/11598>`_) - Deprecated a historical ambiguity in how ``egg`` fragments in URL-style requirements are formatted and handled. ``egg`` fragments that do not look like :pep:`508` names now produce a deprecation warning. (`11617 <https://github.com/pypa/pip/issues/11617>`_) - Fix scripts path in isolated build environment on Debian. (`11623 <https://github.com/pypa/pip/issues/11623>`_) - Make ``pip show`` show the editable location if package is editable (`11638 <https://github.com/pypa/pip/issues/11638>`_) - Stop checking that ``wheel`` is present when ``build-system.requires`` is provided without ``build-system.build-backend`` as ``setuptools`` (which we still check for) will inject it anyway. (`11673 <https://github.com/pypa/pip/issues/11673>`_) - Fix an issue when an already existing in-memory distribution would cause exceptions in ``pip install`` (`11704 <https://github.com/pypa/pip/issues/11704>`_) Vendored Libraries ------------------ - Upgrade certifi to 2022.12.7 - Upgrade chardet to 5.1.0 - Upgrade colorama to 0.4.6 - Upgrade distro to 1.8.0 - Remove pep517 from vendored packages - Upgrade platformdirs to 2.6.2 - Add pyproject-hooks 1.0.0 - Upgrade requests to 2.28.2 - Upgrade rich to 12.6.0 - Upgrade urllib3 to 1.26.14 Improved Documentation ---------------------- - Fixed the description of the option "--install-options" in the documentation (`10265 <https://github.com/pypa/pip/issues/10265>`_) - Remove mention that editable installs are necessary for pip freeze to report the VCS URL. (`11675 <https://github.com/pypa/pip/issues/11675>`_) - Clarify that the egg URL fragment is only necessary for editable VCS installs, and otherwise not necessary anymore. (`11676 <https://github.com/pypa/pip/issues/11676>`_) ``` ### 22.3.1 ``` =================== Bug Fixes --------- - Fix entry point generation of ``pip.X``, ``pipX.Y``, and ``easy_install-X.Y`` to correctly account for multi-digit Python version segments (e.g. the "11" part of 3.11). (`11547 <https://github.com/pypa/pip/issues/11547>`_) ``` ### 22.3 ``` ================= Deprecations and Removals ------------------------- - Deprecate ``--install-options`` which forces pip to use the deprecated ``install`` command of ``setuptools``. (`11358 <https://github.com/pypa/pip/issues/11358>`_) - Deprecate installation with 'setup.py install' when no-binary is enabled for source distributions without 'pyproject.toml'. (`11452 <https://github.com/pypa/pip/issues/11452>`_) - Deprecate --no-binary`` disabling the wheel cache. (`11454 <https://github.com/pypa/pip/issues/11454>`_) - Remove ``--use-feature=2020-resolver`` opt-in flag. This was supposed to be removed in 21.0, but missed during that release cycle. (`11493 <https://github.com/pypa/pip/issues/11493>`_) - Deprecate installation with 'setup.py install' when the 'wheel' package is absent for source distributions without 'pyproject.toml'. (`8559 <https://github.com/pypa/pip/issues/8559>`_) - Remove the ability to use ``pip list --outdated`` in combination with ``--format=freeze``. (`9789 <https://github.com/pypa/pip/issues/9789>`_) Features -------- - Use ``shell=True`` for opening the editor with ``pip config edit``. (`10716 <https://github.com/pypa/pip/issu
pyup-bot commented 1 month ago

Closing this in favor of #211