Skip to content

Commit

Permalink
[docs] version 0.10.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 12, 2019
1 parent 74f8286 commit 038bd74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/about/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,12 @@ Ancillary Tools

general
-------
- bug fixes and documentation improvements
- bug fixes and documentation improvements

0.10.1 / 2019-12-12
===================

GAMMA API
---------

- :ref:`Command API <gamma-command-api>` compatibility with GAMMA version 20191203
4 changes: 3 additions & 1 deletion docs/pyroSAR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ DEM tools
mosaic
swap

.. _gamma-command-api:

GAMMA Command API
-----------------

Expand Down Expand Up @@ -156,7 +158,7 @@ API Demo
This is a demonstration of an output script as generated automatically by function
:func:`~pyroSAR.gamma.parser.parse_module` for the Gamma module `ISP`.
Within each function, the command name and all parameters are passed to function
:func:`~pyroSAR.gamma.process`, which converts all input to str and then calls the command via the
:func:`~pyroSAR.gamma.process`, which converts all input to :py:obj:`str` and then calls the command via the
:mod:`subprocess` module.

.. automodule:: pyroSAR.gamma.parser_demo
Expand Down

0 comments on commit 038bd74

Please sign in to comment.