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 rastervision-aws-batch from 0.13 to 0.20.2 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps rastervision-aws-batch from 0.13 to 0.20.2.

Release notes

Sourced from rastervision-aws-batch's releases.

Raster Vision 0.20.2

Changelog

https://docs.rastervision.io/en/0.20/changelog.html#raster-vision-0-20-2

Pypi

pip install rastervision==0.20.2

https://pypi.org/project/rastervision/0.20.2/

Notes

  • The pip installation is only guaranteed to work with Python 3.9. Anaconda is highly recommended.

Docker image

docker pull quay.io/azavea/raster-vision:pytorch-0.20

Raster Vision 0.20.1

Changelog

https://docs.rastervision.io/en/0.20/changelog.html#raster-vision-0-20-1

Pypi

pip install rastervision==0.20.1

https://pypi.org/project/rastervision/0.20.1/

Notes

  • The pip installation is only guaranteed to work with Python 3.9. Anaconda is highly recommended.

Docker image

docker pull quay.io/azavea/raster-vision:pytorch-0.20

Raster Vision 0.20

Changelog

https://docs.rastervision.io/en/0.20/changelog.html#raster-vision-0-20-0

Pypi

... (truncated)

Changelog

Sourced from rastervision-aws-batch's changelog.

Raster Vision 0.20.2

  • Bump triangle from version 20200424 to 20220202 in rastervision_pytorch_learner ([#1580](https://github.com/azavea/raster-vision/issues/1580) <https://github.com/azavea/raster-vision/pull/1580>__)
  • Update example plugin __init__.py files to include registry.set_plugin_version() calls ([#1665](https://github.com/azavea/raster-vision/issues/1665) <https://github.com/azavea/raster-vision/pull/1665>__)
  • Add error handling for empty DataLoader in Visualizer.get_batch() ([#1672](https://github.com/azavea/raster-vision/issues/1672) <https://github.com/azavea/raster-vision/pull/1672>__)
  • Only set default stride if stride value is missing in GeoDataWindowConfig ([#1674](https://github.com/azavea/raster-vision/issues/1674) <https://github.com/azavea/raster-vision/pull/1674>__)
  • Minor doc and type-hint fixes and refactoring for OD ([#1675](https://github.com/azavea/raster-vision/issues/1675) <https://github.com/azavea/raster-vision/pull/1675>, [#1676](https://github.com/azavea/raster-vision/issues/1676) <https://github.com/azavea/raster-vision/pull/1676>)

Raster Vision 0.20.1

Fixes


* Do not install ``rastervision_gdal_vsi`` by default (`[#1622](https://github.com/azavea/raster-vision/issues/1622) <https://github.com/azavea/raster-vision/pull/1622>`__)
* Do not set ``cfg.model.pretrained=False`` in ``Learner.from_model_bundle()`` (`[#1626](https://github.com/azavea/raster-vision/issues/1626) <https://github.com/azavea/raster-vision/pull/1626>`__)
* Fix docker build errors (`[#1629](https://github.com/azavea/raster-vision/issues/1629) <https://github.com/azavea/raster-vision/pull/1629>`__)
* Documentation:
  • Improve docstrings for most commonly used classes and configs ([#1630](https://github.com/azavea/raster-vision/issues/1630) &lt;https://github.com/azavea/raster-vision/pull/1630&gt;__)

  • Minor textual fixes for the pre-chipped datasets tutorial ([#1623](https://github.com/azavea/raster-vision/issues/1623) &lt;https://github.com/azavea/raster-vision/pull/1623&gt;__)

  • Add comment about password for the ISPRS Potsdam dataset ([#1627](https://github.com/azavea/raster-vision/issues/1627) &lt;https://github.com/azavea/raster-vision/pull/1627&gt;__)

  • README:

    • fix broken links ([#1608](https://github.com/azavea/raster-vision/issues/1608) &lt;https://github.com/azavea/raster-vision/pull/1608&gt;__)
    • make CV-tasks image slightly smaller ([#1624](https://github.com/azavea/raster-vision/issues/1624) &lt;https://github.com/azavea/raster-vision/pull/1624&gt;__)

Raster Vision 0.20

This release brings major improvements to Raster Vision's usability as well as its usefulness.

Whereas previously Raster Vision was a framework where users could configure a pipeline and then let it run, it is now also a library from which users can pick individual components and use them to build new things.

We have also significantly improved the documentation. Most notably, it now contains detailed :doc:tutorial notebooks &lt;usage/tutorials/index&gt; as well a full :doc:API reference &lt;api_reference/index&gt;. The documentation for the Raster Vision pipeline, which used to make up most of the documentation in previous versions, is now located in the :doc:framework/index section.

In terms of features, some highlights are:

  • Support for multiband imagery, introduced in v0.13 for semantic segmentation, is now also available for chip classification and object detection. ([#1345](https://github.com/azavea/raster-vision/issues/1345) &lt;https://github.com/azavea/raster-vision/pull/1345&gt;__)
  • Improved data fusion: the :class:~rastervision.core.data.raster_source.multi_raster_source.MultiRasterSource can now combine :class:RasterSources &lt;rastervision.core.data.raster_source.raster_source.RasterSource&gt; with varying extents and resolutions. ([#1308](https://github.com/azavea/raster-vision/issues/1308) &lt;https://github.com/azavea/raster-vision/pull/1308&gt;__)
  • You can now discard edges of predicted chips in semantic segmentation in order to reduce boundary artifacts ([#1486](https://github.com/azavea/raster-vision/issues/1486) &lt;https://github.com/azavea/raster-vision/pull/1486&gt;). This can be used in addition to the previously introduced &lt;https://github.com/azavea/raster-vision/pull/1057&gt; ability to average overlapping regions in adjacent chips.
  • Progress-bars will now be shown for all downloads and uploads as well as other time-consuming operations that take longer than 5 seconds.
  • Improved caching of downloads: Raster Vision can now cache downloads. Also a bug that caused Raster Vision to download the same image multiple times has been fixed, resulting in significant speedups.

.. warning:: This release breaks backward-compatibility with previous versions.

Features </tr></table>

... (truncated)

Commits
  • 4da1118 Merge pull request #1687 from AdeelH/bump-version-0.20.2
  • c8eed13 bump version to 0.20.2
  • 0e234de Merge pull request #1686 from AdeelH/backport-1685
  • 809c1ab fix incomplete sentence [skip ci]
  • 6327e79 Merge pull request #1684 from AdeelH/backport-1683
  • d5af6af add changelog for 0.20.2 [skip ci]
  • e3ad611 Merge pull request #1682 from AdeelH/backport-1675-1676
  • 7dd92bd fix/add docs and types plus minor refactoring
  • c0409a0 fix incorrect field description
  • 90800cc fix typo [skip ci]
  • Additional commits viewable in compare view

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 [rastervision-aws-batch](https://github.com/azavea/raster-vision) from 0.13 to 0.20.2.
- [Release notes](https://github.com/azavea/raster-vision/releases)
- [Changelog](https://github.com/azavea/raster-vision/blob/master/docs/changelog.rst)
- [Commits](azavea/raster-vision@v0.13...v0.20.2)

---
updated-dependencies:
- dependency-name: rastervision-aws-batch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants