Skip to content

Commit

Permalink
Merge pull request #1961 from AdeelH/changelog-version
Browse files Browse the repository at this point in the history
[0.21] Update changelog and version for `0.21.3` release
  • Loading branch information
AdeelH committed Oct 17, 2023
2 parents 2d2ac06 + 2cadcb0 commit fe1d152
Show file tree
Hide file tree
Showing 20 changed files with 52 additions and 29 deletions.
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.21.2",
"version": "0.21.2",
"parent_docker_image": "quay.io/azavea/raster-vision:pytorch-0.21.3",
"version": "0.21.3",
"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.21.2
rastervision==0.21.3
23 changes: 23 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
CHANGELOG
=========

Raster Vision 0.21.3
--------------------

* Features:

* Allow reading pre-chipped datasets with non-RGB TIFF chips (`#1932 <https://github.com/azavea/raster-vision/pull/1932>`__)

* Fixes:

* Normalize pixel values in the Spacenet Vegas examples (`#1930 <https://github.com/azavea/raster-vision/pull/1930>`__)
* Account for ``bbox`` when saving predictions (`#1931 <https://github.com/azavea/raster-vision/pull/1931>`__)
* Ensure SS datasets always return label array with correct ``dtype`` (`#1954 <https://github.com/azavea/raster-vision/pull/1954>`__)
* Fix bug in ``Visualizer`` when plotting temporal data w/ batch size 1 (`#1958 <https://github.com/azavea/raster-vision/pull/1958>`__)
* Allow specifying ``chip_sz`` in ``StatsTransform.from_raster_sources()`` (`#1933 <https://github.com/azavea/raster-vision/pull/1933>`__)
* Misc. minor fixes (`#1933 <https://github.com/azavea/raster-vision/pull/1933>`__)
* Docs:

* Update release instructions to simplify patch release process (`#1934 <https://github.com/azavea/raster-vision/pull/1934>`__)
* Maintenance:

* Bump pillow to address CVE-2023-4863 (`#1952 <https://github.com/azavea/raster-vision/pull/1952>`__)
* Update CI and release workflows to free up disk space before building docker image (`#1953 <https://github.com/azavea/raster-vision/pull/1953>`__, `#1959 <https://github.com/azavea/raster-vision/pull/1959>`__)

Raster Vision 0.21.2
--------------------

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.21'
# The full version, including alpha/beta/rc tags
release = u'0.21.2'
release = u'0.21.3'

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

Expand Down
2 changes: 1 addition & 1 deletion rastervision_aws_batch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rastervision_pipeline==0.21.2
rastervision_pipeline==0.21.3
boto3==1.28.8
awscli==1.29.8
2 changes: 1 addition & 1 deletion rastervision_aws_batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_aws_batch'
version = '0.21.2'
version = '0.21.3'
description = 'A rastervision plugin that adds an AWS Batch pipeline runner'

setup(
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.21.2
rastervision_pipeline==0.21.3
boto3==1.28.8
awscli==1.29.8
tqdm==4.65.0
Expand Down
2 changes: 1 addition & 1 deletion rastervision_aws_s3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_aws_s3'
version = '0.21.2'
version = '0.21.3'
description = 'A rastervision plugin that adds an AWS S3 file system'

setup(
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.21.2
rastervision_pipeline==0.21.3
shapely==2.0.1
geopandas==0.13.2
numpy==1.25.0
Expand Down
2 changes: 1 addition & 1 deletion rastervision_core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_core'
version = '0.21.2'
version = '0.21.3'
description = 'A rastervision plugin that adds geospatial machine learning pipelines'

setup(
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.21.2
rastervision_pipeline==0.21.3
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 @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_gdal_vsi'
version = '0.21.2'
version = '0.21.3'
description = 'A rastervision plugin that adds a GDAL VSI file system'

setup(
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 verison"""
__version__ = '0.21.2'
__version__ = '0.21.3'
2 changes: 1 addition & 1 deletion rastervision_pipeline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_pipeline'
version = '0.21.2'
version = '0.21.3'
description = 'The main rastervision package for configuring, defining, and running pipelines'

setup(
Expand Down
8 changes: 4 additions & 4 deletions rastervision_pytorch_backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rastervision_pipeline==0.21.2
rastervision_core==0.21.2
rastervision_pytorch_learner==0.21.2
rastervision_aws_s3==0.21.2
rastervision_pipeline==0.21.3
rastervision_core==0.21.3
rastervision_pytorch_learner==0.21.3
rastervision_aws_s3==0.21.3
2 changes: 1 addition & 1 deletion rastervision_pytorch_backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_pytorch_backend'
version = '0.21.2'
version = '0.21.3'
description = 'A rastervision plugin that adds PyTorch backends for rastervision.core pipelines'

setup(
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.21.2
rastervision_core==0.21.2
rastervision_pipeline==0.21.3
rastervision_core==0.21.3
numpy==1.25.0
pillow==10.0.1
torch==2.0.1
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 @@ -10,7 +10,7 @@
install_requires = [x.strip() for x in all_reqs if 'git+' not in x]

name = 'rastervision_pytorch_learner'
version = '0.21.2'
version = '0.21.3'
description = 'A rastervision plugin that adds PyTorch training pipelines'

setup(
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.21.2
rastervision_aws_s3==0.21.2
rastervision_aws_batch==0.21.2
rastervision_core==0.21.2
rastervision_pytorch_learner==0.21.2
rastervision_pytorch_backend==0.21.2
rastervision_pipeline==0.21.3
rastervision_aws_s3==0.21.3
rastervision_aws_batch==0.21.3
rastervision_core==0.21.3
rastervision_pytorch_learner==0.21.3
rastervision_pytorch_backend==0.21.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from imp import load_source

here = op.abspath(op.dirname(__file__))
__version__ = '0.21.2'
__version__ = '0.21.3'

# get the dependencies and installs
with io.open(op.join(here, 'requirements.txt'), encoding='utf-8') as f:
Expand Down

0 comments on commit fe1d152

Please sign in to comment.