Skip to content

GRASS GIS 8.3.2RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 21:46

The GRASS GIS 8.3.2RC1 release provides more than 30 improvements and fixes with respect to the release 8.3.1.

Highlights

  • r.horizon: adjust bufferzone to multiples of resolution (#3384) by @petrasovaa

What's Changed

Modules

  • db.connect: update GRASS version defaults in docs (#3385) by @pesekon2
  • db.dropcolumn: Circumvent length limit for sqlite3 SQL STDIN string (#3273) by @mmacata
  • g.gui.gmodeler: fix script export not working if model contains ModelData-type item (#3209) by @pesekon2
  • g.proj: fix wkt output on Windows (#3306) by @petrasovaa
  • i.evapo.time: Add example image to manual (#3281) by Yann Chemin <dr.yann.chemin gmail.com>
  • r.cross: fix outdated doc (max 10 changed to 30 layers) (#3294) by @petrasovaa
  • r.horizon: fix bad output by Apple ARM machines (#3403) by @nilason
  • r.horizon: fix bug in point mode computation (#3288) by @petrasovaa
  • r.horizon: fix computation in test_low_res() (#3298) by @petrasovaa
  • r.mapcalc: Add explicit dependency on mapcalc.tab.h (#3415) by Bernhard M. Wiedemann
  • v.clean threshold description: clarify map units (#2950) by Markus Neteler
  • v.out.ogr: fix append+overwrite mode (#3283) by @metzm

Graphical User Interface

  • GUI: sync GConsole skipInterface handling with g.parser (#3375) by @landam
  • wxGUI/lmgr: fix unfocused Layers pane wx.ListCtrl widget row background color (#3264) by @tmszi
  • wxGUI/main_window: fix rendering Layers pane map display toolbar widget (#3262) by @tmszi
  • wxGUI: Avoid overlapping module parameters in Graphical modeler (#2991) by @landam
  • wxGUI: rewrite and document core.utils.ListOfMapsets to not cause GUI crash in certain circumstances (#3226) by @petrasovaa

Python

  • grass.pygrass: Fix parameter range error reporting (#2817) by @wenzeslaus
  • python/grass/script: split the command string using shell-like syntax on the win32 platform same as on POSIX-compliant platforms (#1908) by @tmszi
  • Re-enable six module, see ac91f61 by @landam

Documentation and Messages

  • docs: add GRASS docker section to infrastructure.md (#3277) by Markus Neteler
  • docs: fix minor typos in howto_release.md by Markus Neteler
  • docs: update friction map info for r.walk.html (#3279) by @cmbarton

Libraries and General Functionality

  • lib/proj: change pipeline selection criterion (#3347) by @metzm
  • lib/vector/Vlib: fix count of removed dangles (#3348) by @metzm
  • diglib: Calculate the total size of topo file to get the correct off_t_size (#3351) by @HuidaeCho

Contributing and Management

  • contributing: Add more expressions to match release notes groups (#3035) by @wenzeslaus
  • contributing: Optimize commands, text in release procedure (G83) (#3253) by @neteler

Packaging:

Other Changes

  • utils: fix add HTML module man page Source code section for all module HTML files (#3248) by @tmszi

Full Changelog: 8.3.1...8.3.2RC1

Binder