Changes between Version 1 and Version 2 of Grass8/NewFeatures82
- Timestamp:
- 04/29/22 08:40:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass8/NewFeatures82
v1 v2 7 7 === What's new in a nutshell === 8 8 9 ... **new stable release GRASS GIS 8.2** is available. Efforts have concentrated on ...9 The **new stable release GRASS GIS 8.2** is available. Efforts have concentrated on parallel processing, single window graphical user interface, and a new grass.jupyter package for interacting with Jupyter notebooks. 10 10 11 11 Detailed list of new features: 12 12 * see [https://github.com/OSGeo/grass/milestone/8?closed=1 Milestone GRASS GIS 8.2.0] 13 13 14 Summary 15 * ... 16 * ... 14 **Highlights** 15 16 * Parallel processing in r.series, r.patch, r.mfilter, r.slope.aspect 17 * Single window graphical user interface from Settings > Preferences > General 18 * A new map display settings dialog and status bar context menu 19 * A new grass.jupyter package for interacting with Jupyter notebooks 20 * GridModule from grass.pygrass is easier and safer to use 21 * init from grass.script.setup now returns a context manager 22 * A JSON file with latest commit info is available for reproducibility purposes 23 17 24 18 25 Project management: issues, fixes, and ongoing improvements are publicly accessible at [https://github.com/OSGeo/grass/ GitHub]. … … 22 29 * For more details than on this overview page, see list here: 23 30 * ~~https://github.com/OSGeo/grass/releases/tag/8.2.0~~ (DD MMM 2022) 24 * The 8.2 release development was officially moved to a dedicated release branch on DD MMM2022: https://github.com/OSGeo/grass/tree/releasebranch_8_231 * 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 25 32 26 33 == Graphical User Interface == 27 34 28 ... 35 * Single window graphical user interface from Settings > Preferences > General 29 36 30 37 == Modules (commands) == … … 68 75 === User manual pages improvements === 69 76 70 Nu umerous user manual pages have received major or minor improvements.77 Numerous user manual pages have received major or minor improvements. 71 78 72 79 == GRASS GIS 8 Library changes ==