Changes between Version 20 and Version 21 of Grass8/NewFeatures80
- Timestamp:
- 12/19/21 11:25:18 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8/NewFeatures80
v20 v21 111 111 === Scripting === 112 112 113 Major efforts have been taken to port all Python scripts to Python 3.6 113 Major 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. 114 114 115 115 === Database support === 116 116 117 * PostgreSQL driver: ... 117 * PostgreSQL driver: ... (i'd remove as there's only one change) 118 118 119 === Python 3 support===119 === Code quality === 120 120 121 121 * Code formatting with `black` 122 122 * Hundreds of PEP8 fixes with `flake8` 123 * Most of warnings in C code removed and now checked. 124 * Code tested with CodeQL. 123 125 124 126 == User Manuals - Documentation == … … 130 132 === User manual pages improvements === 131 133 132 Numerous user manual pages have received major or minor improvements 134 Numerous user manual pages have received major or minor improvements. 133 135 134 136 == GRASS GIS 8 Library changes == 135 137 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. 138 146 139 147 == PROJ support == … … 158 166 * !GitHub Actions were activated in the main branch: https://github.com/OSGeo/grass/actions 159 167 160 === JSON / 168 === JSON / REST support === 161 169 162 * json parser: ... 170 * json parser: ... (i'd remove this one too) 163 171 164 172 === Docker support ===