Skip to content

Conversation

@v4rgas
Copy link

@v4rgas v4rgas commented May 13, 2025

  • I have marked all applicable categories:
    • exception-raising fix
    • visual output fix
    • documentation modification
    • new feature
  • If applicable, I have mentioned the relevant/related issue(s)

Less important but also useful:

  • I have visited the source website, and in particular
    read the known issues
  • I have searched through the issue tracker for duplicates
  • I have mentioned version numbers, operating system and
    environment, where applicable:
    import tqdm, sys
    print(tqdm.__version__, sys.version, sys.platform)

casperdcl and others added 30 commits February 25, 2021 16:18
- reorder imports
- fix line length
- fixes tqdm#278
- replaces/closes tqdm#279
- based on `tqdm.keras`
mgorny and others added 28 commits August 3, 2024 23:05
Fix docstring processing code to reindent the docstrings if using Python
3.13 or newer.  Starting with this version, all docstrings are
automatically dedented by Python, which causes the regular expression to
fail to match.

Fixes tqdm#1585
cli: Fix docstring processing with Python 3.13+
Avoid Python 3.13+ RuntimeWarning: coroutine method 'aclose' of 'acount' was never awaited
@blar-app
Copy link

blar-app bot commented May 13, 2025

PR contains more than 100 commits (our current limit)

@v4rgas v4rgas closed this Oct 1, 2025
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.