autogluon/autogluon

[CI] Add dependency version age tracker

Open

#4.138 aberto em 24 de abr. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Python (810 forks)batch import
dependencyhelp wantedinstall

Métricas do repositório

Stars
 (6.598 stars)
Métricas de merge de PR
 (Mesclagem média 4d 5h) (20 fundiu PRs em 30d)

Description

Something that would be nice to have in future is a tracker that lists how old the versions of each of our dependencies is that are installed in our CI, as well as how old the most recent release of that package is.

For example:

package installed latest installed_age_days latest_age_days
transformers 4.38.0 4.40.1 54 3

I think this would simplify the release process greatly, as we can get an easy view of which package versions are outdated or which packages recently had major releases that we should consider upgrading to.

Guia do colaborador