Romain Hugonnet

Results 199 comments of Romain Hugonnet

Hard to know, as we're waiting on Rasterio 😅 , which currently doesn't install on Python 3.14 (see here for example: https://github.com/GlacioHack/geoutils/actions/runs/19243649274/job/55012393671?pr=744; I tested and it also failed to install...

Yes! So, to do pip-only releases, we need a pip-only CI. (And this is fine because, to publish on conda-forge, we have separate tests in a conda "feedstock" repo. And...

Ah and, because we'll be testing the "import geoutils" through pip in `python-tests.yml`, and then running the tests directly after, we won't need `.github/workflows/pip-checks.yml` anymore.

OK, yes let's have it only in GeoUtils then. Thanks! 😄

Still limited to raster-raster since #707 (@adebardo for info), we'll need to add similar point-raster tests as in `test_biascorr` and `test_affine`.

@mmaelicke Just back from holidays, I'll have a look very soon!

Hi @mmaelicke, I looked at this again this afternoon. I could not find a solution to keep the old (fast) method post-SciPy 1.13. The classic `update()` still does not work....

Looks like SciPy just improves sparse arrays in their new 1.15 release, might be just what we need here.