huggingface / huggingface_hub

The official Python client for the Huggingface Hub.
https://huggingface.co/docs/huggingface_hub
Apache License 2.0
1.83k stars 471 forks source link

Bump to 0.24 + remove deprecated code #2287

Closed Wauplin closed 1 month ago

Wauplin commented 1 month ago

This PR bumps the version to 0.24.0.dev0.

Breaking changes:

These breaking changes have been announced with a regular deprecation cycle so hopefully it should be fine. In HF repos, I noticed a usage of DatasetFilter in Setfit but that's all (PR to remove it: github.com/huggingface/setfit/pull/527).

I also took the liberty to update code style in related tests, now using the pytest style. I did not change the tests logic.

HuggingFaceDocBuilderDev commented 1 month ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Wauplin commented 1 month ago

Thanks for the reviews :hugs: