Updates
- 🤗 Hugging Face integration: you can save, load, and share models with HF [Hub](https://huggingface.co/models), see [example notebook](https://github.com/qubvel-org/segmentation_models.pytorch/blob/main/examples/save_load_model_and_share_with_hf_hub.ipynb).
Full log
* To support albumentations >= 1.4.0 some functions need to be renamed by CallShaul in https://github.com/qubvel-org/segmentation_models.pytorch/pull/870
* Updated false positve and false negative rate functions in functional.py by vermavinay982 in https://github.com/qubvel-org/segmentation_models.pytorch/pull/855
* Add HF hub mixin by qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/876
* use precommit for code linting by Borda in https://github.com/qubvel-org/segmentation_models.pytorch/pull/829
* Add Ruff for formatting and linting by qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/877
* Add docs config by qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/878
* Update docs by qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/879
* Add `create_model` to docs by qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/883
* Update ruff to version 0.5.2 and workflows update by Smartappli in https://github.com/qubvel-org/segmentation_models.pytorch/pull/892
* Fix hub_mixin.py pop error by ytzfhqs in https://github.com/qubvel-org/segmentation_models.pytorch/pull/909
* Update HF mixin by qubvel in https://github.com/qubvel-org/segmentation_models.pytorch/pull/910
New Contributors
* CallShaul made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/870
* vermavinay982 made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/855
* Borda made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/829
* Smartappli made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/892
* ytzfhqs made their first contribution in https://github.com/qubvel-org/segmentation_models.pytorch/pull/909
**Full Changelog**: https://github.com/qubvel-org/segmentation_models.pytorch/compare/v0.3.3...v0.3.4