Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdd5f64

Browse files
committedApr 10, 2024·
bump version to 0.30.0
1 parent 95ce838 commit bdd5f64

File tree

22 files changed

+33
-33
lines changed

22 files changed

+33
-33
lines changed
 

‎cookiecutter_template/cookiecutter.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"caps_project_name": "MY_PROJECT",
33
"project_name": "my_project",
44
"docker_image": "my_project",
5-
"parent_docker_image": "quay.io/azavea/raster-vision:pytorch-0.21.4-dev",
6-
"version": "0.21.4-dev",
5+
"parent_docker_image": "quay.io/azavea/raster-vision:pytorch-0.30.0",
6+
"version": "0.30.0",
77
"description": "A Raster Vision plugin",
88
"url": "https://github.com/azavea/raster-vision",
99
"author": "Azavea",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rastervision==0.21.4-dev
1+
rastervision==0.30.0

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ def setup(app: 'Sphinx') -> None:
7272
# built documents.
7373
#
7474
# The short X.Y version.
75-
version = u'0.21'
75+
version = u'0.30'
7676
# The full version, including alpha/beta/rc tags
77-
release = u'0.21.4-dev'
77+
release = u'0.30.0'
7878

7979
# -- Extension configuration --------------------------------------------------
8080

‎docs/framework/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Note that the input file is assumed to have the same channel order and statistic
274274

275275
When unzipped, the model bundle contains a ``model.pth`` file which can be used for fine-tuning.
276276

277-
.. note:: The model bundles linked below are only compatible with Raster Vision version ``0.21`` or greater.
277+
.. note:: The model bundles linked below are only compatible with Raster Vision version ``0.30`` or greater.
278278

279279
.. list-table:: Model Zoo
280280
:header-rows: 1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rastervision_pipeline==0.21.4-dev
1+
rastervision_pipeline==0.30.0
22
boto3==1.34.79
33
awscli==1.32.79

‎rastervision_aws_batch/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_aws_batch'
8-
version = '0.21.4-dev'
8+
version = '0.30.0'
99
description = 'A rastervision plugin that adds an AWS Batch pipeline runner'
1010
requirement_constraints = {}
1111

‎rastervision_aws_s3/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rastervision_pipeline==0.21.4-dev
1+
rastervision_pipeline==0.30.0
22
boto3==1.34.79
33
awscli==1.32.79
44
tqdm==4.66.2

‎rastervision_aws_s3/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_aws_s3'
8-
version = '0.21.4-dev'
8+
version = '0.30.0'
99
description = 'A rastervision plugin that adds an AWS S3 file system'
1010
requirement_constraints = {}
1111

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rastervision_pipeline==0.21.4-dev
1+
rastervision_pipeline==0.30.0
22
sagemaker==2.214.3

‎rastervision_aws_sagemaker/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_aws_sagemaker'
8-
version = '0.21'
8+
version = '0.30.0'
99
description = 'A rastervision plugin that adds an AWS SageMaker pipeline runner'
1010
requirement_constraints = {}
1111

‎rastervision_core/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rastervision_pipeline==0.21.4-dev
1+
rastervision_pipeline==0.30.0
22
shapely==2.0.2
33
geopandas==0.14.3
44
numpy==1.26.3

‎rastervision_core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_core'
8-
version = '0.21.4-dev'
8+
version = '0.30.0'
99
description = 'A rastervision plugin that adds geospatial machine learning pipelines'
1010
requirement_constraints = {}
1111

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rastervision_pipeline==0.21.4-dev
1+
rastervision_pipeline==0.30.0
22
gdal>=3.4.1,<=3.6.3

‎rastervision_gdal_vsi/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_gdal_vsi'
8-
version = '0.21.4-dev'
8+
version = '0.30.0'
99
description = 'A rastervision plugin that adds a GDAL VSI file system'
1010
requirement_constraints = {}
1111

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Library version"""
2-
__version__ = '0.21.4-dev'
2+
__version__ = '0.30.0'

‎rastervision_pipeline/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_pipeline'
8-
version = '0.21.4-dev'
8+
version = '0.30.0'
99
description = 'The main rastervision package for configuring, defining, and running pipelines'
1010
requirement_constraints = {
1111
'pydantic': '<2',
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rastervision_pipeline==0.21.4-dev
2-
rastervision_core==0.21.4-dev
3-
rastervision_pytorch_learner==0.21.4-dev
4-
rastervision_aws_s3==0.21.4-dev
1+
rastervision_pipeline==0.30.0
2+
rastervision_core==0.30.0
3+
rastervision_pytorch_learner==0.30.0
4+
rastervision_aws_s3==0.30.0

‎rastervision_pytorch_backend/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_pytorch_backend'
8-
version = '0.21.4-dev'
8+
version = '0.30.0'
99
description = 'A rastervision plugin that adds PyTorch backends for rastervision.core pipelines'
1010
requirement_constraints = {}
1111

‎rastervision_pytorch_learner/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
rastervision_pipeline==0.21.4-dev
2-
rastervision_core==0.21.4-dev
1+
rastervision_pipeline==0.30.0
2+
rastervision_core==0.30.0
33
numpy==1.26.4
44
pillow==10.3.0
55
torch==2.2.2

‎rastervision_pytorch_learner/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66

77
name = 'rastervision_pytorch_learner'
8-
version = '0.21.4-dev'
8+
version = '0.30.0'
99
description = 'A rastervision plugin that adds PyTorch training pipelines'
1010
requirement_constraints = {}
1111

‎requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
rastervision_pipeline==0.21.4-dev
2-
rastervision_aws_s3==0.21.4-dev
3-
rastervision_aws_batch==0.21.4-dev
4-
rastervision_core==0.21.4-dev
5-
rastervision_pytorch_learner==0.21.4-dev
6-
rastervision_pytorch_backend==0.21.4-dev
1+
rastervision_pipeline==0.30.0
2+
rastervision_aws_s3==0.30.0
3+
rastervision_aws_batch==0.30.0
4+
rastervision_core==0.30.0
5+
rastervision_pytorch_learner==0.30.0
6+
rastervision_pytorch_backend==0.30.0

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_namespace_packages
55
import re
66

7-
__version__ = '0.21.4-dev'
7+
__version__ = '0.30.0'
88
requirement_constraints = {}
99

1010
here = abspath(dirname(__file__))

0 commit comments

Comments
 (0)
Please sign in to comment.