Jason Furtney

Results 45 comments of Jason Furtney

Thanks Bdale, and thanks for all your open source work over the years. I will have a look at getting this package to work with Python 3.12 soon.

OK I am working on this. Reading up a little bit, it looks like NumPy and SciPy moved to building with Meson, so that seems like the way to go....

I have something working in this branch: https://github.com/scikit-fmm/scikit-fmm/tree/meson For now, build with `python -m build` in the source dir. Can someone test this? ```python Python 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024,...

I only tested in on Windows 11 with Python 3.12.2 and numpy 1.26.4

I have the GitHub build action working in Linux but cannot get the Windows test step to work. The README is updated. Once I get get the Windows tests fixed...

I think everything is working for the Python 3.12 build and I am almost ready to do a release. I am stuck on the Windows Github Action for build and...

This is what I keep getting from the Windows build/test action output. The artifacts are fine, all the binary stuff is there. ``` Run python -c 'import os; os.chdir(".."); import...

Everything is ready to go for the Linux version, I am stuck on the Windows build. I merged the meson branch into main. Let me tinker with the Windows build...

```n [1]: import skfmm --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ----> 1 import skfmm File ~\AppData\Local\Programs\Python\Python312\Lib\site-packages\skfmm\__init__.py:51 48 __version__ = "2024.05.28" 49 __docformat__ = 'restructuredtext' --->...

This is the error I get when I install the wheels from the Github action. The dll (.pyd) is there in the correct place so I am not sure what...