[GRASS-git] [OSGeo/grass] 813c42: grass.temporal: fix error handling (#5631)

Edouard Choinière noreply at github.com
Mon May 19 18:41:40 PDT 2025


  Branch: refs/heads/renovate/ubuntu-24.x
  Home:   https://github.com/OSGeo/grass
  Commit: 813c4202c31a6eb497d54e94b0864daa1de02c36
      https://github.com/OSGeo/grass/commit/813c4202c31a6eb497d54e94b0864daa1de02c36
  Author: Anna Petrasova <kratochanna at gmail.com>
  Date:   2025-05-10 (Sat, 10 May 2025)

  Changed paths:
    M python/grass/temporal/core.py

  Log Message:
  -----------
  grass.temporal: fix error handling (#5631)

The problem is caused by #4805, where the psycopg2.Error is used, even when the package is not available.

I also removed try except for sqlite3 since it has been part of standard Python package since Python 2.5.


  Commit: 299a28a7d07cbbf3354e68cf41b59a801969199d
      https://github.com/OSGeo/grass/commit/299a28a7d07cbbf3354e68cf41b59a801969199d
  Author: Anna Petrasova <kratochanna at gmail.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M general/g.region/main.c

  Log Message:
  -----------
  g.region: fix save option behavior (#5627)

Adjust the region before saving it. Before, setting rows= and cols= had no effect on the saved region.


  Commit: 87819eedf0c6b5c5ec652bd067611882c340d027
      https://github.com/OSGeo/grass/commit/87819eedf0c6b5c5ec652bd067611882c340d027
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M .github/workflows/documentation.yml

  Log Message:
  -----------
  CI(docs): Remove repository input when checking-out grass core (#5640)


  Commit: 1613a870520fabb6c0c7d205626afda620e6514c
      https://github.com/OSGeo/grass/commit/1613a870520fabb6c0c7d205626afda620e6514c
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M locale/CMakeLists.txt

  Log Message:
  -----------
  cmake: Fix CMP0175 warning by adding `POST_BUILD` to `TARGET` form of `add_custom_command()` (#5639)


  Commit: a277d8547cf3c3f09042ccea6ef5c0fc2b8b89dd
      https://github.com/OSGeo/grass/commit/a277d8547cf3c3f09042ccea6ef5c0fc2b8b89dd
  Author: Linda Karlovska <49241681+lindakarlovska at users.noreply.github.com>
  Date:   2025-05-14 (Wed, 14 May 2025)

  Changed paths:
    M doc/NIX.md
    M doc/debugging.txt
    M doc/development/README.md
    M doc/development/branching_how-to.md
    M doc/development/github_guide.md
    M doc/development/style_guide.md
    M doc/examples/gui/wxpython/README
    M doc/examples/notebooks/README.md
    M doc/examples/notebooks/temporal.ipynb
    M doc/examples/python/raster_example_ctypes.py
    M doc/examples/python/vector_example_ctypes.py
    M doc/examples/raster/r.example/r.example.md
    M doc/grass_database.md
    M doc/howto_release.md
    M doc/infrastructure.md
    M doc/projectionintro.md
    M gui/wxpython/docs/wxGUI.md
    M gui/wxpython/docs/wxGUI.modules.md
    M gui/wxpython/docs/wxGUI.toolboxes.md
    M gui/wxpython/docs/wxgui_sphinx/_templates/layout.html.template
    M gui/wxpython/docs/wxgui_sphinx/conf.py
    M gui/wxpython/docs/wxgui_sphinx/src/index.rst
    M gui/wxpython/docs/wxgui_sphinx/src/wxgui_toolboxes.rst
    M lib/init/grass.md
    M lib/init/helptext.md
    M lib/init/license.txt
    M lib/init/variables.md

  Log Message:
  -----------
  docs: Standardize naming: use "GRASS" instead of "GRASS GIS" (#5644)


  Commit: 7e69717e6cdfcf7b3bbc767f3efe948f1e7ee119
      https://github.com/OSGeo/grass/commit/7e69717e6cdfcf7b3bbc767f3efe948f1e7ee119
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

  Changed paths:
    M man/build.py
    M man/parser_standard_options.py

  Log Message:
  -----------
  man: Remove FileType argument types in parser standard options arguments (#5561)

* man: Write a help description for output argument of Parser standard option

* man: Remove usage of FileType argument type in parser standard options

The argparse FileType argument type will be deprecated in Python 3.14. It does not properly close files if a subsequent error in another FileType argument occurs when parsing. The suggestion is to use context managers after parsing the arguments. The implementation of the changes is inspired by a PR doing the same in the CPython repo.

* man: Remove proxies=None from urlopen, as it is for the old interface

* man: Add typing annotations to related changes of parser standard options

* man: Fix name of file by using outfile.name


  Commit: fbf8595643d8972ecf49f958064ad432870cbe9e
      https://github.com/OSGeo/grass/commit/fbf8595643d8972ecf49f958064ad432870cbe9e
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

  Changed paths:
    M .github/workflows/documentation.yml

  Log Message:
  -----------
  CI(docs): Use mold linker (#5642)


  Commit: aa45c58503582256c5d566aea86c39cfc84ed769
      https://github.com/OSGeo/grass/commit/aa45c58503582256c5d566aea86c39cfc84ed769
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

  Changed paths:
    M .github/workflows/test_thorough.bat

  Log Message:
  -----------
  CI(OSGeo4W): Temporarily lower gunittest test success threshold (#5655)


  Commit: 1d71a72bf3827ba8b25f3d6faa8e6243530f1cad
      https://github.com/OSGeo/grass/commit/1d71a72bf3827ba8b25f3d6faa8e6243530f1cad
  Author: Jayneel Shah <80264736+jayneel-shah18 at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    A imagery/i.evapo.mh/testsuite/test_i_evapo_mh.py

  Log Message:
  -----------
  i.evapo.mh: add test file (#5519)

* add test file

* modify docstrings and make edits

* modify existing test to fail because of bug

* changed the stats after bug fix


  Commit: ab016ef450de5459d7a31af92f6fe3c76d05d409
      https://github.com/OSGeo/grass/commit/ab016ef450de5459d7a31af92f6fe3c76d05d409
  Author: Hernán De Angelis <51515911+dhdeangelis at users.noreply.github.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

  Changed paths:
    M raster/r.resamp.filter/main.c

  Log Message:
  -----------
  r.resamp.filter: correct typo in warning message (#5657)


  Commit: dcb44fb035f8e1621d453db530a493214c7ab079
      https://github.com/OSGeo/grass/commit/dcb44fb035f8e1621d453db530a493214c7ab079
  Author: Corey White <smortopahri at gmail.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M man/mkdocs/requirements.txt

  Log Message:
  -----------
  docs: Freezing mkdocs dependencies (#5648)


  Commit: b5c3282a0efedd499dbaee85d510d0fd728e6e98
      https://github.com/OSGeo/grass/commit/b5c3282a0efedd499dbaee85d510d0fd728e6e98
  Author: Linda Karlovska <49241681+lindakarlovska at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M gui/wxpython/mapdisp/frame.py

  Log Message:
  -----------
  wxGUI: Fix uninitialized variables in DOutFile() method (#5650)

* fix uninitialized variables in DOutFile() method
Co-authored-by: lindakladivova <l.kladivova at seznam.cz>
Co-authored-by: Anna Petrasova <kratochanna at gmail.com>


  Commit: 821edd0371b321c338290b7bad40a0a72dac2ee2
      https://github.com/OSGeo/grass/commit/821edd0371b321c338290b7bad40a0a72dac2ee2
  Author: Linda Karlovska <49241681+lindakarlovska at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M lib/init/grass.py

  Log Message:
  -----------
  grass.py: Standardize naming: use "GRASS" instead of "GRASS GIS"  (#5645)

replace grass gis by grass in grass.py

Co-authored-by: lindakladivova <l.kladivova at seznam.cz>


  Commit: ebc98ba0a573bf83e31b9e89542388e270b5d66d
      https://github.com/OSGeo/grass/commit/ebc98ba0a573bf83e31b9e89542388e270b5d66d
  Author: luzpaz <luzpaz at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M python/grass/script/core.py
    M python/grass/script/db.py
    M python/grass/script/setup.py
    M python/grass/script/tests/conftest.py
    M python/grass/script/tests/utils_test.py
    M python/grass/script/utils.py

  Log Message:
  -----------
  grass.script: fix typos (#5638)

python/grass/script: fix typos
Found via codespell


  Commit: 3c61b260544baf6b853e7fb5eeb105aa2b138c5c
      https://github.com/OSGeo/grass/commit/3c61b260544baf6b853e7fb5eeb105aa2b138c5c
  Author: luzpaz <luzpaz at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M python/grass/gunittest/checkers.py
    M python/grass/gunittest/gutils.py
    M python/grass/gunittest/multireport.py
    M python/grass/gunittest/reporters.py
    M python/grass/gunittest/testsuite/test_assertions_vect.py

  Log Message:
  -----------
  grass.gunittest: fix typos (#5637)

python/grass/gunittest: fix typos
Found via codespell


  Commit: 57064d631c6b23db1682fd68783d384d048daef8
      https://github.com/OSGeo/grass/commit/57064d631c6b23db1682fd68783d384d048daef8
  Author: luzpaz <luzpaz at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M python/grass/docs/conf.py
    M python/grass/docs/src/gunittest_testing.rst
    M python/grass/docs/src/pygrass_gis.rst
    M python/grass/docs/src/pygrass_vector.rst
    M python/grass/docs/src/temporal_framework.rst

  Log Message:
  -----------
  docs: fix typos in Python doc (#5636)

python/grass/docs: fix typos
Found via codespell


  Commit: 1053aee35cf2816535a098c05bd99b3022724802
      https://github.com/OSGeo/grass/commit/1053aee35cf2816535a098c05bd99b3022724802
  Author: luzpaz <luzpaz at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M python/grass/temporal/abstract_space_time_dataset.py
    M python/grass/temporal/core.py
    M python/grass/temporal/spatial_extent.py
    M python/grass/temporal/spatio_temporal_relationships.py
    M python/grass/temporal/temporal_algebra.py
    M python/grass/temporal/temporal_operator.py
    M python/grass/temporal/testsuite/unittests_temporal_algebra_grs.py

  Log Message:
  -----------
  grass.temporal: fix typos (#5635)

python/grass/temporal: fix typos
Found via codespell


  Commit: 6e16f7c559fb85eef553cae9cfb64460acac51de
      https://github.com/OSGeo/grass/commit/6e16f7c559fb85eef553cae9cfb64460acac51de
  Author: Kriti Birda <164247895+kritibirda26 at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M vector/CMakeLists.txt
    M vector/v.to.db/Makefile
    M vector/v.to.db/global.h
    M vector/v.to.db/main.c
    M vector/v.to.db/parse.c
    M vector/v.to.db/report.c
    A vector/v.to.db/testsuite/test_v_to_db.py
    M vector/v.to.db/units.c
    M vector/v.to.db/v.to.db.html

  Log Message:
  -----------
  v.to.db: add JSON support (#4036)


  Commit: 8d9e114e26b2c72e3220456fcd4814f6d4f63e1b
      https://github.com/OSGeo/grass/commit/8d9e114e26b2c72e3220456fcd4814f6d4f63e1b
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M .github/workflows/documentation.yml

  Log Message:
  -----------
  CI(docs): Add ccache to builds (#5641)


  Commit: 050dbc5c9d392c5a47ea1bb112b46dec92063076
      https://github.com/OSGeo/grass/commit/050dbc5c9d392c5a47ea1bb112b46dec92063076
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2025-05-17 (Sat, 17 May 2025)

  Changed paths:
    M .github/workflows/codeql-analysis.yml
    M .github/workflows/python-code-quality.yml

  Log Message:
  -----------
  CI(deps): Update github/codeql-action action to v3.28.18 (#5664)


  Commit: 8888c179051b1ee1f466afe3d4d1858837a39227
      https://github.com/OSGeo/grass/commit/8888c179051b1ee1f466afe3d4d1858837a39227
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2025-05-17 (Sat, 17 May 2025)

  Changed paths:
    M .github/workflows/python-code-quality.yml
    M .pre-commit-config.yaml

  Log Message:
  -----------
  CI(deps): Update ruff to v0.11.10 (#5665)


  Commit: 3fc104c93d35e4e03d60d75af35c69c7c28641e3
      https://github.com/OSGeo/grass/commit/3fc104c93d35e4e03d60d75af35c69c7c28641e3
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M .github/workflows/docker.yml

  Log Message:
  -----------
  CI(deps): Update docker/build-push-action action to v6.17.0 (#5667)


  Commit: 1ec957753bbba7c406cb7ad14570744f53835d22
      https://github.com/OSGeo/grass/commit/1ec957753bbba7c406cb7ad14570744f53835d22
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2025-05-17 (Sat, 17 May 2025)

  Changed paths:
    M .github/workflows/pytest.yml

  Log Message:
  -----------
  CI(deps): Update codecov/codecov-action action to v5.4.3 (#5666)


  Commit: cecfaa680fb619b37c7c97f8361b5343d986a591
      https://github.com/OSGeo/grass/commit/cecfaa680fb619b37c7c97f8361b5343d986a591
  Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Date:   2025-05-17 (Sat, 17 May 2025)

  Changed paths:
    M .github/workflows/super-linter.yml

  Log Message:
  -----------
  CI(deps): Update super-linter/super-linter action to v7.4.0 (#5668)


  Commit: 7355fca67d26fdcd13abcfcb3ea74c5352506f48
      https://github.com/OSGeo/grass/commit/7355fca67d26fdcd13abcfcb3ea74c5352506f48
  Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
  Date:   2025-05-17 (Sat, 17 May 2025)

  Changed paths:
    M man/grass_logo.png

  Log Message:
  -----------
  docs: fix GRASS logo image size (#5662)


  Commit: 58d34ea42d49805a27a9645b7066b967445fd8a5
      https://github.com/OSGeo/grass/commit/58d34ea42d49805a27a9645b7066b967445fd8a5
  Author: Anna Petrasova <kratochanna at gmail.com>
  Date:   2025-05-17 (Sat, 17 May 2025)

  Changed paths:
    M general/g.region/main.c

  Log Message:
  -----------
  g.region: remove unnecessary temp_window variable (#5658)

Follow up on #5627. temp_window is still used elsewhere, so it should not be removed completely.


  Commit: e081cb5bbd8826427ca8ea9177c244be3d375dcc
      https://github.com/OSGeo/grass/commit/e081cb5bbd8826427ca8ea9177c244be3d375dcc
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M flake.lock
    M flake.nix
    M package.nix

  Log Message:
  -----------
  nix: Update to Python 3.12 (#5550)


  Commit: 472e944007c82d0808a795c6b4e4a52ffcd97949
      https://github.com/OSGeo/grass/commit/472e944007c82d0808a795c6b4e4a52ffcd97949
  Author: Ivan Mincik <ivan.mincik at gmail.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M flake.lock
    M package.nix

  Log Message:
  -----------
  nix: update packaging (#5671)


  Commit: e0cae00e3794127bfb4508b3cfbcbc409c80c4f9
      https://github.com/OSGeo/grass/commit/e0cae00e3794127bfb4508b3cfbcbc409c80c4f9
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M .github/workflows/gcc.yml
    M .github/workflows/pytest.yml
    M .github/workflows/ubuntu.yml

  Log Message:
  -----------
  CI: Temporarily disable jobs for optimizing CI time during sprint (#5670)

* CI: Temporarily disable matrix strategies

For optimizing CI usage during a coding sprint

* CI: Combine gcc workflow flags with Ubuntu jobs

* CI: Disable pull_request trigger in GCC workflow


  Commit: ac58e93b447aa844be26f45652e2202aa25259ab
      https://github.com/OSGeo/grass/commit/ac58e93b447aa844be26f45652e2202aa25259ab
  Author: Ivan Mincik <ivan.mincik at gmail.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M flake.nix

  Log Message:
  -----------
  nix: use default python version for nix dev environment (#5672)

This is a follow-up of #5671.


  Commit: 01f1bb44b9df33803e83b9e3c52a28102000f6d8
      https://github.com/OSGeo/grass/commit/01f1bb44b9df33803e83b9e3c52a28102000f6d8
  Author: luzpaz <luzpaz at users.noreply.github.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M scripts/d.polar/polar_diagram.eps
    M scripts/d.polar/ps_defs.eps
    M scripts/g.extension/g.extension.py
    M scripts/g.extension/testsuite/test_addons_download.py
    M scripts/i.pansharpen/i.pansharpen.py
    M scripts/r.colors.stddev/r.colors.stddev.html
    M scripts/r.colors.stddev/r.colors.stddev.md
    M scripts/r.in.wms/wms_cap_parsers.py
    M scripts/v.dissolve/tests/v_dissolve_aggregate_test.py
    M scripts/v.dissolve/v_dissolve.ipynb
    M scripts/v.to.lines/v.to.lines.py

  Log Message:
  -----------
  docs: fix typos found via codespell in scripts (#5474)


  Commit: 1df16fe61e419d9f2abc1aedcc9fede1487293cf
      https://github.com/OSGeo/grass/commit/1df16fe61e419d9f2abc1aedcc9fede1487293cf
  Author: luzpaz <luzpaz at users.noreply.github.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M include/Make/Doxyfile_arch_html.in
    M include/Make/Doxyfile_arch_latex.in
    M include/grass/gis.h
    M include/grass/iostream/embuffer.h
    M include/grass/iostream/imbuffer.h
    M include/grass/vect/dig_macros.h
    M include/grass/vect/dig_structs.h

  Log Message:
  -----------
  docs: fix typos in include (#5473)


  Commit: 83a850bd62fdc8b8be3f17b1e26dbbcbc5e14426
      https://github.com/OSGeo/grass/commit/83a850bd62fdc8b8be3f17b1e26dbbcbc5e14426
  Author: Neel Ghoshal <72409908+NeelGhoshal at users.noreply.github.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M CONTRIBUTING.md

  Log Message:
  -----------
  docs: Changed instances of 'GRASS GIS' (#5674)

Changed 'GRASS GIS' to 'GRASS' in CONTRIBUTING.MD


  Commit: 570052509fd82f34b3635d5147810b4100cf8076
      https://github.com/OSGeo/grass/commit/570052509fd82f34b3635d5147810b4100cf8076
  Author: Martin Landa <landa.martin at gmail.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M lib/gis/parser_md.c

  Log Message:
  -----------
  libgis: G__usage_markdown() include tool label in metadata if defined (#5677)

md metadata: include tool label in description (some of tools have only label defined, eg. r.relief)


  Commit: e8a22ab407f3a668ecb6c7cf8e4aca1232b55d6b
      https://github.com/OSGeo/grass/commit/e8a22ab407f3a668ecb6c7cf8e4aca1232b55d6b
  Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    M .github/workflows/codeql-analysis.yml
    M .github/workflows/docker.yml
    M .github/workflows/documentation.yml
    M .github/workflows/gcc.yml
    M .github/workflows/pytest.yml
    M .github/workflows/python-code-quality.yml
    M .github/workflows/super-linter.yml
    M .github/workflows/test_thorough.bat
    M .github/workflows/ubuntu.yml
    M .pre-commit-config.yaml
    M CONTRIBUTING.md
    M doc/NIX.md
    M doc/debugging.txt
    M doc/development/README.md
    M doc/development/branching_how-to.md
    M doc/development/github_guide.md
    M doc/development/style_guide.md
    M doc/examples/gui/wxpython/README
    M doc/examples/notebooks/README.md
    M doc/examples/notebooks/temporal.ipynb
    M doc/examples/python/raster_example_ctypes.py
    M doc/examples/python/vector_example_ctypes.py
    M doc/examples/raster/r.example/r.example.md
    M doc/grass_database.md
    M doc/howto_release.md
    M doc/infrastructure.md
    M doc/projectionintro.md
    M flake.lock
    M flake.nix
    M general/g.region/main.c
    M gui/wxpython/docs/wxGUI.md
    M gui/wxpython/docs/wxGUI.modules.md
    M gui/wxpython/docs/wxGUI.toolboxes.md
    M gui/wxpython/docs/wxgui_sphinx/_templates/layout.html.template
    M gui/wxpython/docs/wxgui_sphinx/conf.py
    M gui/wxpython/docs/wxgui_sphinx/src/index.rst
    M gui/wxpython/docs/wxgui_sphinx/src/wxgui_toolboxes.rst
    M gui/wxpython/mapdisp/frame.py
    A imagery/i.evapo.mh/testsuite/test_i_evapo_mh.py
    M include/Make/Doxyfile_arch_html.in
    M include/Make/Doxyfile_arch_latex.in
    M include/grass/gis.h
    M include/grass/iostream/embuffer.h
    M include/grass/iostream/imbuffer.h
    M include/grass/vect/dig_macros.h
    M include/grass/vect/dig_structs.h
    M lib/gis/parser_md.c
    M lib/init/grass.md
    M lib/init/grass.py
    M lib/init/helptext.md
    M lib/init/license.txt
    M lib/init/variables.md
    M locale/CMakeLists.txt
    M man/build.py
    M man/grass_logo.png
    M man/mkdocs/requirements.txt
    M man/parser_standard_options.py
    M package.nix
    M python/grass/docs/conf.py
    M python/grass/docs/src/gunittest_testing.rst
    M python/grass/docs/src/pygrass_gis.rst
    M python/grass/docs/src/pygrass_vector.rst
    M python/grass/docs/src/temporal_framework.rst
    M python/grass/gunittest/checkers.py
    M python/grass/gunittest/gutils.py
    M python/grass/gunittest/multireport.py
    M python/grass/gunittest/reporters.py
    M python/grass/gunittest/testsuite/test_assertions_vect.py
    M python/grass/script/core.py
    M python/grass/script/db.py
    M python/grass/script/setup.py
    M python/grass/script/tests/conftest.py
    M python/grass/script/tests/utils_test.py
    M python/grass/script/utils.py
    M python/grass/temporal/abstract_space_time_dataset.py
    M python/grass/temporal/core.py
    M python/grass/temporal/spatial_extent.py
    M python/grass/temporal/spatio_temporal_relationships.py
    M python/grass/temporal/temporal_algebra.py
    M python/grass/temporal/temporal_operator.py
    M python/grass/temporal/testsuite/unittests_temporal_algebra_grs.py
    M raster/r.resamp.filter/main.c
    M scripts/d.polar/polar_diagram.eps
    M scripts/d.polar/ps_defs.eps
    M scripts/g.extension/g.extension.py
    M scripts/g.extension/testsuite/test_addons_download.py
    M scripts/i.pansharpen/i.pansharpen.py
    M scripts/r.colors.stddev/r.colors.stddev.html
    M scripts/r.colors.stddev/r.colors.stddev.md
    M scripts/r.in.wms/wms_cap_parsers.py
    M scripts/v.dissolve/tests/v_dissolve_aggregate_test.py
    M scripts/v.dissolve/v_dissolve.ipynb
    M scripts/v.to.lines/v.to.lines.py
    M vector/CMakeLists.txt
    M vector/v.to.db/Makefile
    M vector/v.to.db/global.h
    M vector/v.to.db/main.c
    M vector/v.to.db/parse.c
    M vector/v.to.db/report.c
    A vector/v.to.db/testsuite/test_v_to_db.py
    M vector/v.to.db/units.c
    M vector/v.to.db/v.to.db.html

  Log Message:
  -----------
  Merge branch 'main' into renovate/ubuntu-24.x


Compare: https://github.com/OSGeo/grass/compare/fb6005468264...e8a22ab407f3

To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list