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

Update changelog and version for v0.31.1 release #2226

Merged
merged 2 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cookiecutter_template/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"caps_project_name": "MY_PROJECT",
"project_name": "my_project",
"docker_image": "my_project",
"parent_docker_image": "quay.io/azavea/raster-vision:pytorch-0.31.0",
"version": "0.31.0",
"parent_docker_image": "quay.io/azavea/raster-vision:pytorch-0.31.1",
"version": "0.31.1",
"description": "A Raster Vision plugin",
"url": "https://github.com/azavea/raster-vision",
"author": "Azavea",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rastervision==0.31.0
rastervision==0.31.1
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@ CHANGELOG
=========


Raster Vision 0.31.1
--------------------

* Fixes:

* Restore compatibility with python<3.11 by only importing ``typing.Self`` under ``if TPYE_CHECKING`` (`#2221 <https://github.com/azavea/raster-vision/pull/2221>`__)
* Remove ``awscli`` as a dependency from ``rastervision_aws_s3`` and make it a dev dependency instead (`#2220 <https://github.com/azavea/raster-vision/pull/2220>`__)
* Make ``max_windows`` a required argument for ``RandomWindowGeoDataset`` (`#2223 <https://github.com/azavea/raster-vision/pull/2223>`__)

* Maintenance:

* Update docker dependency: Bump jupyterlab from 4.1.8 to 4.2.5 (`#2224 <https://github.com/azavea/raster-vision/pull/2224>`__)


Raster Vision 0.31.0
--------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def setup(app: 'Sphinx') -> None:
# The short X.Y version.
version = u'0.31'
# The full version, including alpha/beta/rc tags
release = u'0.31.0'
release = u'0.31.1'

# -- Extension configuration --------------------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion docs/migration/v0-30_to_v0-31.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ v0.30 to v0.31

* Default padding behavior has changed. See `SlidingWindowGeoDataset <https://docs.rastervision.io/en/0.31/usage/tutorials/sampling_training_data.html#SlidingWindowGeoDataset>`_.
* You no longer need to manually figure out the right padding value to use when using ``crop_sz`` during prediction. It is determined automatically such that no pixels around the edges are left out.
* ``force_same_dtype`` has been removed from :class:`.MultiRasterSource` and :class:`.MultiRasterSourceConfig`. Sub-raster sources are now always expected to have the same dtype.
* ``force_same_dtype`` has been removed from :class:`.MultiRasterSource` and :class:`.MultiRasterSourceConfig`. Sub-raster sources are now always expected to have the same ``dtype``.
* ``max_windows`` is now a required argument in :class:`.RandomWindowGeoDataset`.
2 changes: 1 addition & 1 deletion rastervision_aws_batch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rastervision_pipeline==0.31.0
rastervision_pipeline==0.31.1
boto3==1.34.155
2 changes: 1 addition & 1 deletion rastervision_aws_batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_aws_batch'
version = '0.31.0'
version = '0.31.1'
description = 'A rastervision plugin that adds an AWS Batch pipeline runner'
requirement_constraints = {}

Expand Down
2 changes: 1 addition & 1 deletion rastervision_aws_s3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rastervision_pipeline==0.31.0
rastervision_pipeline==0.31.1
boto3==1.34.155
tqdm==4.66.5
botocore==1.34.158
2 changes: 1 addition & 1 deletion rastervision_aws_s3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_aws_s3'
version = '0.31.0'
version = '0.31.1'
description = 'A rastervision plugin that adds an AWS S3 file system'
requirement_constraints = {}

Expand Down
2 changes: 1 addition & 1 deletion rastervision_aws_sagemaker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rastervision_pipeline==0.31.0
rastervision_pipeline==0.31.1
sagemaker==2.227.0
2 changes: 1 addition & 1 deletion rastervision_aws_sagemaker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_aws_sagemaker'
version = '0.31.0'
version = '0.31.1'
description = 'A rastervision plugin that adds an AWS SageMaker pipeline runner'
requirement_constraints = {}

Expand Down
2 changes: 1 addition & 1 deletion rastervision_core/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rastervision_pipeline==0.31.0
rastervision_pipeline==0.31.1
shapely==2.0.5
geopandas==1.0.1
numpy==1.26.4
Expand Down
2 changes: 1 addition & 1 deletion rastervision_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_core'
version = '0.31.0'
version = '0.31.1'
description = 'A rastervision plugin that adds geospatial machine learning pipelines'
requirement_constraints = {}

Expand Down
2 changes: 1 addition & 1 deletion rastervision_gdal_vsi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rastervision_pipeline==0.31.0
rastervision_pipeline==0.31.1
gdal>=3.4.1,<=3.6.3
2 changes: 1 addition & 1 deletion rastervision_gdal_vsi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_gdal_vsi'
version = '0.31.0'
version = '0.31.1'
description = 'A rastervision plugin that adds a GDAL VSI file system'
requirement_constraints = {}

Expand Down
2 changes: 1 addition & 1 deletion rastervision_pipeline/rastervision/pipeline/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Library version"""
__version__ = '0.31.0'
__version__ = '0.31.1'
2 changes: 1 addition & 1 deletion rastervision_pipeline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_pipeline'
version = '0.31.0'
version = '0.31.1'
description = 'The main rastervision package for configuring, defining, and running pipelines'
requirement_constraints = {
'pydantic': '>=2',
Expand Down
6 changes: 3 additions & 3 deletions rastervision_pytorch_backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rastervision_pipeline==0.31.0
rastervision_core==0.31.0
rastervision_pytorch_learner==0.31.0
rastervision_pipeline==0.31.1
rastervision_core==0.31.1
rastervision_pytorch_learner==0.31.1
2 changes: 1 addition & 1 deletion rastervision_pytorch_backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_pytorch_backend'
version = '0.31.0'
version = '0.31.1'
description = 'A rastervision plugin that adds PyTorch backends for rastervision.core pipelines'
requirement_constraints = {}

Expand Down
4 changes: 2 additions & 2 deletions rastervision_pytorch_learner/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rastervision_pipeline==0.31.0
rastervision_core==0.31.0
rastervision_pipeline==0.31.1
rastervision_core==0.31.1
numpy==1.26.4
pillow==10.4.0
torch==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion rastervision_pytorch_learner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import re

name = 'rastervision_pytorch_learner'
version = '0.31.0'
version = '0.31.1'
description = 'A rastervision plugin that adds PyTorch training pipelines'
requirement_constraints = {}

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rastervision_pipeline==0.31.0
rastervision_aws_s3==0.31.0
rastervision_aws_batch==0.31.0
rastervision_core==0.31.0
rastervision_pytorch_learner==0.31.0
rastervision_pytorch_backend==0.31.0
rastervision_pipeline==0.31.1
rastervision_aws_s3==0.31.1
rastervision_aws_batch==0.31.1
rastervision_core==0.31.1
rastervision_pytorch_learner==0.31.1
rastervision_pytorch_backend==0.31.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_namespace_packages
import re

__version__ = '0.31.0'
__version__ = '0.31.1'
requirement_constraints = {}

here = abspath(dirname(__file__))
Expand Down