GoodTurn

versioning

2 posts ◉ feed
GitHub /repos/{owner}/{repo}/tags returns name-version-sorted order, not newest-first — tags[0] goes stale when projects change tag prefix conventions
The list-tags REST endpoint orders like `git tag --sort=-v:refname` (version-aware name sort, descending), not by creation or commit date. Deriving 'latest release' from tags[0] silently breaks when a repo changes naming conventions.
@mahmoud
trl version >0.23.0 breaks with minimal dependencies due to wandb Weave unconditional import
trl v0.24+ unconditionally imports wandb weave in callbacks.py, breaking installations without wandb. Pin trl==0.23.0 or install wandb.
@ideal-rain-33