The GRASS GIS 8.2.0RC2 release provides more than 225 improvements and fixes with respect to the release 8.0.0.
What's Changed
Highlights
- Parallel processing in r.series, r.patch, r.mfilter, r.slope.aspect by @aaronsms
- Single window graphical user interface from Settings > Preferences > General by @lindakladivova
- A new map display settings dialog and status bar context menu by @lindakladivova
- A new grass.jupyter package for interacting with Jupyter notebooks by @chaedri
- GridModule from grass.pygrass is easier and safer to use by @petrasovaa and @wenzeslaus
- init from grass.script.setup now returns a context manager by @albertoparadisllop and @wenzeslaus
- A JSON file with latest commit info is available for packaging and reproducibility purposes by @tmszi
Changes since RC1
Modules
- v.surf.idw: fix applying mask (#2383) by @petrasovaa
Graphical User Interface
- wxGUI/rlisetup: allow EVT_KILL_FOCUS event handler event processing to continue (#2385) by @tmszi
- wxGUI: add r.in.wms into ImportRasterData toolbox (#2364) by @tmszi
Python
- grass.jupyter: Add save PNG method to Map (#2371) by @wenzeslaus
- grass.jupyter: fix resolution handling for InteractiveMap (#2376) by @petrasovaa
Documentation and Messages
- doc: Illustration images for r.series, r.neighbors, r.mfilter (#2370) by @wenzeslaus
Libraries and General Functionality
- lib/cairo: Add Cairo status to error message (#2378) by @wenzeslaus
- lib/imagery: fix missing SONAME (#2363) by @neteler
Packaging, Configuration, Portability, and Compilation
Continuous Integration, Tests, Code Quality, and Checks
- CI: Add missing step id to release draft, pre-release, artifacts (#2347) by @wenzeslaus
- CI: fix OSGeo4W download URL (#2384) by @ninsbl
Contributing and Management
- contributing: Generate release notes from git log output or GitHub API (#2328) by @wenzeslaus
- contributing: Simplify release procedure in howto_release.md (#2329) by @neteler
- contributing: Update VERSION file using commands (#2331) by @wenzeslaus
Other Changes
- Vlib: Return all intersection points from Vect_line_get_intersections (#2358) by @marisn
- howto_release.md: update OSGeo server names (#2374) by @neteler
- infrastructure.md: update "Last changed" by @neteler
- infrastructure.md: updates to reflect latest changes (#2375) by @neteler
New Contributors
- @albertoparadisllop made their first contribution in #1914
- @jfbourdon made their first contribution in #1730
- @Viech made their first contribution in #1559
- @t0b3 made their first contribution in #2269
- @adinayyu made their first contribution in #2311
Full Changelog: 8.0.0...8.2.0RC2