Skip to content

Commit

Permalink
version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jan 4, 2019
1 parent a4f0785 commit 84b2365
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,38 @@ Python package integrity
************************
- add trove classifiers for supported operating systems and MIT license for easier online search
- exchange http with https for all URLs that support it

0.7 / 2019-01-03
----------------

several changes to the functioning of the Gamma command API

GAMMA API
*********

processing
++++++++++
- :func:`pyroSAR.gamma.geocode`:

* optionally write all Gamma commands to shellscript
* newly introduced choice of normalization method
* changed normalization default approach

- :func:`pyroSAR.gamma.process`:

* new parameter `logfile` to specify a logfile instead of just a directory with automated file naming
* new parameter `shellscript` to write the executed command to a shell script protocol

command parser
++++++++++++++
- add parameters `outdir` and `shellscript` to parsed functions
- extensive improvement to accurately parse more commands
- add parameter `inlist` to some commands, which require interactive input via `stdin`

general
+++++++
- several bug fixes
- extended documentation
- make use of parsed command functions internally
- enable passing `logpath`, `outdir` and `shellscript` to all parsed functions via additional parameters for other
convenience functions
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.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6'
release = '0.7'

autodoc_mock_imports = ['osgeo', 'spatialist']

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.6',
version='0.7',
description='a framework for large-scale SAR satellite data processing',
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 84b2365

Please sign in to comment.