-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: qubvel-org/segmentation_models.pytorch
base: v0.3.3
head repository: qubvel-org/segmentation_models.pytorch
compare: v0.3.4
- 16 commits
- 106 files changed
- 7 contributors
Commits on Aug 7, 2023
-
Bump timm from 0.9.2 to 0.9.5 (#799)
* Bump timm from 0.9.2 to 0.9.5 Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.2 to 0.9.5. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/archived_changes.md) - [Commits](huggingface/pytorch-image-models@v0.9.2...v0.9.5) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update requirements.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Iakubovskii <qubvel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67aceba - Browse repository at this point
Copy the full SHA 67acebaView commit details
Commits on Sep 4, 2023
-
Bump timm from 0.9.5 to 0.9.7 (#807)
Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.5 to 0.9.7. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Changelog](https://github.com/huggingface/pytorch-image-models/blob/main/docs/changes.md) - [Commits](huggingface/pytorch-image-models@v0.9.5...v0.9.7) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6db76a1 - Browse repository at this point
Copy the full SHA 6db76a1View commit details
Commits on Apr 23, 2024
-
In albumentations >= 1.4.0 the "imgaug" library was removed. some fun…
…ctions need to be renamed (#870) In albumentations >= 1.4.0 the "imgaug" library was removed. some functions need to be renamed in order to support albumentations >= 1.4.0. read more at: https://albumentations.ai/docs/release_notes/
Configuration menu - View commit details
-
Copy full SHA for b081758 - Browse repository at this point
Copy the full SHA b081758View commit details
Commits on Apr 30, 2024
-
Updated false positve and false negative rate functions in functional…
….py (#855) false positve and false negative rate functions to increase clarity for further usage, the two functions can be derived from already written sensitivity and specificity functions. Merging these into single ones, will help user to generalize all the metrics easily.
Configuration menu - View commit details
-
Copy full SHA for 3bf4d6e - Browse repository at this point
Copy the full SHA 3bf4d6eView commit details
Commits on May 30, 2024
-
* Bump version * Update gitignore * Update flake * Add hub mixin * Fix interpolation * Add from_pretrained * Update example
Configuration menu - View commit details
-
Copy full SHA for f09be0a - Browse repository at this point
Copy the full SHA f09be0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fcc1a3 - Browse repository at this point
Copy the full SHA 8fcc1a3View commit details -
Add Ruff for formatting and linting (#877)
* Reformat with ruff * Add ruff * Check lint error * Fix * Fix test
Configuration menu - View commit details
-
Copy full SHA for ded60a4 - Browse repository at this point
Copy the full SHA ded60a4View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b948136 - Browse repository at this point
Copy the full SHA b948136View commit details -
* Add docs config * Fix mock * Add huggingface_hub to reqs for docs * Remove from mocks * Fix * Change theme * Fix * Fix * Update emoji * Table of content * Links in doc * Update content * Update examples * Update * Update * Add save load
Configuration menu - View commit details
-
Copy full SHA for 3d6da1d - Browse repository at this point
Copy the full SHA 3d6da1dView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd7f877 - Browse repository at this point
Copy the full SHA bd7f877View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7a3eb0 - Browse repository at this point
Copy the full SHA d7a3eb0View commit details
Commits on Jul 17, 2024
-
Update ruff to version 0.5.2 and workflows update (#892)
* Update tests.yml * Update pypi.yml * Update tests.yml * bugfix * Update dependabot.yml * Update ruff to version 0.5.2 * Update setup.py * Update requirements.txt * Update ruff to version 0.5.2 * Create ruff.toml * Update ruff.toml * Update ruff.toml * Update ruff.toml * revert * Align torchvision version with test version * Update tests.yml * Update ruff.toml * Update ruff.toml * revert * revert
Configuration menu - View commit details
-
Copy full SHA for f92821a - Browse repository at this point
Copy the full SHA f92821aView commit details -
Bump actions/stale from 4 to 9 (#895)
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v4...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c68fc94 - Browse repository at this point
Copy the full SHA c68fc94View commit details
Commits on Aug 23, 2024
-
Fix the error caused by pop operation on non-existing key in dict.
Configuration menu - View commit details
-
Copy full SHA for f40b6ed - Browse repository at this point
Copy the full SHA f40b6edView commit details -
* Update mixin * Add reqs for hub lib * Add example to save load share * Add filter warning (not relevant) * Fix typo
Configuration menu - View commit details
-
Copy full SHA for c23bbb0 - Browse repository at this point
Copy the full SHA c23bbb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19a1ff6 - Browse repository at this point
Copy the full SHA 19a1ff6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.3...v0.3.4