-
Notifications
You must be signed in to change notification settings - Fork 7
/
NEWS
205 lines (148 loc) · 3.78 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
## link2GI 0.6-2
bugfixes:
* fix cran issues git2r
## link2GI 0.6-1
bugfixes:
* fix cran issues
## link2GI 0.6-0
bugfixes:
* issue #65
changes:
* variable rootDir is deprecated and now root_folder
new feature:
* extension of initProj to a lightweight project setup tool
## link2GI 0.5-4
bugfixes:
* issue #61 #62 #63
## link2GI 0.5-3
bugfixes:
* issue #59 #58
* fix rgrass7 dependencies
## link2GI 0.5-2
new feature:
* add return of vector data in OTB calls
bugfixes:
* issue #58
* minor fixes in runOTB
## link2GI 0.5-1
bugfixes:
* prelim fix of issue #57
* fix of issue #56
* minor fixes
new feature:
* integration of stars and terra raster objects for linking GRASS
* update of documentation
## link2GI 0.5-0
bugfixes:
* prelim fix of issue #56
new feature:
* changing to linkGRASS for both GRASS 7.x/8.x - keeping linkGRASS7for backwards compatibility
## link2GI 0.4-7
bugfixes:
* issue #52
## link2GI 0.4-6
bugfixes:
* pre fix issue #52
## link2GI 0.4-5
bugfixes:
* fix issue #42, #44, #46, #48, #49
new feature:
* add installation vignette
* update some documentation
## link2GI 0.4-4
bugfixes:
* fix issue #42
## link2GI 0.4-3
bugfixes:
* fix issue #40
## link2GI 0.4-2
bugfixes:
* fix issue #38
## link2GI 0.4-1
new feature:
* add linkall
* add direct reading and writing of vector data to GRASS sqlite
bugfixes:
* smaller bugfixes
## link2GI 0.4-0
new feature:
* parse and return OTB API help for interactive use in R
* runOTB function according to # 29
bugfixes:
* issue 19,21,22,26,29 fixed
* first parsing of the new GRASS (since 7.8.x ) start file
## link2GI 0.3-7
new feature:
* improved implementation of parseOTB
bugfixes:
* several issues fixes
* examples and typos
## link2GI 0.3-6
new feature:
* full re-implementation of linkGDAL returns now all gdal installations at a given search path
bugfixes:
* several fixes for Windows search and linking
* examples and typos
## link2GI 0.3-5
new feature:
* add manual build function for UNC pathes
bugfixes:
* remove search argument for PRZP
* several fixes for Windows search and linking
* Comments and typos
## link2GI 0.3-4
new feature:
* add boolean variable if required API exists
bugfixes:
* fix of the quiet option
* fix the search order
* straighten GRASS problems with r.in.lidar
* several fixes for Windows search and linking
* fix and add a lot of examples
* Comments and typos
## link2GI 0.3-3
new feature:
* by default the latest version of each API is selected
bugfixes:
* OTB basic wrapper fixed for Windows
* new examples
* Typos
## link2GI 0.3-2
new feature:
* ver_select can be used directly with the number of selection
* OTB basic wrapper
bugfixes:
* RSAGA related fixes
* Typos
## link2GI 0.3-1
new feature:
* add returnPaths argument for suppress all returns
bugfixes:
* windows RSAGA related fixes
## link2GI 0.3-0
The 0.3-0 version is quite restructured to conform to both
common R conventions (e.g. no hidden globals) and to make the calls
more intuitive and one-line-like. some of the function follow a slightly
different naming and argument setting. This was done to keep in line with further
CLI linking functionality.
new feature:
* Linux support for multi-version selection
* remove all global variables (re-opened issue #3)
* homogenization of the link calls
* wrap searchAPIOS functions with OS-agnostic findAPI functions
* add a more robust return of all pathes and environmental variables as lists
* add a quiet option to supress all! console outputs (issue #4)
bugfixes:
* remove tailing backslashes
* force compatibility to RSAGA and SAGA ver 3+
## link2GI 0.2-2
new feature:
* findGRASS a function that wraps for searchGRASSW and searchGRASSX
## link2GI 0.2-1
bugfixes:
* fix github issues #2 #3 #5
## link2GI 0.2-0
bugfixes:
* fix several small bugs
## link2GI 0.1-0
* Initial release