File tree 3 files changed +38
-3
lines changed
3 files changed +38
-3
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,38 @@ Python package integrity
49
49
************************
50
50
- add trove classifiers for supported operating systems and MIT license for easier online search
51
51
- exchange http with https for all URLs that support it
52
+
53
+ 0.7 / 2019-01-03
54
+ ----------------
55
+
56
+ several changes to the functioning of the Gamma command API
57
+
58
+ GAMMA API
59
+ *********
60
+
61
+ processing
62
+ ++++++++++
63
+ - :func: `pyroSAR.gamma.geocode `:
64
+
65
+ * optionally write all Gamma commands to shellscript
66
+ * newly introduced choice of normalization method
67
+ * changed normalization default approach
68
+
69
+ - :func: `pyroSAR.gamma.process `:
70
+
71
+ * new parameter `logfile ` to specify a logfile instead of just a directory with automated file naming
72
+ * new parameter `shellscript ` to write the executed command to a shell script protocol
73
+
74
+ command parser
75
+ ++++++++++++++
76
+ - add parameters `outdir ` and `shellscript ` to parsed functions
77
+ - extensive improvement to accurately parse more commands
78
+ - add parameter `inlist ` to some commands, which require interactive input via `stdin `
79
+
80
+ general
81
+ +++++++
82
+ - several bug fixes
83
+ - extended documentation
84
+ - make use of parsed command functions internally
85
+ - enable passing `logpath `, `outdir ` and `shellscript ` to all parsed functions via additional parameters for other
86
+ convenience functions
Original file line number Diff line number Diff line change 30
30
# built documents.
31
31
#
32
32
# The short X.Y version.
33
- version = '0.6 '
33
+ version = '0.7 '
34
34
# The full version, including alpha/beta/rc tags.
35
- release = '0.6 '
35
+ release = '0.7 '
36
36
37
37
autodoc_mock_imports = ['osgeo' , 'spatialist' ]
38
38
Original file line number Diff line number Diff line change 19
19
setup (name = 'pyroSAR' ,
20
20
packages = find_packages (),
21
21
include_package_data = True ,
22
- version = '0.6 ' ,
22
+ version = '0.7 ' ,
23
23
description = 'a framework for large-scale SAR satellite data processing' ,
24
24
classifiers = [
25
25
'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments