[Numpy-discussion] A step toward merging odeint and ode

2012-08-12 Thread Fabrice Silva
I made a pull request [1] to integrate the LSODA solver that is used in odeint into the modular scipy.integrate.ode generic class. In a similar way as for vode, it just wraps the already present lsoda.f file (see .pyf file) and exposes it within an IntegratorBase subclass adjusting the

[Numpy-discussion] Vagrant VM for building NumPy (1.7.x) Windows binaries

2012-08-12 Thread Ondřej Čertík
Hi, I've created this repository: https://github.com/certik/numpy-vendor which uses Vagrant and Fabric to fully automate the setup creation of NumPy binaries for Windows. The setup is especially tricky, I've thought several times already that I nailed it, and then always new things pop up. One