Changes between Version 3 and Version 4 of Grass8/NewFeatures82


Ignore:
Timestamp:
Jun 3, 2022, 8:00:09 AM (23 months ago)
Author:
neteler
Comment:

wiped out draft stuff since this page format has been discontinued in favor of the GitHub release pages

Legend:

Unmodified
Added
Removed
Modified
  • Grass8/NewFeatures82

    v3 v4  
    11= List of new features in GRASS GIS 8.2 =
    22
    3 This is a legacy page. See wiki:Release and [https://github.com/OSGeo/grass/releases/tag/8.2.0 8.2.0 on GitHub].
    4 
    5 GRASS GIS 8.2 is actively developed and maintained with a first 8.2.0 stable release in XXXX 2022. In total, it comes with '''almost [https://github.com/OSGeo/grass/compare/8.0.1...8.2.0 YYY fixes and improvements]''' with respect to the previous stable releases 8.0.0. This page summarizes the manifold new features which have been added to GRASS 8.2.
     3**NOTE: This is a legacy page. See wiki:Release and [https://github.com/OSGeo/grass/releases/tag/8.2.0 8.2.0 on GitHub].**
    64
    75[[TOC]]
     
    1614**Highlights**
    1715
    18  * Parallel processing in r.series, r.patch, r.mfilter, r.slope.aspect
    19  * Single window graphical user interface from Settings > Preferences > General
    20  * A new map display settings dialog and status bar context menu
    21  * A new grass.jupyter package for interacting with Jupyter notebooks
    22  * GridModule from grass.pygrass is easier and safer to use
    23  * init from grass.script.setup now returns a context manager
    24  * A JSON file with latest commit info is available for reproducibility purposes
    25 
    26 
    27 Project management: issues, fixes, and ongoing improvements are publicly accessible at [https://github.com/OSGeo/grass/ GitHub].
     16 * See on !GitHub.
    2817
    2918=== Releases ===
    3019
    31  * For more details than on this overview page, see list here:
    32    * ~~https://github.com/OSGeo/grass/releases/tag/8.2.0~~ (DD MMM 2022)
     20 * For more details than on this overview page, see list here: wiki:Release
    3321 * The 8.2 release development was officially moved to a dedicated release branch on 26 Apr 2022: https://github.com/OSGeo/grass/tree/releasebranch_8_2
    3422
    35 == Graphical User Interface ==
     23=== Graphical User Interface ===
    3624
    3725 * Single window graphical user interface from Settings > Preferences > General
    3826
    39 == Modules (commands) ==
    4027
    41 ...
    42 
    43 === General modules ===
    44 
    45  * G82:...
    46 
    47 === Raster modules ===
    48 
    49  * G82:...
    50 
    51 === Vector modules ===
    52 
    53  * G82:...
    54 
    55 === Imagery modules ===
    56 
    57  * G82:...
    58 
    59 === Temporal GIS modules ===
    60 
    61  * G82:...
    62 
    63 === Scripting ===
    64 
    65  * G82:...
    66 
    67 === Database support ===
    68 
    69  * G82:...
    70 
    71 == User Manuals - Documentation ==
    72 
    73 === Translations ===
    74 
    75 Translations are managed in Transifex (please join and translate messages): https://www.transifex.com/grass-gis/grass7
    76 
    77 === User manual pages improvements ===
    78 
    79 Numerous user manual pages have received major or minor improvements.
    80 
    81 == GRASS GIS 8 Library changes ==
    82 
    83  * ...
    84 
    85 == PROJ support ==
    86 
    87  * ...
    88 
    89 == GDAL support ==
    90 
    91 ...
    92 
    93 == Source Code Quality ==
    94 
    95 ...
    96 
    97 === Unit tests / CI ===
    98 
    99  * ...
    100 
    101 == Source Code Portability ==
    102 
    103  * Python-3.7+ support implemented across the tree
    104  * FreeBSD: ...
    105  * Mac: ...
    106  * MS-Windows/OSGeo4W: ...
    107 
    108 === Docker and Singularity support ===
    109 
    110  * ...
    111 
    112 == New GRASS GIS 8 Addons ==
    113 
    114 There are numerous new addons which enlarge the already impressive list of addons available (see http://grass.osgeo.org/grass8/manuals/addons/):
    115 
    116  * G8A:...
    117 
    118 === Addons moved to core ===
    119 
    120 These modules have been moved to core GRASS GIS (and removed from addons grass8 branch):
    121 
    122  * G82:...
    123 
    124 == Migrating from GRASS GIS 7 to version 8.x ==
     28=== Migrating from GRASS GIS 7 to version 8.x ===
    12529
    12630With the addition of semantic labels, the temporal database was modified to version 3 and hence, to be able to read and process GRASS 7.x space-time datasets, users will be prompted to run G82:t.upgrade. If users want to read space-time datasets newly created in GRASS 8 back in GRASS 7.x, they can run G78:t.downgrade.