Changes between Version 46 and Version 47 of Grass8Planning
- Timestamp:
- 08/31/19 12:07:59 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8Planning
v46 v47 91 91 92 92 * All modules with (pseudo-)random outputs like G7:r.mapcalc with `rand()` should use `seed=` to set the seed and `-s` to get random, non-deterministic result. (This is a blocker since the point is changing interface in a breaking way.) 93 * For parser definitions, make label for each option really the primary used one in the code (currently description is usually included, but label is used as primary if available). 93 94 * Parser format and functionality should be changed to: 94 95 * comply with PEP8 for Python (e.g., replace `#%` by `# %`)