Changes between Version 20 and Version 21 of Grass8/NewFeatures80


Ignore:
Timestamp:
Dec 19, 2021, 11:25:18 AM (3 years ago)
Author:
veroandreo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass8/NewFeatures80

    v20 v21  
    111111=== Scripting ===
    112112
    113 Major efforts have been taken to port all Python scripts to Python 3.6
     113Major efforts have been taken to port all Python scripts to Python 3.6. Also, there's a new Python subpackage for working with locations and mapsets.
    114114
    115115=== Database support ===
    116116
    117  * PostgreSQL driver: ...
     117 * PostgreSQL driver: ... (i'd remove as there's only one change)
    118118
    119 === Python 3 support ===
     119=== Code quality ===
    120120
    121121 * Code formatting with `black`
    122122 * Hundreds of PEP8 fixes with `flake8`
     123 * Most of warnings in C code removed and now checked.
     124 * Code tested with CodeQL.
    123125
    124126== User Manuals - Documentation ==
     
    130132=== User manual pages improvements ===
    131133
    132  Numerous user manual pages have received major or minor improvements
     134 Numerous user manual pages have received major or minor improvements.
    133135
    134136== GRASS GIS 8 Library changes ==
    135137
    136  * New helper lirary for benchmarking.
    137 
     138 * Upgrade to autoconf 2.69.
     139 * Update to upstream ctypesgen version.
     140 * Semantic labels implementation.
     141 * Update temporal database version.
     142 * Add --tmp-mapset option in init.
     143 * Change history file according to current mapset.
     144 * New helper library for benchmarking.
     145 * New color table: percentage of forest cover.
    138146
    139147== PROJ support ==
     
    158166 * !GitHub Actions were activated in the main branch: https://github.com/OSGeo/grass/actions
    159167
    160 === JSON /  REST support ===
     168=== JSON / REST support ===
    161169
    162  * json parser: ...
     170 * json parser: ... (i'd remove this one too)
    163171
    164172=== Docker support ===