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 |
2023-08-09 14:38:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.66.0 tqdm v4.66.0 stable environment variables to override defaults (TQDM_*) 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 |
2023-08-09 12:38:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-tqdm: updated to 4.65.2 tqdm v4.65.2 stable exclude examples from distributed wheel tqdm v4.65.1 stable migrate setup.{cfg,py} => pyproject.toml fix asv benchmarks update docs fix snap build fix & update tests fix flaky notebook tests bump pre-commit bump workflow actions |
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message: Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html |
2023-03-06 13:23:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-tqdm: updated to 4.65.0 tqdm v4.65.0 stable add Python 3.11 and drop Python 3.6 support misc code & docs tidy fix & update CI workflows & tests |