John Cannon
John Cannon
I can see that stripy 2.3.3 on conda supports numpy 2.x (conda-forge/stripy-feedstock#21). Do you know if stripy 2.3.3 on PyPI was also *compiled* with numpy 2.x ? Because in GPlates/gplately#305...
There's no `stripy` wheel (for Python 3.13), and so pip tries to compile stripy from source but this fails on Windows (probably because I don't have fortran installed, so I...
See discussion at #263. In summary: Due to 205872c, which uses `setuptools-git-versioning`: - Git tags are being used to find the version when packaging (as described [here](https://setuptools-git-versioning.readthedocs.io/en/stable/schemas/tag/tag_release.html)). - And this...
For #114 to succeed, the reason for the `test_linear_interpolation` failing needs investigation. The error happened after adding support for NumPy 2.x on PyPI (in 7cfce70). Once that error is sorted...
Dietmar has requested that: > the isochron age gridding workflow should be made publicly available and integrated into GPlately as an alternative for age gridding Some more details: > This...
Currently the generation of seed points at mid-ocean ridges (MOR) for age gridding relies on the MOR having the GPML properties reconstruction method, left plate ID and right plate ID....
In yesterday's meeting Dietmar mentioned ultimately having different sets of age grids (in `PlateModelManager`) based on: 1. Whether generated from topologies and/or isochrons. So there would be 3 combinations: -...