Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump segmentation-models-pytorch from 0.2.1 to 0.3.0 in /requirements #692

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2022

Bumps segmentation-models-pytorch from 0.2.1 to 0.3.0.

Release notes

Sourced from segmentation-models-pytorch's releases.

Segmentation Models - v0.3.0

Updates

  • Added smp.metrics module with different metrics based on confusion matrix, see docs
  • Added new notebook with training example using pytorch-lightning Open In Colab
  • Improved handling of incorrect input image size error (checking image size is 2^n)
  • Codebase refactoring and style checks (black, flake8)
  • Minor typo fixes and bug fixes

Breaking changes

  • utils module is going to be deprecated, if you still need it import it manually from segmentation_models_pytorch import utils

Thanks a lot for all contributors!

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [segmentation-models-pytorch](https://github.com/qubvel/segmentation_models.pytorch) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/qubvel/segmentation_models.pytorch/releases)
- [Commits](qubvel/segmentation_models.pytorch@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: segmentation-models-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot added the models Models and pretrained weights label Jul 29, 2022
@adamjstewart adamjstewart added this to the 0.3.1 milestone Jul 29, 2022
@adamjstewart adamjstewart enabled auto-merge (squash) July 29, 2022 23:10
@adamjstewart adamjstewart merged commit 9c027e0 into main Jul 29, 2022
@adamjstewart adamjstewart deleted the dependabot/pip/requirements/segmentation-models-pytorch-0.3.0 branch July 29, 2022 23:20
adamjstewart added a commit that referenced this pull request Sep 3, 2022
…#692)

* Bump segmentation-models-pytorch from 0.2.1 to 0.3.0 in /requirements

Bumps [segmentation-models-pytorch](https://github.com/qubvel/segmentation_models.pytorch) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/qubvel/segmentation_models.pytorch/releases)
- [Commits](qubvel/segmentation_models.pytorch@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: segmentation-models-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Support both smp 0.2 and 0.3

* Fix import order

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
yichiac pushed a commit to yichiac/torchgeo that referenced this pull request Apr 29, 2023
…microsoft#692)

* Bump segmentation-models-pytorch from 0.2.1 to 0.3.0 in /requirements

Bumps [segmentation-models-pytorch](https://github.com/qubvel/segmentation_models.pytorch) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/qubvel/segmentation_models.pytorch/releases)
- [Commits](qubvel/segmentation_models.pytorch@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: segmentation-models-pytorch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Support both smp 0.2 and 0.3

* Fix import order

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies models Models and pretrained weights
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant