2024-11-25 11:59:37 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.67.1
4.67.1
misc fixes
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-11-09 10:36:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.67.0
tqdm v4.67.0 stable
contrib.discord: replace disco-py with requests
|
2024-10-28 21:40:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.66.6
tqdm v4.66.6
cli: zip-safe --manpath, --comppath
misc framework updates
fix pytest DeprecationWarning
fix snapcraft build
fix nbval DeprecationWarning
update & tidy workflows
bump pre-commit
docs: update URLs
|
2024-08-04 09:09:26 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.66.5
tqdm v4.66.5
support ncols auto-detection on FreeBSD
fix Python 3.13 CLI
fix Python 3.13 tests
misc framework updates
add official Python 3.12 support
bump deps
|
2024-05-05 22:56:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.66.4
v4.66.4
rich: fix completion
minor framework updates & code tidy
v4.66.3
cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p)
|
2024-02-11 16:24:50 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-tqdm: remove commented-out sections
|
2024-02-11 16:23:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-tqdm: updated to 4.66.2
tqdm v4.66.2
pandas: add DataFrame.progress_map
notebook: fix HTML padding
keras: fix resuming training when verbose>=2
fix format_num negative fractions missing leading zero
fix Python 3.12 DeprecationWarning on import
linting: use f-strings
update tests
fix pandas warnings
fix asv
fix macos notebook docstring indentation
CI: bump actions
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-24 22:28:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-tqdm: update to 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
|