Changes between Version 46 and Version 47 of Grass8Planning


Ignore:
Timestamp:
Aug 31, 2019, 12:07:59 PM (5 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass8Planning

    v46 v47  
    9191
    9292* 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).
    9394* Parser format and functionality should be changed to:
    9495 * comply with PEP8 for Python (e.g., replace `#%` by `# %`)