Changes between Version 40 and Version 41 of Grass8/NewFeatures80


Ignore:
Timestamp:
Feb 17, 2022, 5:42:17 AM (2 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass8/NewFeatures80

    v40 v41  
    116116
    117117 * PostgreSQL driver: Assign 1000 to TEXT field length
    118 === Code quality ===
    119 
    120 We use !GitHub actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions
    121 
    122 For this, the source code has been substantially cleaned up:
    123  * Code formatting with `black`
    124  * Hundreds of PEP8 fixes with `flake8`
    125  * Most of warnings in C code removed and now checked
    126  * Code tested with CodeQL
    127  * Test compilation after each change on different operating systems (Windows, Linux, docker)
    128118
    129119== User Manuals - Documentation ==
     
    157147
    158148GDAL 3 compatibility improved with speed-ups.
     149
     150== Source Code Quality ==
     151
     152We use !GitHub actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions
     153
     154For this, the source code has been substantially cleaned up:
     155 * Code formatting with `black`
     156 * Hundreds of PEP8 fixes with `flake8`
     157 * Most of warnings in C code removed and now checked
     158 * Code tested with CodeQL
     159 * Test compilation after each change on different operating systems (Windows, Linux, docker)
    159160
    160161== Source Code Portability ==