Changes between Version 41 and Version 42 of Grass8/NewFeatures80
- Timestamp:
- 02/17/22 05:54:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8/NewFeatures80
v41 v42 150 150 == Source Code Quality == 151 151 152 We use !GitHub actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions152 We use !GitHub Actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions 153 153 154 154 For this, the source code has been substantially cleaned up: … … 159 159 * Test compilation after each change on different operating systems (Windows, Linux, docker) 160 160 161 === Unit tests / CI === 162 163 * Unit tests via !GitHub Actions have been activated in all branches: https://github.com/OSGeo/grass/actions This is a way to avoid the introduction of errors by executing automated tests on various platforms and operating systems before the suggested code is merged into GRASS GIS. 164 161 165 == Source Code Portability == 162 166 … … 165 169 * Mac: Unified use of addonbase 166 170 * MS-Windows/OSGeo4W: Support for OSGeo4W/v2 167 === Unit tests / CI ===168 169 * !GitHub Actions have been activated in all branches: https://github.com/OSGeo/grass/actions This is a way to avoid the introduction of errors by automated tests on various platforms and operating systems before the suggested code is merged into GRASS GIS.170 171 171 172 === JSON / REST support === … … 173 174 * json parser: Fixed gis parser json implementation 174 175 * json parser: change of '+' to '@' for URLs 176 175 177 === Docker and Singularity support === 176 178 177 179 * Updates for Alpine, Debian, Ubuntu docker images 178 180 * Singularity support added 181 179 182 == New GRASS GIS 8 Addons == 180 183