Next | Query returned 48 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2022-09-05 11:43:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-tqdm: updated to 4.64.1

4.64.1
support ipywidgets>=8
   2022-04-21 09:51:05 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-tqdm: updated to 4.64.0

v4.64.0 (2022-04-04)

🎉 add contrib.slack

v4.63.2 (2022-04-04)

🎉 rich: expose options kwargs
🔨 autonotebook: re-enable VSCode
📘 misc docs typos
🔨 update dev dependencies

v4.63.1 (2022-03-23)

🧯 fix stderr/stdout missing flush()
⚡ misc speed improvements/optimisations

v4.63.0 (2022-02-28)

🎉 add __reversed__()
🎉 add efficient __contains__()
⚡ improve CLI startup time (replace pkg_resources => importlib)
⚠️ tqdm.autonotebook warning & std fallback on missing ipywidgets
⚠️ 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

Next | Query returned 48 messages, browsing 1 to 10 | Previous