Skip to content

Commit

Permalink
version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 4, 2019
1 parent c579666 commit e723355
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,21 @@ Auxiliary Data Handling

+ download files specific to the Sentinel-1 sensor (S1A/S1B) instead of all matching the acquisition time
+ improved time span search, which occasionally resulted in missing OSV files

0.9.1 / 2019-07-05
------------------

Auxiliary Data Handling
***********************

- function :func:`pyroSAR.auxdata.dem_create`: new parameter `resampling_method`

GAMMA API
*********

- function :func:`pyroSAR.gamma.dem.dem_autocreate`: new parameter `resampling_method`

SNAP API
********

- function :func:`pyroSAR.snap.util.geocode`: fixed typo of parameter `removeS1BorderNoise`
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.9.1'
# The full version, including alpha/beta/rc tags.
release = '0.9'
release = '0.9.1'

autodoc_mock_imports = ['osgeo', 'sqlite3']

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(name='pyroSAR',
packages=find_packages(),
include_package_data=True,
version='0.9',
version='0.9.1',
description='a framework for large-scale SAR satellite data processing',
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit e723355

Please sign in to comment.