As we are waaaay overdue the planned release date, may I suggest to bump them all to 8.4.2. If someone will address any of them in these few days they will be able to anyway.
In archlinux based distribution system, python package has already switched to 3.13 so Grass 8.4.0 doesn’t work anymore. A commit in 8.4.1 solves the issue.
The GRASS GIS 8.4.1RC1 release provides more than 70 improvements and fixes with respect to the release 8.4.0. Highlights r.sim.water: tool and its documentation received various updates GUI: stab…
Windows standalone installer uploaded for testing [1]. In order to build binaries [2] has been locally applied (would be nice to have only one script for compilation - either build_osgeo4w.sh or package.sh).
Did you want the docker workflow (GitHub actions, not Dockerfiles) changes to be there so it could be correctly published as latest and current on release?
There seems to be some problem with latest SQLite 3.49.1. (released three days ago) v.db.select and t.unregister fails with SQLite related error. E.g.,
The subprocess ended with a non-zero return code: 1. See the following errors:
DBMI-SQLite driver error:
Error in sqlite3_prepare():
no such column: "Joan's Place" - should this be a string literal in single-quotes?
DBMI-SQLite driver error:
Error in sqlite3_prepare():
no such column: "Joan's Place" - should this be a string literal in single-quotes?
ERROR: Error while executing: 'UPDATE points SET place_name="Joan's Place" WHERE owner_id = 5'
Traceback (most recent call last):
File "scripts/v.db.update", line 139, in <module>
sys.exit(main())
^^^^^^
File "scripts/v.db.update", line 127, in main
grass.write_command(
File "etc/python/grass/script/core.py", line 654, in write_command
return handle_errors(returncode, None, args, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "etc/python/grass/script/core.py", line 366, in handle_errors
raise CalledModuleError(module=module, code=code, returncode=returncode)
grass.exceptions.CalledModuleError: Module run `db.execute input=- database=/Users/runner/nc_spm_full_v2alpha2/__vector_v_db_select_test_v_db_select_json_csv_Mac_1740155367276_local_26656/sqlite/sqlite.db driver=sqlite` ended with an error.