marmaduke woodman
marmaduke woodman
The `dfun` method linked to in the issue is a bottleneck for simulations using this model. This issue would involve writing a new implementation with Numba. This can be approached...
closing for #720 which has the rest of the changes requested
@dionperd could you have a look plz?
For what it's worth, I continued with some workarounds, - `cd`ing into the Python src - `./configure --prefix=$(pwd)/../../python-3.5 && make && make install` - change git numpy to 1.9.2 in...
The resulting artifact was a zip file with these wheels inside ``` % ls -lh total 52680 -rw-rw-r--@ 1 duke staff 92K Dec 7 14:46 tvb_gdist-2.1.0-cp310-cp310-macosx_10_9_x86_64.whl -rw-rw-r--@ 1 duke staff...
after build reduction we have just these wheels ``` % for os in linux macos win; do echo ${os}; for v in 36 37 38 39 310 311; do echo...
Just as PoC I switched the package name (just in this branch) to gdist which is a package on my PyPI account, pushed a tag and all the wheels show...
That was an idea but before doing so I wanted to make sure an external user can’t inadvertently push code via PR which would end up in an official pypi...
Alternatively we keep the cibuildwheel and push by hand to pypi.
yes of course, I didn't have time to finish. thanks!