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

Bump alive-progress from 2.4.1 to 3.2.0 #1910

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps alive-progress from 2.4.1 to 3.2.0.

Changelog

Sourced from alive-progress's changelog.

3.2.0 - Oct 26, 2024

  • print/logging hooks now support multithreading
  • rounded ETAs for long tasks
  • support for zero and even negative bar increments
  • custom offset for enriched print/logging messages
  • improved compatibility with PyInstaller
  • improved compatibility with Celery
  • drop python 3.7 and 3.8, hello 3.12 and 3.13

3.1.5 - Nov 08, 2023

  • ignore more errors when trying to set hooks (it seems pyam uses setuptools_scm which does assert value is sys.stderr in setStream() for whatever reason)

3.1.4 - May 31, 2023

  • support spaces at the start and end of titles and units (removed trim)

3.1.3 - May 26, 2023

  • better error handling of invalid alive_it calls before iterating it
  • detect nested uses of alive_progress and throw a clearer error message

3.1.2 - May 08, 2023

  • fix some exotic ANSI Escape Codes not being printed by supporting terminal OSC

3.1.1 - Apr 08, 2023

  • support for printing ANSI Escape Codes without extra newlines, like "set console title"
  • typing annotations in alive_it, so collection types are correctly identified

3.1.0 - Mar 23, 2023

  • new resuming computations support with skipped items
  • new max_cols config setting, the number of columns to use if not possible to fetch it, like in jupyter and other platforms which doesn't support size
  • fix fetching the size of the terminal when using stderr
  • officially supports Python 3.11
  • included ruff linter before building

3.0.1 - Jan 01, 2023

  • fix for logging streams that extend StreamHandler but doesn't allow changing streams (import dill/tensorflow/dask issues)

3.0.0 - Dec 22, 2022

  • units with automatic scaling and configurable precision
  • automatic scaling for slow throughputs
  • support for using stderr and other files instead of stdout
  • smooth out the rate estimation
  • more queries into the currently running widgets' data, including monitor, rate, and ETA
  • new help system on configuration errors
  • support for reusing logging handlers
  • seek support for logging RotatingFileHandler
  • fix unknown mode always ending with a warning (!)
  • improved test branch coverage to 89%
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [alive-progress](https://github.com/rsalmei/alive-progress) from 2.4.1 to 3.2.0.
- [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rsalmei/alive-progress/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: alive-progress
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2024
@soxoj soxoj merged commit ff06029 into main Nov 29, 2024
3 checks passed
@soxoj soxoj deleted the dependabot/pip/alive-progress-3.2.0 branch November 29, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant